diff modules/apache/manifests/mod/fastcgi.pp @ 36:37675581a273 puppet-3.6

Update Puppet module for Apache (pulls in concat module)
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2015 20:07:04 +0000
parents 956e484adc12
children 675c1cc61eaf
line wrap: on
line diff
--- a/modules/apache/manifests/mod/fastcgi.pp	Sat Mar 14 20:01:17 2015 +0000
+++ b/modules/apache/manifests/mod/fastcgi.pp	Sat Mar 14 20:07:04 2015 +0000
@@ -17,7 +17,7 @@
       content => template('apache/mod/fastcgi.conf.erb'),
       require => Exec["mkdir ${::apache::mod_dir}"],
       before  => File[$::apache::mod_dir],
-      notify  => Service['httpd'],
+      notify  => Class['apache::service'],
     }
   }