Issue #4344 has been updated by R.I. Pienaar aka Volcane.

Status changed from Closed to Re-opened

This fix breaks/improves import so that it will now only import files named .pp 
or .rb where in the past it would happily have imported anything matching the 
supplied glob:

<pre>
import "/etc/puppet/manifests/nodes/*"
</pre>

This now only imports *.pp and *.rb not * as it's asked to do.
----------------------------------------
Bug #4344: Templates fails sometimes on 2.6
http://projects.puppetlabs.com/issues/4344

Author: Jasper Poppe
Status: Re-opened
Priority: High
Assignee: 
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