diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-02 09:23:42 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-02 09:23:42 +0200 |
commit | 3254d832ddff2393e6ba7c7c552587a273fafed2 (patch) | |
tree | 6ee484d7cdf39375b2d530dcc7d333a3f738e816 | |
parent | 9b52229dc1fe0dad2fe6ec36d444f822ee51c9f3 (diff) | |
download | cacert-puppet-3254d832ddff2393e6ba7c7c552587a273fafed2.tar.gz cacert-puppet-3254d832ddff2393e6ba7c7c552587a273fafed2.tar.xz cacert-puppet-3254d832ddff2393e6ba7c7c552587a273fafed2.zip |
Fix typo s/content::fragment/concat::fragment/
-rw-r--r-- | sitemodules/profiles/manifests/debarchive.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/debarchive.pp b/sitemodules/profiles/manifests/debarchive.pp index 1e15c5e..14af306 100644 --- a/sitemodules/profiles/manifests/debarchive.pp +++ b/sitemodules/profiles/manifests/debarchive.pp @@ -224,7 +224,7 @@ class profiles::debarchive ( ''], "\n"), } - content::fragment { 'buster-distribution': + concat::fragment { 'buster-distribution': target => "${package_dir}/conf/distributions", content => join([ 'Origin: CAcert Infrastructure Team', |