diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-20 15:04:16 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-20 15:04:16 +0200 |
commit | 3e29e0ec8fd5519679d2134f686c06049fbaebfc (patch) | |
tree | 35a9e5027e2910488469d2b0451522db5c36e12b | |
parent | 1bb3fb74bfb5a220084cee29014a5051090a61c9 (diff) | |
download | cacert-puppet-3e29e0ec8fd5519679d2134f686c06049fbaebfc.tar.gz cacert-puppet-3e29e0ec8fd5519679d2134f686c06049fbaebfc.tar.xz cacert-puppet-3e29e0ec8fd5519679d2134f686c06049fbaebfc.zip |
Fix hiera syntax for apt::purge parameter
-rw-r--r-- | hieradata/common.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 41e307a..48943b9 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -1,10 +1,9 @@ --- -apt: - purge: - sources.list: true - sources.list.d: true - preferences: true - preferences.d: true +apt::purge: + sources.list: true + sources.list.d: true + preferences: true + preferences.d: true profiles::base::users: jandd: username: jandd |