Issue #21682 has been updated by Charlie Sharpsteen.

Description updated
Assignee changed from Charlie Sharpsteen to Raghavendra Rachamadugu

----------------------------------------
Bug #21682: puppet agent --test fails when run before puppet daemon obtains 
signed cert from master
https://projects.puppetlabs.com/issues/21682#change-94770

* Author: Raghavendra Rachamadugu
* Status: Needs More Information
* Priority: Urgent
* Assignee: Raghavendra Rachamadugu
* Category: 
* Target version: 
* Affected Puppet version: 
* Keywords: 
* Branch: 
----------------------------------------
Thanks for posting the agent backtrace. It definitely clarifies that file 
permissions may not be the immediate cause of the problem. What appears to be 
happening is that the agent is preparing to create configuration files and 
directories and calls up the "puppet user" `pe-puppet`:

<pre>
# puppet/settings.rb:713
user = Puppet::Type.type(:user).new :name => self[:user], :audit => :ensure
@service_user_available = user.exists?
</pre>

However, it looks like the `user.exists?` call is failing because the provider 
for that user object is getting set to `nil` for some reason.

Which operating system is this occurring on?



-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to