mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #18990 from toanju/patch-1
debian vlan configuration
This commit is contained in:
commit
7c471ef13f
@ -1527,6 +1527,7 @@ def build_interface(iface, iface_type, enabled, **settings):
|
||||
|
||||
elif iface_type == 'vlan':
|
||||
settings['vlan'] = 'yes'
|
||||
__salt__['pkg.install']('vlan')
|
||||
|
||||
elif iface_type == 'pppoe':
|
||||
settings['pppoe'] = 'yes'
|
||||
|
Loading…
Reference in New Issue
Block a user