summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index addb6dc..19c518c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -15,10 +15,10 @@ class sshd {
}
default: {
service{'sshd':
- enable => true,
- ensure => running,
+ enable => true,
+ ensure => running,
require => Package[openssh],
- }
+ }
package{openssh:
name => $operatingsystem ? {