Releases: arista-eosplus/puppet-eos
Releases · arista-eosplus/puppet-eos
Release 1.5.0
Release 1.4.0
Enhancements
Fixes
- Ensure order of array does not affect idempotency (#70)
This resolves several potential, but rare, issues. In the event that a port-channel is in a state where some members were up and others not, Puppet could receive the list of members out of order, and believe that one or more members were not properly configured, reapplying their config. (#46)
- eos_vlan provider does not properly set trunk_groups (#38)
The eos_vlan provider now properly sets the trunk_groups:
eos_vlan { '4094':
trunk_groups => ['mlag_control'],
}
- mock not intercepting acl.getall call (#14)
Release 1.3.0
Release 1.2.0
From puppet-eos 1.2.0 forward, the minimum version of rbeapi supported is 0.3.0.
New Types
- eos_bgp_config
- eos_bgp_network
- eos_bgp_neighbor
- eos_staticroute
Release 1.1.0
Add new types:
- eos_stp_interface
- eos_acl_entry
- eos_command
Initial public release to PuppetForge - v1.0.0
New Types
- eos_ethernet
- eos_interface
- eos_ipinterface
- eos_mlag
- eos_mlag_interface
- eos_ntp_config
- eos_ntp_server
- eos_portchannel
- eos_snmp
- eos_switchport
- eos_system
- eos_vlan
- eos_vxlan
- eos_vxlan_vlan
- eos_vxlan_vtep