diff options
| -rw-r--r-- | files/etc/rc.local | 3 | 
1 files changed, 1 insertions, 2 deletions
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  | 
