summaryrefslogtreecommitdiff
path: root/network/cumulus/cl_ports.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/cumulus/cl_ports.py')
-rw-r--r--network/cumulus/cl_ports.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/cumulus/cl_ports.py b/network/cumulus/cl_ports.py
index 02728203..9ed48089 100644
--- a/network/cumulus/cl_ports.py
+++ b/network/cumulus/cl_ports.py
@@ -48,7 +48,9 @@ attributes defined in the ports.conf file on Cumulus Linux
## Unganged port config using simple args
- name: configure ports.conf setup
- cl_ports: speed_4_by_10g="swp1, swp32" speed_40g="swp2-31"
+ cl_ports:
+ speed_4_by_10g: "swp1, swp32"
+ speed_40g: "swp2-31"
notify: restart switchd
## Unganged port configuration on certain ports using complex args