Skip to content
Snippets Groups Projects
Commit 7a64dc58 authored by Alessandro Franceschi's avatar Alessandro Franceschi
Browse files

Set empty array as family in rule

parent 821a8b8a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
define network::rule (
$iprule,
$interface = $name,
$family = undef,
$family = [],
$ensure = 'present'
) {
# Validate our arrays
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment