]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Maybe there is no need to quote this anymore
authorPeter Palfrader <peter@palfrader.org>
Fri, 13 Apr 2012 21:49:04 +0000 (23:49 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 13 Apr 2012 21:49:04 +0000 (23:49 +0200)
modules/stunnel4/manifests/init.pp

index 300eb5210bccdfb3588f1998a3c4f7e3d223ab87..6d5c4e4b26e60dc61ac974c7e0f9d65de8916663 100644 (file)
@@ -18,7 +18,7 @@ class stunnel4 {
        }
 
        exec { 'enable_stunnel4':
-               command => 'sed -i -e \'s/^ENABLED=/#&/; \$a ENABLED=1 # added by puppet\' /etc/default/stunnel4',
+               command => 'sed -i -e \'s/^ENABLED=/#&/; $a ENABLED=1 # added by puppet\' /etc/default/stunnel4',
                unless  => 'grep -q \'^ENABLED=1\' /etc/default/stunnel4',
                require => Package['stunnel4'],
        }