remove auto-cert and auto-clientcert symlinks from fileserver path
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index f9f14f1..8ccca49 100644 (file)
@@ -251,7 +251,7 @@ class roles {
                        ensure => present,
                        mode => '0440',
                        group => 'gobby',
-                       source => 'puppet:///modules/ssl/from-letsencrypt/gobby.debian.org.key',
+                       content => inline_template('<%= File.read(scope().call_function("hiera", ["paths.letsencrypt_dir"]) + "/gobby.debian.org.key") %>'),
                        links => follow,
                }
        }