diff options
author | Micah Anderson <micah@riseup.net> | 2011-06-21 11:46:42 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-06-21 11:46:42 -0400 |
commit | 779d27e0ae3e5430d11ea5b3084893c16466b5c0 (patch) | |
tree | ac0709e8aa45d779e5cb90c634a1a8be0ea7a77b /manifests/init.pp | |
parent | bbfc7c04ba5c2a1c86817cd5864dba608cedb68d (diff) | |
parent | 95bf6e032bda5c2799d44b5fb6aa6c46c109d0d8 (diff) | |
download | puppet-sshd-779d27e0ae3e5430d11ea5b3084893c16466b5c0.tar.gz puppet-sshd-779d27e0ae3e5430d11ea5b3084893c16466b5c0.tar.bz2 |
Merge remote-tracking branch 'lelutin/freebsd'
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index cc5f10e..e933a46 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -93,7 +93,7 @@ class sshd { '': { $sshd_ensure_version = "present" } } - include sshd::client + include sshd::client case $operatingsystem { gentoo: { include sshd::gentoo } @@ -101,7 +101,7 @@ class sshd { centos: { include sshd::centos } openbsd: { include sshd::openbsd } debian,ubuntu: { include sshd::debian } - default: { include sshd::default } + default: { include sshd::base } } if $use_nagios { |