summaryrefslogtreecommitdiffstats
path: root/modules/sshd/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-06 00:23:22 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-06 00:23:22 -0400
commit976970e0a3d5309960341316250e32fa2cd0b85c (patch)
treedf64940d3f75ef62e69e26ff9d52e4b7fc40d2c7 /modules/sshd/manifests
parentb77ebcf45b1d288592395ac46e5e3f1cf429c312 (diff)
downloadpuppet-tozt-976970e0a3d5309960341316250e32fa2cd0b85c.tar.gz
puppet-tozt-976970e0a3d5309960341316250e32fa2cd0b85c.zip
fully manage more directories
Diffstat (limited to 'modules/sshd/manifests')
-rw-r--r--modules/sshd/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sshd/manifests/init.pp b/modules/sshd/manifests/init.pp
index ac6bb48..690034b 100644
--- a/modules/sshd/manifests/init.pp
+++ b/modules/sshd/manifests/init.pp
@@ -11,6 +11,8 @@ class sshd {
file {
'/etc/ssh/sshd_config.d':
ensure => directory,
+ recurse => true,
+ purge => true,
require => Package['openssh'];
}