Re: [Puppet Users] Re: Check code quality with SonarQube

2015-09-25 Thread Mike Skint
pub/david-racodon/11/62/283> | Twitter > <https://twitter.com/davidracodon> > > On Thu, Aug 20, 2015 at 11:26 PM, Mike Skint <jesk...@gmail.com > > wrote: > >> David, >> >> what an outstanding tool! so so sweet! >> >> thank you! >> >&

[Puppet Users] Re: Do you use Audit attribute or "puppet inspect" ?

2015-09-21 Thread Mike Skint
Jo, we use the audit functionality extensively, I've added my comment to PUP-893 and we are an enterprise customer. On Monday, September 14, 2015 at 2:01:33 AM UTC-7, Jo wrote: > > I have numerous clients using the audit attribute to track changes to > files not managed by Puppet. This

[Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
This is interesting, thanks. How does sonarqube differ from puppet-lint, also does it test for the future parser? cheers. On Tuesday, August 18, 2015 at 11:13:11 PM UTC-7, David Racodon wrote: Hi, Iain and I developed a SonarQube http://www.sonarqube.org/ plugin to check code quality

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
Freelance QA Consultant LinkedIn https://ch.linkedin.com/pub/david-racodon/11/62/283 | Twitter https://twitter.com/davidracodon On Thu, Aug 20, 2015 at 7:47 PM, Mike Skint jesk...@gmail.com javascript: wrote: This is interesting, thanks. How does sonarqube differ from puppet-lint

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
Consultant LinkedIn https://ch.linkedin.com/pub/david-racodon/11/62/283 | Twitter https://twitter.com/davidracodon On Thu, Aug 20, 2015 at 7:47 PM, Mike Skint jesk...@gmail.com javascript: wrote: This is interesting, thanks. How does sonarqube differ from puppet-lint, also does it test

[Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
Ahh, I see the future parser *isn't* yet supported. On Thursday, August 20, 2015 at 10:47:44 AM UTC-7, Mike Skint wrote: This is interesting, thanks. How does sonarqube differ from puppet-lint, also does it test for the future parser? cheers. On Tuesday, August 18, 2015 at 11:13:11

[Puppet Users] Re: HIera Debugging Tool

2014-11-06 Thread Mike Skint
Nice stuff Lee, giving it a look now. On Tuesday, November 4, 2014 5:23:15 AM UTC-8, Lee Lowder wrote: All, I've been working on a Hiera debugging tool, and it's now at the point where I consider it to be a minimally viable product. Currently it will work with Puppet Enterprise and Open

[Puppet Users] Re: custom function error undefined local variable

2014-10-02 Thread Mike Skint
just guessing, is this a typo: if ress.any? On Thursday, October 2, 2014 10:23:25 AM UTC-7, Mark Rosedale wrote: I have the following custom function that I'm trying to write. require 'resolv' module Puppet::Parser::Functions newfunction(:getIpAddr, :type = :rvalue) do |arguments|

[Puppet Users] Re: Report processor failed: uninitialized constant Puppet::FileSystem::File

2014-01-22 Thread Mike Skint
yes I've seen it on ubuntu 12.04 and Debian 6 nodes installed from puppetlabs repo, had to roll back to 3.4.0 On Tuesday, January 21, 2014 6:53:38 AM UTC-8, ro001 wrote: Hi, I am the deploying the puppet master rpm 3.4.2 onto a centos 6.3 VM using the following script files but output

[Puppet Users] Re: uninitialized constant Puppet::FileSystem::File

2014-01-19 Thread Mike Skint
So root cause of this error was a plugin being pushed with another module. sorted.. On Saturday, January 18, 2014 8:40:00 PM UTC-8, Mike Skint wrote: Hi, I'm running puppet 3.4.2 and on some nodes I'm seeing them fail with the following errors. Not sure where they are coming from. None

[Puppet Users] uninitialized constant Puppet::FileSystem::File

2014-01-18 Thread Mike Skint
Hi, I'm running puppet 3.4.2 and on some nodes I'm seeing them fail with the following errors. Not sure where they are coming from. None of my manifests or modules include these. Any help is most appreciated. Errors: uninitialized constant Puppet::FileSystem::File Could not autoload

[Puppet Users] Re: migrating puppetmasters the console database (puppet enterprise)

2012-11-20 Thread Mike Skint
for anyone that is interested a much simpler method to accomplish this is to use rake tasks to modify the classes and node groups. It's easily scripted.. On Friday, November 16, 2012 2:13:37 PM UTC-8, Mike Skint wrote: Hi group, I'm in the process of migrating a puppetmaster to a new host

[Puppet Users] migrating puppetmasters the console database (puppet enterprise)

2012-11-16 Thread Mike Skint
Hi group, I'm in the process of migrating a puppetmaster to a new host, and didn't want to have to manually add in my classes and group configs in the console. So I was looking into the console db, and it appears to hold all the info on nodes classes and groups. So my question is this: Is it

Re: [Puppet Users] Storeconfig and mcollective using activemq

2012-10-20 Thread Mike Skint
One reason I wouldn't do this is that the puppet console *only* uses mysql and as I understand it puppetdb doesn't support mysql, I'm not chuffed by the idea of running both.. On Thursday, May 31, 2012 5:03:41 AM UTC-7, Ken Barber wrote: Why don't you try using PuppetDB for stored configs