diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-02 07:18:48 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-02 07:18:48 +0200 |
commit | 8d96bc73f7a692e60a5c1c1ddaaaccb3f85d2f9f (patch) | |
tree | 33209f84ff1325b2c58154a925f759f4c2c8ff17 /sitemodules | |
parent | 6d6b694ff4a5f88b71ba8bd190a73e70e3c05307 (diff) | |
download | cacert-puppet-8d96bc73f7a692e60a5c1c1ddaaaccb3f85d2f9f.tar.gz cacert-puppet-8d96bc73f7a692e60a5c1c1ddaaaccb3f85d2f9f.tar.xz cacert-puppet-8d96bc73f7a692e60a5c1c1ddaaaccb3f85d2f9f.zip |
Fix source path for rssh.global.conf
Diffstat (limited to 'sitemodules')
-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 af02d1c..67cb157 100644 --- a/sitemodules/profiles/manifests/debarchive.pp +++ b/sitemodules/profiles/manifests/debarchive.pp @@ -98,7 +98,7 @@ class profiles::debarchive ( concat::fragment { 'rssh-global': target => $rssh_conf, order => '01', - source => 'puppet:///profiles/debarchive/rssh.global.conf', + source => 'puppet:///modules/profiles/debarchive/rssh.global.conf', } concat::fragment { 'rssh-debarchive': |