summaryrefslogtreecommitdiffstats
path: root/modules/sshd/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
commit9856bdc1b2a354a835619cef0da4e348f45960c5 (patch)
tree19e42a72d05ace4d53e089a222e5f1d7f6102183 /modules/sshd/manifests
parent86d2fa8422fba13d5592a5f96260cfe88d401546 (diff)
downloadpuppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.tar.gz
puppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.zip
puppet lint
Diffstat (limited to 'modules/sshd/manifests')
-rw-r--r--modules/sshd/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sshd/manifests/init.pp b/modules/sshd/manifests/init.pp
index 3b894ac..ac6bb48 100644
--- a/modules/sshd/manifests/init.pp
+++ b/modules/sshd/manifests/init.pp
@@ -4,8 +4,8 @@ class sshd {
}
service { 'sshd':
- enable => true,
- ensure => running;
+ ensure => running,
+ enable => true;
}
file {