summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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