Issue #4114 has been updated by Dan Bode.

I noticed that I see the deprecation warning when running 'puppet resource' and 
not 'puppet apply'

<pre>
# puppet resource  user bobo ensure=present
warning: You have configuration parameter $report specified in [puppetd], which 
is a deprecated section. I'm assuming you meant [agent]
warning: You have configuration parameter $certname specified in [puppetd], 
which is a deprecated section. I'm assuming you meant [agent]
warning: You have configuration parameter $server specified in [puppetd], which 
is a deprecated section. I'm assuming you meant [agent]
notice: /User[bobo]/ensure: created
user { 'bobo':
    ensure => 'present'
}
</pre>

<pre>
# puppet apply -e 'user{bobo: ensure => present}'
notice: /Stage[main]//User[bobo]/ensure: created
</pre>
----------------------------------------
Bug #4114: Settings section deprecation warnings don't display
http://projects.puppetlabs.com/issues/4114

Author: Jesse Wolfe
Status: Code Insufficient
Priority: Normal
Assigned to: Nick Lewis
Category: 
Target version: 2.6
Affected version: 2.6alpha1
Keywords: 
Branch: 
http://github.com/nicklewis/puppet/tree/ticket/master/4114-queue_log_messages


This message fails to display:
            Puppet.warning "You have configuration parameter $#{param} 
specified in [#{type}], which is a deprecated section. I'm assuming you meant 
[#{new_type}]"

presumably because the log destination hasn't been set up yet at the time that 
puppet.conf is getting parsed


-- 
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