You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/03/06 13:53:17 UTC

[2/2] stratos git commit: Correcting python_agent template location

Correcting python_agent template location


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

Branch: refs/heads/master
Commit: 038a3926ee40cf5736eca2fcbac1563f06325e38
Parents: 1eb4211
Author: Anuruddha Liyanarachchi <an...@anuruddha.local>
Authored: Fri Mar 6 16:36:23 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Mar 6 18:23:12 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/038a3926/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 08430ac..36fbc97 100644
--- a/tools/puppet3/modules/python_agent/manifests/init.pp
+++ b/tools/puppet3/modules/python_agent/manifests/init.pp
@@ -104,7 +104,7 @@ class python_agent(
   python_agent::push_templates {
     $service_templates:
       target    => $agent_home,
-      template_dir => "agent",
+      template_dir => "python_agent",
       require   => Exec['make extension log file'];
   }