dummy sources.list file
This commit is contained in:
parent
aede8d21c1
commit
d300866bc8
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ files = {
|
||||||
'action:apt_update',
|
'action:apt_update',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'/etc/apt/sources.list': {
|
||||||
|
'content': '# managed by bundlewrap\n',
|
||||||
|
'triggers': {
|
||||||
|
'action:apt_update',
|
||||||
|
},
|
||||||
|
},
|
||||||
'/etc/apt/listchanges.conf': {
|
'/etc/apt/listchanges.conf': {
|
||||||
'content': repo.libs.ini.dumps(node.metadata.get('apt/list_changes')),
|
'content': repo.libs.ini.dumps(node.metadata.get('apt/list_changes')),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue