aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/firewalld.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/property/firewalld.lisp b/src/property/firewalld.lisp
index bd69252..6bac2f3 100644
--- a/src/property/firewalld.lisp
+++ b/src/property/firewalld.lisp
@@ -54,7 +54,9 @@
apply (offline-apply apply) (--permanent t)
&aux (check-fn (if complement-check #'plusp #'zerop)))
(:apply
- (setq check (ensure-list check) apply (ensure-list apply))
+ (setq check (ensure-list check)
+ apply (ensure-list apply)
+ offline-apply (ensure-list offline-apply))
(labels ((search-warning (output)
(and warning (search output warning) :no-change))
(permanent-change ()