diff options
author | mh <mh@immerda.ch> | 2011-11-22 22:42:40 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-11-22 22:42:40 +0100 |
commit | 3b1eaddf445f00162b9f58bf83bd0bff772564df (patch) | |
tree | 0f028039eff9208a83c2e0bb53eb60d046d1ec73 | |
parent | 8c967e8ff94380e18a59b5701ece7b5a98513b2d (diff) |
we use now file_line
-rw-r--r-- | manifests/centos/itk_plus.pp | 2 |
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, } |