Code Review
/
oom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
505c44a5778e3b69ba53fbad6e910111d6f389ac
[oom.git]
/
1
################
2
# Update logback.xml
3
######
4
5
['logback.xml'].each do |file|
6
template "#{node['aai-app-config']['PROJECT_HOME']}/bundleconfig/etc/#{file}" do
7
source "aai-app-config/logback.erb"
8
owner "aaiadmin"
9
group "aaiadmin"
10
mode "0777"
11
variables(
12
:ORG_OPENECOMP_AAI_LEVEL => node["aai-app-config"]["ORG_OPENECOMP_AAI_LEVEL"]
13
)
14
end
15
end