summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-02-22 16:11:36 -0500
committerMicah Anderson <micah@riseup.net>2011-02-22 16:11:36 -0500
commitaf76f6cfe70c416cbbf72f9c685a0d54c6eb4afb (patch)
tree89eb7e3855918defa1192d25d05afc5b590421b4 /manifests
parentac240412cccef97e213526d21e2b69a2566258d4 (diff)
parent5654d69add11c3eb15fc061949af2e406cf5b500 (diff)
Merge remote-tracking branch 'lelutin/ubuntu'
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index b650244..31785e9 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -2,7 +2,7 @@
class sshd::client {
case $operatingsystem {
- debian: { include sshd::client::debian }
+ debian,ubuntu: { include sshd::client::debian }
default: {
case $kernel {
linux: { include sshd::client::linux }