summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index b3af7f6..ccbc079 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -43,12 +43,12 @@ class apache::centos inherits apache::package {
path => '/etc/httpd/conf/httpd.conf',
line => 'PidFile run/httpd.pid',
require => Package['apache'],
- notify=> Package['apache'];
+ notify=> Service['apache'];
'listen_httpd.conf':
path => '/etc/httpd/conf/httpd.conf',
line => 'Listen 80',
require => Package['apache'],
- notify=> Package['apache'];
+ notify=> Service['apache'];
}
apache::config::global{'00-listen.conf':
ensure => absent,