Issue #4117 has been reported by Dan Bode.
----------------------------------------
Feature #4117: purging hosts outputs confusing Storing newly-audited value
messages
http://projects.puppetlabs.com/issues/4117
Author: Dan Bode
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 2.6alpha1
Keywords:
Branch:
when I try to test host purging with the following code:
<pre>
resources { 'host':
purge => true,
}
host { 'localhost':
host_aliases => 'localhost.localdomain',
ensure => present,
ip => '127.0.0.1',
}
host { $hostname:
ip => $ipaddress,
host_aliases => $fqdn,
}
</pre>
<pre>
>puppet host.pp
warning: /User[puppet]: 'check' attribute is deprecated; use 'audit' instead
warning: /Host[localhost.localdomain]: 'check' attribute is deprecated; use
'audit' instead
warning: /Host[localhost6.localdomain6]: 'check' attribute is deprecated; use
'audit' instead
warning: /Host[puppet]: 'check' attribute is deprecated; use 'audit' instead
warning: /Host[puppetmaster]: 'check' attribute is deprecated; use 'audit'
instead
warning: /Host[dannyboy]: 'check' attribute is deprecated; use 'audit' instead
warning: /Host[localhost]: 'check' attribute is deprecated; use 'audit' instead
notice: /Host[dannyboy]: Storing newly-audited value 192.168.161.133 for ip
notice: /Host[dannyboy]: Storing newly-audited value for host_aliases
notice: /Host[dannyboy]: Storing newly-audited value /etc/hosts for target
notice: /Host[dannyboy]/ensure: removed
notice: /Host[puppet]: Storing newly-audited value 192.168.161.129 for ip
notice: /Host[puppet]: Storing newly-audited value
puppetmaster2puppetmaster4puppetclient2 for host_aliases
notice: /Host[puppet]: Storing newly-audited value /etc/hosts for target
notice: /Host[puppet]/ensure: removed
notice: /Host[localhost.localdomain]: Storing newly-audited value 127.0.0.1 for
ip
notice: /Host[localhost.localdomain]: Storing newly-audited value
localhostpuppetclient for host_aliases
notice: /Host[localhost.localdomain]: Storing newly-audited value /etc/hosts
for target
notice: /Host[localhost.localdomain]/ensure: removed
notice: /Host[localhost6.localdomain6]: Storing newly-audited value ::1 for ip
notice: /Host[localhost6.localdomain6]: Storing newly-audited value localhost6
for host_aliases
notice: /Host[localhost6.localdomain6]: Storing newly-audited value /etc/hosts
for target
notice: /Host[localhost6.localdomain6]/ensure: removed
notice: /Host[puppetmaster]: Storing newly-audited value 127.0.0.1 for ip
notice: /Host[puppetmaster]: Storing newly-audited value for host_aliases
notice: /Host[puppetmaster]: Storing newly-audited value /etc/hosts for target
notice: /Host[puppetmaster]/ensure: removed
notice: /Stage[main]//Host[puppet2]/ensure: created
</pre>
--
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.