make puppet do the work
[mirror/dsa-puppet.git] / modules / ssl / manifests / init.pp
index dd8c668..26c8225 100644 (file)
@@ -71,7 +71,8 @@ class ssl {
        }
 
        exec { 'make_new_service_links':
-               command     => 'cp -f --symbolic-link /etc/ssl/servicecerts/* /etc/ssl/certs',
+               command     => 'cp -f --symbolic-link ../servicecerts/* .',
+               cwd         => '/etc/ssl/certs',
                refreshonly => true,
                notify      => Exec['cleanup_dead_links']
        }