Skip to content

Commit

Permalink
Merge pull request #48 from ghola/service-restart
Browse files Browse the repository at this point in the history
Autorestart after pecl extension creation
  • Loading branch information
alvagante committed Feb 26, 2014
2 parents 76d33cc + 7729b4c commit 95a7faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/pecl/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
logoutput => $pecl_exec_logoutput,
path => $path,
require => [ Class['php::pear'], Class['php::devel']],
notify => $manage_service_autorestart,
}
if $php::bool_augeas == true {
php::augeas { "augeas-${name}":
Expand Down

0 comments on commit 95a7faf

Please sign in to comment.