Loading manifests/cert/hash.pp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ define apache::cert::hash( # Create the link if ensure is present. if ($ensure == 'present') { exec { "openssl hash link ${directory}/${name}": path => '/usr/bin', command => "ln -s ${directory}/${name} ${directory}/${hashcommand}.0", unless => "[ -f \"${directory}/${hashcommand}.0\" ]", require => $::osfamily ? { Loading Loading
manifests/cert/hash.pp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ define apache::cert::hash( # Create the link if ensure is present. if ($ensure == 'present') { exec { "openssl hash link ${directory}/${name}": path => '/usr/bin', command => "ln -s ${directory}/${name} ${directory}/${hashcommand}.0", unless => "[ -f \"${directory}/${hashcommand}.0\" ]", require => $::osfamily ? { Loading