From: mh Date: Wed, 30 Jan 2008 22:51:09 +0000 (+0000) Subject: codestyle X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c247ed88fb301f8fc9eeb0b716a7319337ea7567;p=puppet-sshd.git codestyle git-svn-id: https://svn/ipuppet/trunk/modules/sshd@613 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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 ? {