debian_org::apt_restricted: fix fragment name
authorJulien Cristau <jcristau@debian.org>
Tue, 8 Oct 2019 14:41:07 +0000 (16:41 +0200)
committerJulien Cristau <jcristau@debian.org>
Tue, 8 Oct 2019 14:41:07 +0000 (16:41 +0200)
modules/debian_org/manifests/apt_restricted.pp

index e51776f..1bfe0e4 100644 (file)
@@ -5,7 +5,7 @@ class debian_org::apt_restricted {
                components => 'non-free',
        }
 
-       @@concat::fragment { "debian_org::apt_restricted::apache-acl::host::${name}":
+       @@concat::fragment { "debian_org::apt_restricted::apache-acl::host::${::fqdn}":
                tag        => 'debian_org::apt_restricted::apache-acl',
                target     => '/etc/apache2/conf-available/puppet-restricted-acl.conf',
                content    => @("EOF"),