]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Always including sshd::client::base
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 18:53:19 +0000 (16:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 18:53:19 +0000 (16:53 -0200)
manifests/client.pp

index b650244510ee5fe3a849fb352f379a14f83e8b78..e3a12cb04413951d2a471b17835a3b07ce622ae6 100644 (file)
@@ -1,12 +1,13 @@
 # manifests/client.pp
 
 class sshd::client {
+  include sshd::client::base
   case $operatingsystem {
     debian: { include sshd::client::debian }
     default: {
       case $kernel {
         linux: { include sshd::client::linux }
-        default:  { include sshd::client::base }
+        default: { }
       }
     }
   }