Created
August 1, 2012 08:11
-
-
Save frbayart/3224856 to your computer and use it in GitHub Desktop.
rudder-agent installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
apt-get -y --force-yes install ntpdate | |
ntpdate timesrv1.domain.example | |
ntpdate ntp.domain.example | |
apt-get -y --force-yes install rudder-agent | |
echo server.domain.example > /var/rudder/cfengine-community/policy_server.dat | |
/etc/init.d/rudder-agent start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment