aboutsummaryrefslogtreecommitdiff
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
parentac240412cccef97e213526d21e2b69a2566258d4 (diff)
parent5654d69add11c3eb15fc061949af2e406cf5b500 (diff)
downloadpuppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.gz
puppet-sshd-af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb.tar.bz2
Merge remote-tracking branch 'lelutin/ubuntu'
-rw-r--r--manifests/client.pp2
l---------templates/sshd_config/Ubuntu.erb1
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