feat: implement option to purge included files directory

This commit is contained in:
Eric Veiras Galisson
2020-11-24 18:11:36 +01:00
parent 153ac6ea48
commit c5acbc696a
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
sudoers:
# By default the main sudoers file is managed by this formula (False to skip)
manage_main_config: true
# By default the included directory is not purged from unwanted files
purge_includedir: false
users:
johndoe:
- 'ALL=(ALL) ALL'