Issue #3388 has been updated by Nick Lewis.

Branch changed from 
http://github.com/nicklewis/puppet/bug/master/3388-host_aliases_redundant_change_message
 to 
http://github.com/nicklewis/puppet/tree/ticket/master/3388-host_aliases_redundant_change_message


----------------------------------------
Bug #3388: puppet is a nag when you tell it to clear host aliases
http://projects.puppetlabs.com/issues/3388

Author: Martin Englund
Status: Ready for Testing
Priority: Low
Assigned to: 
Category: host
Target version: 0.25.6
Affected version: 0.25.4
Keywords: 
Branch: 
http://github.com/nicklewis/puppet/tree/ticket/master/3388-host_aliases_redundant_change_message


If you tell puppet to clear the host aliases for a host, e.g.
<pre>
host { "localhost":
  ip => "127.0.0.1",
  host_aliases => []
}</pre>
it will remove the aliases the first time it runs, but every subsequent run it 
will generate a log entry like this
<pre>notice: //syslog/Host[localhost]/host_aliases: host_aliases changed 
'absent' to ''</pre>
ad nauseum.

This is the same problem described in bug #2360


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to