bundles/c3voc-addons: make sure we're not accidentially overwriting c3voc telegraf config

This commit is contained in:
Franzi 2021-04-24 09:44:31 +02:00
parent 2667a2c00d
commit f58e66f701
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,6 +3,7 @@ from bundlewrap.exceptions import BundleError
CONFLICTING_BUNDLES = {
'apt',
'nginx',
'telegraf',
'users',
}