]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed import order
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 25 Feb 2008 14:05:32 +0000 (14:05 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Mon, 25 Feb 2008 14:05:32 +0000 (14:05 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@846 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 1e0f468126dcb757c7330af318755a0e8973c90b..e8a67c88a096c63391491fac9f2a7a11dfeded6e 100644 (file)
@@ -52,10 +52,10 @@ define sshd::sshd_config(
                default => $source,
        }
 
-    $real_sshd_allowed_users = $sshd_allowed_users ? {
-        ''  => 'root',
-        default => $sshd_allowed_users,
-    }
+       $real_sshd_allowed_users = $sshd_allowed_users ? {
+               ''  => 'root',
+               default => $sshd_allowed_users,
+       }
 
        file { 'sshd_config':
         path => '/etc/ssh/sshd_config',