diff options
author | Micah Anderson <micah@riseup.net> | 2011-02-22 16:11:36 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-02-22 16:11:36 -0500 |
commit | af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb (patch) | |
tree | 89eb7e3855918defa1192d25d05afc5b590421b4 /manifests | |
parent | ac240412cccef97e213526d21e2b69a2566258d4 (diff) | |
parent | 5654d69add11c3eb15fc061949af2e406cf5b500 (diff) | |
download | puppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.gz puppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.bz2 |
Merge remote-tracking branch 'lelutin/ubuntu'
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 2 |
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 } |