13 lines
227 B
Python
13 lines
227 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'resolvconf': {
|
|
'installed': False,
|
|
},
|
|
},
|
|
},
|
|
'systemd-networkd': {
|
|
'netdevs': {},
|
|
'networks': {},
|
|
},
|
|
}
|