summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/vlan
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-10/+4
| | | | Reviewed-By: Mike Stahnke
* Add management of router/switchs global vlansBrice Figureau2011-04-081-0/+34
This allows to manage the global device list of vlans. Currently supports only cisco IOS devices. This is as easy as: Vlan { device_url => "ssh://user:pass@switch.domain.com/" } vlan { "200": description => "R&D"; "99": description => "Management"; } The device_url conforms to the same specs as for the interface type. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>