aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-04 18:43:57 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-04 18:43:57 +0000
commit1ba819a1921a3a372222fc67b0d1d8120b793f4d (patch)
treede2f570be514fa5ceaf61b031510e241dc723753 /manifests
parentbdf171ffee9008107e172dd6ef55075d57eb95bb (diff)
downloadpuppet-sshd-1ba819a1921a3a372222fc67b0d1d8120b793f4d.tar.gz
puppet-sshd-1ba819a1921a3a372222fc67b0d1d8120b793f4d.tar.bz2
fixed missing bracket
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1164 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 613098a..f3794d6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -82,6 +82,7 @@ class sshd::service {
ubuntu: { include sshd::service::ubuntu }
default: { include sshd::service::base }
}
+}
class sshd::service::base {
service{'sshd':