From 9f8bc0158cb3d4a458d78d1a4da4429d4c2d73a9 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 2 Aug 2016 17:32:52 -0400 Subject: [PATCH 1/2] Fix typo in "ssantaize" typo ssantaize to santaize --- network/junos/junos_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/junos/junos_config.py b/network/junos/junos_config.py index e4a43a23210..07b9fafb724 100644 --- a/network/junos/junos_config.py +++ b/network/junos/junos_config.py @@ -51,7 +51,7 @@ options: default: null zeroize: description: - - The C(zeroize) argument is used to completely ssantaize the + - The C(zeroize) argument is used to completely santaize the remote device configuration back to initial defaults. This argument will effectively remove all current configuration statements on the remote device From 9a369b3f1f8b1569a0dc022c88641885d39c46e6 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 2 Aug 2016 17:35:02 -0400 Subject: [PATCH 2/2] Update junos_config.py --- network/junos/junos_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/junos/junos_config.py b/network/junos/junos_config.py index 07b9fafb724..69f145c1c0c 100644 --- a/network/junos/junos_config.py +++ b/network/junos/junos_config.py @@ -51,7 +51,7 @@ options: default: null zeroize: description: - - The C(zeroize) argument is used to completely santaize the + - The C(zeroize) argument is used to completely sanitize the remote device configuration back to initial defaults. This argument will effectively remove all current configuration statements on the remote device