+1, with a comment/question:

>             options = [ "--fmt", "puppet",
>                         "--quiet",
>                         "--force-update",
> +                        "--exclude", "/modules/[^/]*/files/.*\.pp$",
>                         "--op", outputdir ]

Does the exclude pattern expect a glom or a regex?  If a regex, you
could (just FYI) write it as "/modules/.*?/files/.*\.pp$" ("*?" ==
shortest match); if it's wanting a glom it should probably be
"/modules/*/files/*.pp" instead.

-- Markus

-----------------------------------------------------------
Boredom is a vital problem for the moralist,
since at least half the sins of mankind are
caused by the fear of it.—Bertrand Russell
------------------------------------------------------------

--

You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.


Reply via email to