summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-27 17:04:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-27 17:04:12 -0200
commit83cc6e3ded79059c7abc3bea0f951df0c649ecb6 (patch)
treea0652cb582e0fe718299ecefb567f2920a364522 /manifests/client.pp
parent27bcf5e48905eff1e48b93f911e483ad1f2e0770 (diff)
Reverting last change
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index e3a12cb..ad05d43 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -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 }
}
}
}