When you say "you checked Ruby's globbing options", do you mean you 
> actually ran the glob against the target directory using the same Ruby that 
> the master runs on?  It should be pretty easy to do that via irb, just to 
> be sure, though I don't actually see a problem with your glob.  Since the 
> type docs specifically say that the ignore pattern is interpreted via 
> Ruby's globbing engine, I suggest you file a ticket if Puppet is including 
> files that genuinely match your 'ignore' glob.
>
>
Yes, I used irb to test the matching files with the patterns.
 

> Meanwhile, the Puppet type documentation subtly hints that you may be able 
> to pass an array of ignore patterns.  I don't know whether that actually 
> works, but you could try it instead of glob alternation, i.e. "ignore => 
> ['.hg', '*.conf~']".
>

That worked... Thanks for the tips... I believe I tried this earlier, but 
missing a comma somewhere ;)
 

>
>
> John
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/DJeBsPq6gooJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to