[Puppet-dev] Re: Decision: Near future of resource expressions

2014-07-30 Thread Henrik Lindberg
On 2014-30-07 23:21, Andy Parker wrote: Exactly. And that is why I'm a little nervous about just disallowing all of these types. However, it will now fail fast and so the migration path to the new system is: get rid of warnings, run with --parser future, fix errors, check that your systems still

[Puppet-dev] Extend Puppet Modules - Powershell as the backend

2014-07-30 Thread Liam Bennett
Hi, yes we (at OpenTable) have done a lot of this sort of conversion both publically and internally. What sort of things are you looking to do? Happy to assist. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group

Re: [Puppet-dev] Re: Decision: Near future of resource expressions

2014-07-30 Thread Andy Parker
On Wed, Jul 30, 2014 at 1:02 PM, John Bollinger wrote: > On Tuesday, July 29, 2014 1:23:09 PM UTC-5, Andy Parker wrote: > >> On Thu, Jul 24, 2014 at 5:32 PM, Andy Parker >> wrote: >> >>> Howdy, >>> >>> Henrik, David, Erik, John, and others have been having some pretty epic >>> conversations arou

[Puppet-dev] Extend Puppet Modules - Powershell as the backend

2014-07-30 Thread Liam Bennett
Hi, yes we (at OpenTable) have done a lot of this sort of conversation both publically and internally. What sort of things are you looking to do? Happy to assist. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this

[Puppet-dev] Re: Decision: Near future of resource expressions

2014-07-30 Thread John Bollinger
On Tuesday, July 29, 2014 1:23:09 PM UTC-5, Andy Parker wrote: > > On Thu, Jul 24, 2014 at 5:32 PM, Andy Parker > wrote: > >> Howdy, >> >> Henrik, David, Erik, John, and others have been having some pretty epic >> conversations around resource expressions, precedence, order of evaluation, >> a

[Puppet-dev] Puppet PR Triage Notes 2014-07-30

2014-07-30 Thread Joshua Partlow
Attended: Adrien, Josh P, Michael S, Felix New: 2919: Proposal for processing an external trusted OID yaml file - Looks good so far; needs a ticket in Jira; have asked contributor for that. - Once that is in place, looks like a candidate to pull in and add a setting for. 2915: Set accept-enc

[Puppet-dev] Puppet PR Triage for 2014-07-30 starting soon

2014-07-30 Thread Joshua Partlow
We'll be starting the PR triage in about ten minutes at http://links.puppetlabs.com/pr-triage -- Josh Partlow jpart...@puppetlabs.com Developer, Puppet Labs Join us at PuppetConf 2014, September 20-24 in San Francisco Register by July 31st to take advantage of the Early Bird discount —save $249!

Re: [Puppet-dev] Extend Puppet Modules - Powershell as the backend

2014-07-30 Thread Rob Reynolds
On Wed, Jul 30, 2014 at 5:17 AM, Paul Sanders wrote: > Hello All, > > I am wanting to create a number of puppet modules to help with managing > some key Microsoft infrastructure components. Most of these components are > manageable using powershell. > > The powershell scripts already exist (such

Re: [Puppet-dev] RFC - Grammar quirks I want to remove...

2014-07-30 Thread Jason Antman
+10, shipit for both. setting trusted_node_data turns "$facts" into a reserved variable and triggers a nice warning as such if you try to use it. Seems that such behavior should happen automatically for any reserved word (in puppet4, I assume). On Sat, Jul 19, 2014 at 4:44 AM, David Schmitt wro

[Puppet-dev] Extend Puppet Modules - Powershell as the backend

2014-07-30 Thread Paul Sanders
Hello All, I am wanting to create a number of puppet modules to help with managing some key Microsoft infrastructure components. Most of these components are manageable using powershell. The powershell scripts already exist (such as creating, validating and deleting). Do you know of a useful

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-07-30 Thread Jason Antman
FWIW, On Thu, Jul 24, 2014 at 8:32 PM, Andy Parker wrote: > > DECISION TWO > > Resource instantiations are value producing expressions > > The expression based grammar that puppet 4 will be based on changed almost > everything into a general expression, which allowed a lot of composition > t