summaryrefslogtreecommitdiffstats
path: root/modules/base/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 02:20:04 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 02:29:32 -0500
commit8743ff69bfef8a740b0b7488998571a5f109dacc (patch)
treebf1386fb0231be67cd52775d9b06045b0199f7dd /modules/base/manifests
parent3805989ff79484c3e6696824358b2b6219cd89bb (diff)
downloadpuppet-tozt-8743ff69bfef8a740b0b7488998571a5f109dacc.tar.gz
puppet-tozt-8743ff69bfef8a740b0b7488998571a5f109dacc.zip
manage sshd config with puppet
Diffstat (limited to 'modules/base/manifests')
-rw-r--r--modules/base/manifests/services.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base/manifests/services.pp b/modules/base/manifests/services.pp
index f1c10bf..e2f533a 100644
--- a/modules/base/manifests/services.pp
+++ b/modules/base/manifests/services.pp
@@ -1,4 +1,5 @@
class base::services {
include locate
include ntp
+ include sshd
}