From 7821473710a0ba153e07f3527de1f11d244f8f9b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 30 Jun 2013 19:00:43 -0400 Subject: [PATCH] Fixup documentation YAML --- library/net_infrastructure/arista_lag | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/net_infrastructure/arista_lag b/library/net_infrastructure/arista_lag index a54f19da2f2..d3995bd8ac6 100644 --- a/library/net_infrastructure/arista_lag +++ b/library/net_infrastructure/arista_lag @@ -25,8 +25,7 @@ requirements: - Arista EOS 4.10 - Netdev extension for EOS description: - - Manage port channel interface resources on Arista EOS network - devices + - Manage port channel interface resources on Arista EOS network devices options: interface_id: description: @@ -56,7 +55,7 @@ options: description: - enables the use of the LACP protocol for managing link bundles required: false - default: 'active', + default: 'active' choices: [ 'active', 'passive', 'off' ] notes: - Requires EOS 4.10 or later