This is an automated email from the ASF dual-hosted git repository.
hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new e460fb1 AMBARI-14526 Special deployment for SLES12 containing systemD
specific configuration This is a fix for copying data to the directory where
custom scrypts a located.
e460fb1 is described below
commit e460fb1a3a4f18d10105cd579d65720e5a1f4505
Author: eberhardtp <[email protected]>
AuthorDate: Thu Nov 21 11:44:13 2019 +0100
AMBARI-14526 Special deployment for SLES12 containing systemD specific
configuration
This is a fix for copying data to the directory where custom scrypts a
located.
---
ambari-agent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 1d0b914..9ee0ef5 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -726,14 +726,14 @@
<group>Development</group>
<mappings>
<mapping>
- <directory>/var/lib/${project.artifactId}/tmp</directory>
+ <directory>/etc/${project.artifactId}/conf/custom</directory>
<username>root</username>
<groupname>root</groupname>
<filemode>644</filemode>
<directoryIncluded>false</directoryIncluded>
<sources>
<source>
-
<location>${project.build.directory}${dirsep}${project.artifactId}-${project.version}${dirsep}etc${dirsep}ambari-agent${dirsep}conf${dirsep}custom${dirsep}sles12.sh</location>
+
<location>${project.build.directory}${dirsep}${project.artifactId}-${project.version}${dirsep}var${dirsep}lib${dirsep}ambari-agent${dirsep}tmp${dirsep}sles12.sh</location>
</source>
</sources>
</mapping>