]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
quotes again
authorStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 14:12:11 +0000 (15:12 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 14:12:11 +0000 (15:12 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/entropykey/manifests/provider.pp

index 8db64893081f6ef30bb7490a5765b1663f55c8a3..fa56ebd74f7c098a093b1a0addaeb75dd29e145f 100644 (file)
@@ -11,7 +11,7 @@ class entropykey::provider {
        # our CRL expires after a while (2 or 4 weeks?), so we have
        # to restart stunnel so it loads the new CRL.
        file { '/etc/cron.weekly/stunnel-ekey-restart':
-               content => '#!/bin/sh\n# This file is under puppet control\nenv -i /etc/init.d/stunnel4 restart puppet-ekeyd > /dev/null\n',
+               content => "#!/bin/sh\n# This file is under puppet control\n# weekly restart of stunnel on ${::hostname}\nenv -i /etc/init.d/stunnel4 restart puppet-ekeyd > /dev/null\n",
                mode    => '0555',
        }