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

2014-07-31 Thread Liam Bennett
Very interesting. Yes there is definitely not anything to support that at the moment. I guess this sort of thing was done with the vmware modules already so that would be my starting reference point in writing something to do that interaction. -- You received this message because you are su

Re: [Puppet-dev] Platform Team Week of July 21st, 2014

2014-07-31 Thread Paul Stack
In my opinion, I would not worry too much about Windows 2003 support for x64. The effort to get this working will far outweigh the benefit considering, as you said, there is less than 1 year's support left As a company that has some 2003 core infrastructure, I'd rather see it die than to contin

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

2014-07-31 Thread John Bollinger
On Wednesday, July 30, 2014 4:21:37 PM UTC-5, Andy Parker wrote: > > 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, Dav

Re: [Puppet-dev] Re: [Puppet Users] Re: Announce: Facter 2.0.1

2014-07-31 Thread Kylo Ginsberg
Hi Madd, On Thu, Jul 31, 2014 at 5:08 AM, Madd Sauer wrote: > [root@devel69 facts.d]# cat /var/lib/puppet/lib/facter/kis_horcm.rb > if Facter.kernel == "Linux" > Facter.add("kis_horcm") do > setcode do > File.exist?("/etc/horcm.conf") >end > end > end > > > On

[Puppet-dev] stubbing our toes on a mysql test

2014-07-31 Thread Igor Galić
Fellow humans, I've been working on MODULES-151, and pushed my work in progress to https://github.com/puppetlabs/puppetlabs-mysql/pull/548 this pr adds a mariadb provider to puppetlabs-mysql, boolean-confining it, based on a version-check (for >= 10.0.0-MariaDB), if so, it adds a feature for

[Puppet-dev] Module PR Triage Notes 2014-07-31

2014-07-31 Thread Igor Galić
Fellow Humans, This week we triaged PRs for puppetlabs-firewal and briefly looked at puppetlabs-git and, once again, at puppetlabs-mysql (more in a next email). puppetlabs-firewall === merged: * #388 Add cbt protocol, to be able to mitigate some DDoS attacks discussed: * #387

[Puppet-dev] Re: [Puppet Users] Re: Announce: Facter 2.0.1

2014-07-31 Thread Madd Sauer
Hello again, I found out that something has changed in way how facter elements has to use. old style if Facter.kernel == "Linux" new style if Facter.kernel => :Linux I think iI have to check some of our scripts ... sorry for making noise here ... Am Donnerstag, 31. Juli 2014 14:08:18 UTC

[Puppet-dev] Re: [Puppet Users] Re: Announce: Facter 2.0.1

2014-07-31 Thread Madd Sauer
Hello Jeff, I am a coworker of Stefan. root@devel69 facts.d]# facter --debug --trace Not an EC2 host undefined method `kernel' for Facter:Module /var/lib/puppet/lib/facter/kis_horcm.rb:5:in `' /usr/share/ruby/vendor_ruby/facter/util/loader.rb:115:in `load' /usr/share/ruby/vendor_ruby/facter/util/

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

2014-07-31 Thread Paul Sanders
Thanks all :) I am basically wanting to manage System Center and Hyper-V machines using puppet. We have a number of implementations (different customers), and we need to enforce certain settings/configurations in able to support them. Thanks Paul On Wednesday, 30 July 2014 22:25:46 UTC+1, Lia