diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-02 20:05:30 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-02 20:05:30 +0000 |
commit | 6c229125f22e7e10fe0888b863b219f3d6eaca9c (patch) | |
tree | f815d98b598fdaac3dc1fa50403658bba5f7409c | |
parent | 147507f159795f3943146248d97a83287b8d8874 (diff) | |
download | puppet-sshd-6c229125f22e7e10fe0888b863b219f3d6eaca9c.tar.gz puppet-sshd-6c229125f22e7e10fe0888b863b219f3d6eaca9c.tar.bz2 |
typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@349 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 2 |
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, |