/sbin/chkconfig --level 345 puppet on # Figure out the FQDN FQDN=`(source /etc/sysconfig/network; echo $HOSTNAME)` # Run puppet, just to get the certs; the # actual config update happens on the next reboot /sbin/chkconfig --level 345 puppet on hostname $FQDN /usr/sbin/puppetd --server=puppet.domain.ch -o -v --tags no_such_tag --waitforcert 600 echo "PUPPET_SERVER=puppeti.domain.ch" >> /etc/sysconfig/puppet