summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-02 20:05:30 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-02 20:05:30 +0000
commit6c229125f22e7e10fe0888b863b219f3d6eaca9c (patch)
treef815d98b598fdaac3dc1fa50403658bba5f7409c /manifests
parent147507f159795f3943146248d97a83287b8d8874 (diff)
typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@349 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 221a95e..98f2d63 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,7 +12,7 @@ class sshd {
enable => true,
ensure => running,
}
- },
+ }
default: {
service{'sshd':
enable => true,