]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed some typo
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 21 Dec 2007 18:26:07 +0000 (18:26 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 21 Dec 2007 18:26:07 +0000 (18:26 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@300 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

files/sshd_config/CentOS_normal [moved from files/sshd_config/centos_normal with 100% similarity]
files/sshd_config/Gentoo_normal [moved from files/sshd_config/gentoo_normal with 100% similarity]
manifests/init.pp

index 188bba9d76e5789f402970a60640e77947450253..e7b723cfb9f6ea7e00516ac7a8a45967ca3584b3 100644 (file)
@@ -9,7 +9,6 @@ class sshd {
                 enable => true,
                 ensure => running,
                 require => Package[openssh],
-                subscribe => File[sshd_config]
         }
 
         package{ssh:
@@ -39,7 +38,7 @@ define sshd::sshd_config (
                 owner => root,
                 group => 0,
                 mode => 600,
-                source => $real_source,
+                source => puppet://$server/sshd/sshd_config/$real_source,
                notify => Service[sshd],
         }
 }