mirror of https://github.com/apache/cloudstack.git
add /resources/resource*.properties to /etc/cloud/management
This commit is contained in:
parent
45f4499c14
commit
ab8065e5f1
|
|
@ -5,6 +5,8 @@ bld.install_files('${MSENVIRON}/webapps/client/WEB-INF',
|
|||
start_path.ant_glob("**",src=True,bld=False,dir=False,flat=True),
|
||||
cwd=start_path,relative_trick=True)
|
||||
|
||||
bld.install_files("${MSCONF}",'WEB-INF/classes/resources/*.properties',chmod=0640)
|
||||
|
||||
if not Options.options.PRESERVECONFIG:
|
||||
bld.install_files_filtered("${MSCONF}","tomcatconf/*")
|
||||
bld.install_files("${MSCONF}",'tomcatconf/db.properties',chmod=0640)
|
||||
|
|
|
|||
Loading…
Reference in New Issue