remove dep on Exec restart-apache

This commit is contained in:
Monocots 2019-06-24 16:03:11 +00:00
parent bc9dabc700
commit 16a61d5462

View file

@ -61,7 +61,6 @@ class rhizo_base::packages::debian inherits rhizo_base::packages::common {
file { '/etc/php/7.0/apache2/php.ini':
ensure => present,
source => "puppet:///modules/rhizo_base/php.ini",
notify => Exec['restart-apache']
}
}