network: Fix network::carp for puppet 2.6
This commit is contained in:
parent
b9ab6e9105
commit
ed1b6526ca
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ define network::carp($password, $ipaddr, $netmask, $options = [], $postcmd = [])
|
||||||
ipaddr => $ipaddr,
|
ipaddr => $ipaddr,
|
||||||
netmask => $netmask,
|
netmask => $netmask,
|
||||||
options => [ "vhid ${name}", "pass ${password}", $options ],
|
options => [ "vhid ${name}", "pass ${password}", $options ],
|
||||||
postcmd => merge([ "/usr/sbin/ndp -i carp${name} -- -accept_rtadv" ], $postcmd),
|
postcmd => merge("/usr/sbin/ndp -i carp${name} -- -accept_rtadv", $postcmd),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"centos","redhat","fedora": {
|
"centos","redhat","fedora": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue