]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssl/manifests/init.pp
it's an argument, not a predicate
[dsa-puppet.git] / modules / ssl / manifests / init.pp
index af909f869dd7c621ca747129a6f2c14b97283288..bdc8ff5f21ec9005191760119aa4ef17735a5c61 100644 (file)
@@ -77,7 +77,7 @@ class ssl {
        }
 
        exec { 'cleanup_dead_links':
-               command     => 'find /etc/ssl/certs -mindepth 1 -maxdepth 1 -L -type l -delete',
+               command     => 'find -L /etc/ssl/certs -mindepth 1 -maxdepth 1 -type l -delete',
                refreshonly => true,
                notify      => Exec['c_rehash /etc/ssl/certs']
        }