mirror of https://github.com/apache/cloudstack.git
debian: Protect agent and management configuration from being overwritten
By adding these files to the *.conffiles file we prevent them from being overwritten by dpkg. We don't want to overwrite these files, since they can contain very specific information regarding the setup.
This commit is contained in:
parent
568cc88c20
commit
50ca603d04
|
|
@ -0,0 +1,2 @@
|
|||
/etc/cloud/agent/agent.properties
|
||||
/etc/cloud/agent/log4j-cloud.xml
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/etc/cloud/management/db.properties
|
||||
/etc/cloud/management/components.xml
|
||||
/etc/cloud/management/log4j-cloud.xml
|
||||
Loading…
Reference in New Issue