[Puppet-dev] [Feedback Wanted] Puppetrun and shell globs

2010-03-08 Thread Michael DeHaan
These two patches are a basic attempt to enhance Puppetrun to support shell globs. This is still rough. There are some obvious things wrong yet that I need to fix: * Hard coded path to /var/lib/puppet * Only supports one database source (the filesystem) * -a still doesn't know how to use the

[Puppet-dev] Re: [Feedback Wanted] Puppetrun and shell globs

2010-03-08 Thread Michael DeHaan
On Mon, Mar 8, 2010 at 1:54 PM, Michael DeHaan mich...@reductivelabs.com wrote: These two patches are a basic attempt to enhance Puppetrun to support shell globs. This is still rough.   There are some obvious things wrong yet that I need to fix: * Hard coded path to /var/lib/puppet * Only

[Puppet-dev] Idea about sourcing facts from other languages

2010-03-08 Thread Michael DeHaan
Some of us have been talking about this for a while and I'm thinking about knocking this out soon. The idea is you should be able to write facts in any language, and this lowers the barrier to entry for Puppet extensions from those who don't want to learn Ruby just yet. Facter should have a

Re: [Puppet-dev] Idea about sourcing facts from other languages

2010-03-08 Thread Paul Nasrat
On 8 March 2010 20:58, Michael DeHaan mich...@reductivelabs.com wrote: Some of us have been talking about this for a while and I'm thinking about knocking this out soon. The idea is you should be able to write facts in any language, and this lowers the barrier to entry for Puppet extensions

Re: [Puppet-dev] [Feedback Wanted] Puppetrun and shell globs

2010-03-08 Thread Paul Nasrat
On 8 March 2010 18:54, Michael DeHaan mich...@reductivelabs.com wrote: These two patches are a basic attempt to enhance Puppetrun to support shell globs. Can you configure your mailer to send inline/use git mail_patches so they're not attachments for easier review. Paul -- You received this

Re: [Puppet-dev] [Feedback Wanted] Puppetrun and shell globs

2010-03-08 Thread Michael DeHaan
On Mon, Mar 8, 2010 at 4:01 PM, Paul Nasrat pnas...@googlemail.com wrote: On 8 March 2010 18:54, Michael DeHaan mich...@reductivelabs.com wrote: These two patches are a basic attempt to enhance Puppetrun to support shell globs. Can you configure your mailer to send inline/use git

Re: [Puppet-dev] [Feedback Wanted] Puppetrun and shell globs

2010-03-08 Thread Paul Nasrat
On 8 March 2010 21:03, Michael DeHaan mich...@reductivelabs.com wrote: On Mon, Mar 8, 2010 at 4:01 PM, Paul Nasrat pnas...@googlemail.com wrote: On 8 March 2010 18:54, Michael DeHaan mich...@reductivelabs.com wrote: These two patches are a basic attempt to enhance Puppetrun to support shell

Re: [Puppet-dev] Problems with my server configuration puppet

2010-03-08 Thread Luke Kanies
On Mar 2, 2010, at 4:58 AM, IgNoTo wrote: Hello! I have a problem that is safer than syntax but no clear end in view. The settings I use in puppet is somewhat peculiar because of my needs. The theory is that customers have a number of files in the manner and mode configured, rather than the

Re: [Puppet-dev] [PATCH/facter 1/1] Revert use popen3 in Resolution.exec

2010-03-08 Thread Michael DeHaan
On Tue, Mar 2, 2010 at 3:14 PM, Paul Nasrat pnas...@googlemail.com wrote: On 2 March 2010 18:52, Markus Roberts mar...@reductivelabs.com wrote: On Sun, Feb 28, 2010 at 5:52 AM, Paul Nasrat pnas...@googlemail.com wrote: This reverts commit 33fb7709404e706801683e6c47ab7a0a5a1884b1. This has

Re: [Puppet-dev] Idea about sourcing facts from other languages

2010-03-08 Thread James Turnbull
Sorry - forgot to Reply All... On 9 March 2010 07:58, Michael DeHaan mich...@reductivelabs.com wrote: Some of us have been talking about this for a while and I'm thinking about knocking this out soon. Yeah this has come up a few times and Paul and RI and I discussed it a while back... We sort