Skip to content
Snippets Groups Projects
Unverified Commit 4a1fc452 authored by Max Adamo's avatar Max Adamo
Browse files

minor

parent 95610a65
No related branches found
No related tags found
No related merge requests found
...@@ -133,8 +133,8 @@ function fw_builder::fw_builder() { ...@@ -133,8 +133,8 @@ function fw_builder::fw_builder() {
# #
['public', 'trust'].each() |$zone| { ['public', 'trust'].each() |$zone| {
if $zone in $fw_conf and empty($fw_conf[$zone]) { if $zone in $fw_conf and empty($fw_conf[$zone]) {
echo { 'WARNING fw_builder': echo { "WARNING FW Builder zone ${zone}":
message => "'${zone}' zone key is defined but it\'s empty"; message => "key '${zone}' is defined but it\'s empty";
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment