From 443d7683a004d7b6aa09ff6e6d31af4a03ef9c02 Mon Sep 17 00:00:00 2001 From: Cosmo Petrich Date: Fri, 12 Dec 2014 18:46:52 +1100 Subject: [PATCH] Remove default from 'permanent' and 'state' docs These fields are both required, and thus do not actually have defaults. --- system/firewalld.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/firewalld.py b/system/firewalld.py index 12b350e3fe5..dedc9260740 100644 --- a/system/firewalld.py +++ b/system/firewalld.py @@ -51,7 +51,6 @@ options: description: - "Should this configuration be in the running firewalld configuration or persist across reboots" required: true - default: true immediate: description: - "Should this configuration be applied immediately, if set as permanent" @@ -62,7 +61,6 @@ options: description: - "Should this port accept(enabled) or reject(disabled) connections" required: true - default: enabled timeout: description: - "The amount of time the rule should be in effect for when non-permanent"