]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
it's an argument, not a predicate
authorStephen Gran <steve@lobefin.net>
Sun, 25 Aug 2013 09:51:03 +0000 (10:51 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 25 Aug 2013 09:51:03 +0000 (10:51 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
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']
        }