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:
Wido den Hollander 2012-08-21 14:57:26 +02:00
parent 568cc88c20
commit 50ca603d04
2 changed files with 5 additions and 0 deletions

2
debian/cloud-agent.conffiles vendored Normal file
View File

@ -0,0 +1,2 @@
/etc/cloud/agent/agent.properties
/etc/cloud/agent/log4j-cloud.xml

3
debian/cloud-client.conffiles vendored Normal file
View File

@ -0,0 +1,3 @@
/etc/cloud/management/db.properties
/etc/cloud/management/components.xml
/etc/cloud/management/log4j-cloud.xml