Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x | Pieter van de Bruggen | 2011-04-18 | 1 | -10/+4 |
| | | | | Reviewed-By: Mike Stahnke | ||||
* | Add management of router/switchs global vlans | Brice Figureau | 2011-04-08 | 1 | -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> |