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

use cho to send notification

parent 41c9af45
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,9 @@ function fw_builder::fw_builder_public_ips(
$public_ipsets = []
# if public is empty it's seen as empty string
} elsif $facts_fw_conf['public'] =~ String or $facts_fw_conf['public'] =~ Undef {
warning('fw_builder public key exists but it\'s empty')
echo { 'WARNING: fw_builder_public_ips':
message => 'fw_builder public key exists but it\'s empty';
}
$public_ipsets = []
} else {
# if public is present and contains some value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment