]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
codestyle
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Wed, 30 Jan 2008 22:51:09 +0000 (22:51 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Wed, 30 Jan 2008 22:51:09 +0000 (22:51 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@613 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index addb6dce1e7b1a1b95c81f35cb736fc5eb784dae..19c518ca04b4c39d135f391e08207dee04e5a37a 100644 (file)
@@ -15,10 +15,10 @@ class sshd {
                }
                default: {
                        service{'sshd':
-                                enable => true,
-                                ensure => running,
+                enable => true,
+                ensure => running,
                                require => Package[openssh],
-                        }
+            }
                        
                        package{openssh:
                                name =>  $operatingsystem ? {