diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 9f34902..d524690 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -50,6 +50,12 @@ files = { 'action:apt_update', }, }, + '/etc/apt/sources.list': { + 'content': '# managed by bundlewrap\n', + 'triggers': { + 'action:apt_update', + }, + }, '/etc/apt/listchanges.conf': { 'content': repo.libs.ini.dumps(node.metadata.get('apt/list_changes')), },