Skip to content

Instantly share code, notes, and snippets.

@frbayart
Created August 1, 2012 08:11
Show Gist options
  • Save frbayart/3224856 to your computer and use it in GitHub Desktop.
Save frbayart/3224856 to your computer and use it in GitHub Desktop.
rudder-agent installation
#! /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