Update examples

This commit is contained in:
Zach Leslie 2017-02-26 18:46:48 -08:00
parent 038e04e42e
commit d7bf068648
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
bsd::network::interface::wifi { 'wpi0':
network_name => 'myssid',
address => [ 'dhcp', ]
address => [ 'dhcp', ],
}

View File

@ -1,5 +1,5 @@
# A static network configuration
class { 'bsd::network':
class { '::bsd::network':
v4gateway => $v4gateway,
v6gateway => $v6gateway,
}

View File

@ -14,7 +14,7 @@ define bsd::network::interface::carp (
$raw_values = undef,
) {
include bsd::network::carp
include ::bsd::network::carp
$if_name = $name
validate_re($if_name, ['carp'])