summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-11-22 22:42:40 +0100
committermh <mh@immerda.ch>2011-11-22 22:42:40 +0100
commit3b1eaddf445f00162b9f58bf83bd0bff772564df (patch)
tree0f028039eff9208a83c2e0bb53eb60d046d1ec73 /manifests/centos
parent8c967e8ff94380e18a59b5701ece7b5a98513b2d (diff)
we use now file_line
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/itk_plus.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos/itk_plus.pp b/manifests/centos/itk_plus.pp
index 0bdb744..c034e8b 100644
--- a/manifests/centos/itk_plus.pp
+++ b/manifests/centos/itk_plus.pp
@@ -1,6 +1,6 @@
# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
class apache::centos::itk_plus inherits apache::centos::itk {
- Line['pidfile_httpd.conf','listen_httpd.conf']{
+ File_line['pidfile_httpd.conf','listen_httpd.conf']{
ensure => absent,
}