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

[1/2] git commit: commenting an unwanted section

Updated Branches:
  refs/heads/master 057cb45b7 -> e18ef025c


commenting an unwanted section


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

Branch: refs/heads/master
Commit: 2e737eb372b5590fb49c9860580da62a0a69de8b
Parents: 8ef8709
Author: Isuru <is...@wso2.com>
Authored: Mon Jan 13 15:35:28 2014 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jan 13 15:35:28 2014 +0530

----------------------------------------------------------------------
 tools/puppet/manifests/classes/lb_cartridge.pp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/2e737eb3/tools/puppet/manifests/classes/lb_cartridge.pp
----------------------------------------------------------------------
diff --git a/tools/puppet/manifests/classes/lb_cartridge.pp b/tools/puppet/manifests/classes/lb_cartridge.pp
index 4531d5a..e7a4709 100644
--- a/tools/puppet/manifests/classes/lb_cartridge.pp
+++ b/tools/puppet/manifests/classes/lb_cartridge.pp
@@ -37,13 +37,13 @@ class stratos::lb ( $version,
 
        define push_templates ( $directory, $target ) {
        
-               file { "${target}/repository/${name}":
-                       owner   => $owner,
-                       group   => $group,
-                       mode    => 755,
-                       content => template("${directory}/${name}.erb"),
-                       ensure  => present,
-               }
+             #  file { "${target}/repository/${name}":
+             #          owner   => $owner,
+             #          group   => $group,
+             #          mode    => 755,
+             #          content => template("${directory}/${name}.erb"),
+             #          ensure  => present,
+             #  }
        }
 
 	clean { $deployment_code:


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: e18ef025cf4ee821d98b9994b07a994888e9d7a5
Parents: 2e737eb 057cb45
Author: Isuru <is...@wso2.com>
Authored: Mon Jan 13 15:35:55 2014 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jan 13 15:35:55 2014 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/messaging/domain/topology/Cluster.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------