summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:26:07 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:26:07 +0000
commit76e789e5b7edd72dc17e60db7764ba55b30ab990 (patch)
tree85bfa9589e44387cd4c04a7d1219d60f75fbfd5c
parente99f9cb3a25df006fcd9c7b8813b09ed4b29c762 (diff)
fixed some typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@300 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--files/sshd_config/CentOS_normal (renamed from files/sshd_config/centos_normal)0
-rw-r--r--files/sshd_config/Gentoo_normal (renamed from files/sshd_config/gentoo_normal)0
-rw-r--r--manifests/init.pp3
3 files changed, 1 insertions, 2 deletions
diff --git a/files/sshd_config/centos_normal b/files/sshd_config/CentOS_normal
index 7b8ebcc..7b8ebcc 100644
--- a/files/sshd_config/centos_normal
+++ b/files/sshd_config/CentOS_normal
diff --git a/files/sshd_config/gentoo_normal b/files/sshd_config/Gentoo_normal
index aec8c07..aec8c07 100644
--- a/files/sshd_config/gentoo_normal
+++ b/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],
}
}