X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fdacs%2Fmanifests%2Finit.pp;h=cd52af867c8bf086d240f5a07d7cdd3847085964;hb=5e36d77e35a7b67e68fd7657e415d2e1acd23686;hp=377dfa9dadf460cb35cc877f4fc9cc48bfece5f8;hpb=da79f3719bfb4dec61e36a50eb0d79c19d185b73;p=dsa-puppet.git diff --git a/modules/dacs/manifests/init.pp b/modules/dacs/manifests/init.pp index 377dfa9d..cd52af86 100644 --- a/modules/dacs/manifests/init.pp +++ b/modules/dacs/manifests/init.pp @@ -53,7 +53,7 @@ class dacs { group => www-data } file { '/etc/dacs/federations/debian.org/DEBIAN/acls/acl-noauth.0': - source => [ 'puppet:///modules/dacs/per-host/$fqdn/acl-noauth.0', + source => [ "puppet:///modules/dacs/per-host/${::fqdn}/acl-noauth.0", 'puppet:///modules/dacs/common/acl-noauth.0' ], mode => '0640', owner => root, @@ -61,7 +61,7 @@ class dacs { notify => Exec['dacsacl'] } file { '/etc/dacs/federations/debian.org/DEBIAN/acls/acl-private.0': - source => [ 'puppet:///modules/dacs/per-host/$fqdn/acl-private.0', + source => [ "puppet:///modules/dacs/per-host/${::fqdn}/acl-private.0", 'puppet:///modules/dacs/common/acl-private.0' ], mode => '0640', owner => root,