]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Reverting last change
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 19:04:12 +0000 (17:04 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Dec 2009 19:04:12 +0000 (17:04 -0200)
manifests/client.pp

index e3a12cb04413951d2a471b17835a3b07ce622ae6..ad05d43486f44721a0c13eff16b77812428fc22f 100644 (file)
@@ -1,13 +1,12 @@
 # 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: { }
+        default: { include sshd::client::base }
       }
     }
   }