Updated Branches: refs/heads/master 7db0bc293 -> 5069b4fac
adding a comment in nodes.pp Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5069b4fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5069b4fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5069b4fa Branch: refs/heads/master Commit: 5069b4facad95c730d71937d02c60b25c633ce18 Parents: 7db0bc2 Author: Isuru <[email protected]> Authored: Thu Feb 13 15:04:52 2014 +0530 Committer: Isuru <[email protected]> Committed: Thu Feb 13 15:04:52 2014 +0530 ---------------------------------------------------------------------- tools/puppet/manifests/nodes.pp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5069b4fa/tools/puppet/manifests/nodes.pp ---------------------------------------------------------------------- diff --git a/tools/puppet/manifests/nodes.pp b/tools/puppet/manifests/nodes.pp index de9c82a..97e64ae 100755 --- a/tools/puppet/manifests/nodes.pp +++ b/tools/puppet/manifests/nodes.pp @@ -33,6 +33,8 @@ node confignode inherits basenode { ## Server details for billing $time_zone = "GMT-8:00" + + ## global configs to send in payload $mb_ip = "54.251.211.89", $mb_port = "5677", $cep_ip = "54.251.211.89",
