Repository: stratos Updated Branches: refs/heads/docker-grouping-merge 836d0c761 -> 2e1ac8b2d
Removing commented code Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2e1ac8b2 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2e1ac8b2 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2e1ac8b2 Branch: refs/heads/docker-grouping-merge Commit: 2e1ac8b2d6d236d2e48da0c577db657c94411645 Parents: 836d0c7 Author: lasinducharith <[email protected]> Authored: Sun Nov 9 15:43:54 2014 +0530 Committer: lasinducharith <[email protected]> Committed: Sun Nov 9 15:43:54 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/python_agent/manifests/init.pp | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2e1ac8b2/tools/puppet3/modules/python_agent/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/python_agent/manifests/init.pp b/tools/puppet3/modules/python_agent/manifests/init.pp index 23977b3..29f5c97 100644 --- a/tools/puppet3/modules/python_agent/manifests/init.pp +++ b/tools/puppet3/modules/python_agent/manifests/init.pp @@ -38,13 +38,6 @@ class python_agent( $mb_ip = $split_mburl[0] $mb_port = $split_mburl[1] -# $split_mburl = split($mb_url, "//") -# $split_mburl = split($split_mburl[1], ":") -# $mb_ip = $split_mburl[0] -# $mb_port = $split_mburl[1] -# $mb_ip = '127.0.0.1' -# $mb_port = '1883' - tag($service_code) $default_templates = [
