X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fdbmaster.pp;h=5dbc7b62d489d6357c017247e5b684deeb697787;hb=870ac16186b79950a020dedc83e5f61eca1ccad3;hp=c75713f5a261553d4f4b922ead7989b97f8cb96b;hpb=0cf35dc91ab0aea0ebd4811bec51e20657d919f3;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/dbmaster.pp b/modules/roles/manifests/dbmaster.pp index c75713f5a..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', - content => inline_template('<%= File.read("/srv/puppet.debian.org/from-letsencrypt/db.debian.org.key") %>'), + content => inline_template('<%= File.read(scope().call_function("hiera", ["paths.letsencrypt_dir"]) + "/db.debian.org.key") %>'), links => follow, }