system-config/modules/puppetboot/files/puppetboot.conf
Monty Taylor db0ea935a1 logdest doesn't seem to work like you'd expect.
Change-Id: Ie73c441ad43b4f30dc5965d8106d242ff2bd3295
Reviewed-on: https://review.openstack.org/11635
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2012-08-20 00:24:50 +00:00

12 lines
280 B
Plaintext

author "Monty Taylor <mordred@inaugust.com>"
description "Applying puppet config on boot"
start on runlevel[2345]
script
echo "Running puppet on boot" >> /var/log/manifest.log
date >> /var/log/manifest.log
/usr/bin/puppet agent --test >> /var/log/manifest.log
end script