summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index ec29ccb..e8a413d 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -38,6 +38,18 @@ class apache::centos inherits apache::package {
owner => root, group => 0, mode => 0644;
}
+ line{
+ 'pidfile_httpd.conf':
+ file => '/etc/httpd/conf/httpd.conf',
+ line => 'PidFile run/httpd.pid';
+ 'listen_httpd.conf':
+ file => '/etc/httpd/conf/httpd.conf',
+ line => 'Listen 80';
+ }
+ apache::config::global{'00-listen.conf':
+ ensure => absent,
+ }
+
include apache::logrotate::centos
apache::config::global{ 'welcome.conf': }