diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-04 18:43:57 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-04 18:43:57 +0000 |
commit | 1ba819a1921a3a372222fc67b0d1d8120b793f4d (patch) | |
tree | de2f570be514fa5ceaf61b031510e241dc723753 | |
parent | bdf171ffee9008107e172dd6ef55075d57eb95bb (diff) | |
download | puppet-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
-rw-r--r-- | manifests/init.pp | 1 |
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': |