From: mh Date: Wed, 2 Jan 2008 20:05:30 +0000 (+0000) Subject: typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6c229125f22e7e10fe0888b863b219f3d6eaca9c;p=puppet-sshd.git typo git-svn-id: https://svn/ipuppet/trunk/modules/sshd@349 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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,