summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-30 22:51:09 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-30 22:51:09 +0000
commitc247ed88fb301f8fc9eeb0b716a7319337ea7567 (patch)
tree7d64915feda4037219903880e2aec90f7f953b07 /manifests
parent3ccf7e835ec72758c013c8159bb63f0647917ca1 (diff)
codestyle
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@613 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-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 ? {