From fa38275daf9e7d133627a82e8ac8c6b3f832491e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Aug 2011 19:50:18 -0300 Subject: Restarting puppet using 'restart' on rc.local --- files/etc/rc.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files') diff --git a/files/etc/rc.local b/files/etc/rc.local index 17ce810..ce067a7 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -18,8 +18,7 @@ rm -f /var/lib/puppet/state/puppetdlock # Then restart puppet with the right hostname -/etc/init.d/puppet stop -/etc/init.d/puppet start +/etc/init.d/puppet restart # Keep this mountpoint while ekeyd fact needs it if [ -d "/proc/bus/usb" ]; then -- cgit v1.2.3