You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by di...@apache.org on 2014/07/21 06:29:42 UTC

git commit: Change agent's target directory

Repository: stratos
Updated Branches:
  refs/heads/4.0.0 b3766b4eb -> 5c77b5003


Change agent's target directory


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

Branch: refs/heads/4.0.0
Commit: 5c77b5003453774bb41ef9a06b585903143ede61
Parents: b3766b4
Author: Dinesh Bandara <di...@wso2.com>
Authored: Mon Jul 21 09:58:39 2014 +0530
Committer: Dinesh Bandara <di...@wso2.com>
Committed: Mon Jul 21 09:58:39 2014 +0530

----------------------------------------------------------------------
 tools/puppet3/modules/agent/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/5c77b500/tools/puppet3/modules/agent/manifests/init.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/agent/manifests/init.pp b/tools/puppet3/modules/agent/manifests/init.pp
index f1074f2..2ab599c 100644
--- a/tools/puppet3/modules/agent/manifests/init.pp
+++ b/tools/puppet3/modules/agent/manifests/init.pp
@@ -19,7 +19,7 @@ class agent(
   $version                = '4.0.0',
   $owner                  = 'root',
   $group                  = 'root',
-  $target                 = "/mnt/${server_ip}",
+  $target                 = "/mnt",
   $type                   = 'default',
   $enable_artifact_update = true,
   $auto_commit            = false,