From d35901de191a3a9d7a4143cdec8263b6fc5e14b5 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 8 Oct 2019 16:41:07 +0200 Subject: [PATCH] debian_org::apt_restricted: fix fragment name --- modules/debian_org/manifests/apt_restricted.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/debian_org/manifests/apt_restricted.pp b/modules/debian_org/manifests/apt_restricted.pp index e51776f74..1bfe0e476 100644 --- a/modules/debian_org/manifests/apt_restricted.pp +++ b/modules/debian_org/manifests/apt_restricted.pp @@ -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"), -- 2.20.1