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 | |
parent | ac240412cccef97e213526d21e2b69a2566258d4 (diff) | |
parent | 5654d69add11c3eb15fc061949af2e406cf5b500 (diff) | |
download | puppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.gz puppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.bz2 |
Merge remote-tracking branch 'lelutin/ubuntu'
-rw-r--r-- | manifests/client.pp | 2 | ||||
l--------- | templates/sshd_config/Ubuntu.erb | 1 |
2 files changed, 2 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 } diff --git a/templates/sshd_config/Ubuntu.erb b/templates/sshd_config/Ubuntu.erb new file mode 120000 index 0000000..11b0acc --- /dev/null +++ b/templates/sshd_config/Ubuntu.erb @@ -0,0 +1 @@ +Debian_squeeze.erb
\ No newline at end of file |