Merge pull request #18990 from toanju/patch-1

debian vlan configuration
This commit is contained in:
Thomas S Hatch 2014-12-15 12:20:30 -07:00
commit 7c471ef13f

View File

@ -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'