Issue #4344 has been updated by Markus Roberts.

Status changed from Ready for Testing to Closed

commit:449315a2c705df2396852462a1d1e14774b9f117 [#4397]+[#4344] Move type-name 
resolution out of Puppet::Resource into the AST 

----------------------------------------
Bug #4344: Templates fails sometimes on 2.6
http://projects.puppetlabs.com/issues/4344

Author: Jasper Poppe
Status: Closed
Priority: High
Assigned to: 
Category: functions
Target version: 
Affected version: 2.6.0
Keywords: 
Branch: http://github.com/nicklewis/puppet/tree/ticket/2.6.x/4344


This one is reproducible for us on one node and a bit vague but unfortunately 
rather important.

We have a really simple sudo module with one template. 

On a second node where we are testing with the template we have the following 
issue:
Everything works fine in the first puppet run (or when the file doesn't exist) 
the second run we get the following error:
err: Could not retrieve catalog from remote server: Could not intern from pson: 
Syntax error at 'env_reset' at /etc/sudoers
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

I have attached files with debug logging from client and server, and since I 
still don't know how to get code pasted properly i have also included the 
Puppet manifests.

Also the sudoers module is attached.

We call it like this:
        $sudo_entries = [ 'noldap  ALL=(ALL) ALL', 'seedpimp ALL=(ALL) ALL' ]
        include sudoers


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