From 4ef0a3591b5c8ddf651a5f5d5ff0d292b186ceb7 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 9 Oct 2011 03:48:44 +0200 Subject: remove stupid cycle --- manifests/centos.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/centos.pp') 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, -- cgit v1.2.3