Displaying 1 result from an estimated 1 matches for "basehost".
2011 Dec 20
8
Network config module won't work. -Mac address errors
...r no matter what changes I make it keeps giving me the
error "has different MAC address than expected, ignoring" when the
network tries to startup.
I am testing this out on the puppet learning VM.
Does anyone see anything wrong with my code:
init.pp
--------------------------
define basehost ($ipaddress, $gateway, $hostname, $environ,
$macaddress) {
file { ''hosts'':
path => ''/etc/hosts'',
ensure => ''present'',
owner => ''root'',
group => ''root'',...