Repository: bigtop Updated Branches: refs/heads/master f91e1c1e3 -> 63376ccb1
BIGTOP-2096. ignite-hadoop service should restart upon changes in the package or configs Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/63376ccb Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/63376ccb Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/63376ccb Branch: refs/heads/master Commit: 63376ccb1bd101ff3e72ec4221c55861982eb3e9 Parents: f91e1c1 Author: Konstantin Boudnik <[email protected]> Authored: Sat Oct 24 05:44:04 2015 +0300 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Oct 26 23:11:52 2015 +0300 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/63376ccb/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp b/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp index 34f9794..2baf22e 100644 --- a/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp @@ -77,6 +77,7 @@ class ignite_hadoop { service { "ignite-hadoop": ensure => running, require => [ Package["ignite-hadoop", "ignite-hadoop-service"], File["/etc/default/ignite-hadoop"] ], + subscribe => [ Package["ignite-hadoop"], File["/etc/default/ignite-hadoop", "/etc/ignite-hadoop/conf/default-config.xml"] ] } } }
