Repository: bigtop Updated Branches: refs/heads/master 755896bbd -> 564e7c308
BIGTOP-2094. ignite-hadoop fails to deploy after BIGTOP-2084 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/564e7c30 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/564e7c30 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/564e7c30 Branch: refs/heads/master Commit: 564e7c308603ad9a697d497d29d6c251b2e848e6 Parents: 755896b Author: Konstantin Boudnik <[email protected]> Authored: Fri Oct 23 17:42:04 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Oct 24 05:25:46 2015 +0300 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/564e7c30/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 98c27fc..34f9794 100644 --- a/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/ignite_hadoop/manifests/init.pp @@ -33,7 +33,7 @@ class ignite_hadoop { } file { "/etc/default/ignite-hadoop": - content => template("ignite-hadoop/ignite-hadoop"), + content => template("ignite_hadoop/ignite-hadoop"), require => Package["ignite-hadoop"], } @@ -45,11 +45,11 @@ class ignite_hadoop { require => Package["ignite-hadoop-service"], } file { "/etc/ignite-hadoop/conf/default-config.xml": - content => template('ignite-hadoop/default-config.xml'), + content => template('ignite_hadoop/default-config.xml'), require => [Package["ignite-hadoop"]], } file { "/etc/hadoop/ignite.client.conf/core-site.xml": - content => template('ignite-hadoop/core-site.xml'), + content => template('ignite_hadoop/core-site.xml'), require => [File["/etc/hadoop/ignite.client.conf"]], } file {
