You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/11/13 19:47:52 UTC

stratos git commit: Changing new CEP port in puppet module

Repository: stratos
Updated Branches:
  refs/heads/master e04f271ce -> 165125567


Changing new CEP port in puppet module


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/16512556
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/16512556
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/16512556

Branch: refs/heads/master
Commit: 165125567e0f3596e980141d7dff57fea1e89b9c
Parents: e04f271
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Fri Nov 14 00:18:40 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Fri Nov 14 00:18:40 2014 +0530

----------------------------------------------------------------------
 tools/puppet3/manifests/nodes/base.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/16512556/tools/puppet3/manifests/nodes/base.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/manifests/nodes/base.pp b/tools/puppet3/manifests/nodes/base.pp
index f8a2cf7..afd8770 100755
--- a/tools/puppet3/manifests/nodes/base.pp
+++ b/tools/puppet3/manifests/nodes/base.pp
@@ -24,7 +24,7 @@ node 'base' {
   $mb_url		= 'tcp://127.0.0.1:1883'
   $mb_type		= 'activemq' #in wso2 mb case, value should be 'wso2mb'
   $cep_ip               = '127.0.0.1'
-  $cep_port             = '7611'
+  $cep_port             = '7711'
   $cep_username       ='admin'
   $cep_password       ='admin'
   $truststore_password  = 'wso2carbon'