diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-03 23:29:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-03 23:29:10 -0300 |
commit | 2c9e690d90e8fda3ad9b9ed7dc755c198127df7d (patch) | |
tree | cac5d3def80d6ba0ee93f50a2b41ff1824c6f659 /manifests | |
parent | 0e9f8844a0a59b23cb67201ba9cd3d1fcbbb91a0 (diff) | |
download | puppet-sshd-2c9e690d90e8fda3ad9b9ed7dc755c198127df7d.tar.gz puppet-sshd-2c9e690d90e8fda3ad9b9ed7dc755c198127df7d.tar.bz2 |
Using sshd::client::debian for 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 ad05d43..0d1d198 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 } |