Release 1.4.0 - January 2016

Enhancements

Fixed

  • 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. (4 6)

  • 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_peer'],
    }
    
  • mock not intercepting acl.getall call (14)