From: mh Date: Fri, 21 Dec 2007 18:26:07 +0000 (+0000) Subject: fixed some typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=76e789e5b7edd72dc17e60db7764ba55b30ab990;p=puppet-sshd.git fixed some typo git-svn-id: https://svn/ipuppet/trunk/modules/sshd@300 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/files/sshd_config/centos_normal b/files/sshd_config/CentOS_normal similarity index 100% rename from files/sshd_config/centos_normal rename to files/sshd_config/CentOS_normal diff --git a/files/sshd_config/gentoo_normal b/files/sshd_config/Gentoo_normal similarity index 100% rename from files/sshd_config/gentoo_normal rename to files/sshd_config/Gentoo_normal diff --git a/manifests/init.pp b/manifests/init.pp index 188bba9..e7b723c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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], } }