diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-30 22:51:09 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-30 22:51:09 +0000 |
commit | c247ed88fb301f8fc9eeb0b716a7319337ea7567 (patch) | |
tree | 7d64915feda4037219903880e2aec90f7f953b07 | |
parent | 3ccf7e835ec72758c013c8159bb63f0647917ca1 (diff) | |
download | puppet-sshd-c247ed88fb301f8fc9eeb0b716a7319337ea7567.tar.gz puppet-sshd-c247ed88fb301f8fc9eeb0b716a7319337ea7567.tar.bz2 |
codestyle
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@613 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 6 |
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 ? { |