X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fssl%2Fmanifests%2Finit.pp;h=bc4ae9f095159068ea2cec74d1a011b367ca873e;hb=2f7cea2feb5fb85c0f91f76bc23fb3b87bc985d6;hp=ca63c9eeb8473dd3281e3bcbc46dd4f6f652465d;hpb=3a60a768acef6d465a955e702ed44512ae9ded5b;p=dsa-puppet.git diff --git a/modules/ssl/manifests/init.pp b/modules/ssl/manifests/init.pp index ca63c9ee..bc4ae9f0 100644 --- a/modules/ssl/manifests/init.pp +++ b/modules/ssl/manifests/init.pp @@ -85,7 +85,7 @@ class ssl { notify => Exec['refresh_normal_hashes'], # see NOTE 1 } exec { 'modify_configuration': - command => "sed -i -e 's#!${cacert}#${cacert}' ${caconf}", + command => "sed -i -e 's#!${cacert}#${cacert}#' ${caconf}", onlyif => "grep -Fqx '!${cacert}' ${caconf}", notify => Exec['refresh_normal_hashes'], require => Package['ca-certificates'],