X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fdbmaster.pp;h=5dbc7b62d489d6357c017247e5b684deeb697787;hb=6635c186c4d7bd82e45d64d686679503b5593764;hp=594f8dbbd7cdeaa47d07991c5299c6d857e430a2;hpb=3b8f6afb92c2ca70911fe3dc67c9a23001ff99de;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/dbmaster.pp b/modules/roles/manifests/dbmaster.pp index 594f8dbbd..5dbc7b62d 100644 --- a/modules/roles/manifests/dbmaster.pp +++ b/modules/roles/manifests/dbmaster.pp @@ -23,7 +23,7 @@ class roles::dbmaster { ensure => present, mode => '0440', group => 'openldap', - source => 'puppet:///modules/ssl/from-letsencrypt/db.debian.org.key', + content => inline_template('<%= File.read(scope().call_function("hiera", ["paths.letsencrypt_dir"]) + "/db.debian.org.key") %>'), links => follow, }