[Puppet Users] puppet-jenkins_plugin module

2019-08-08 Thread Johan De Wit
Hi, For those interested in jenkins plugin configuration using puppet/groovy, have a look at https://github.com/witjoh/puppet-jenkins_plugin.git. This is still work in progress.  Comments/suggestions are very welcome. Grts -- Johan De Wit Open Source Consultant -- Open-Future Red Hat

RE: [Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Johan De Wit
try puppet cert list --all That seems to work git simalar error using the puppet ca command -Original message- From: Bret Wortman  Sent: Monday 22nd October 2018 14:48 To: Puppet Users Subject: [Puppet Users] Re: Puppet 6 regenerate all certs fails with

RE: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Johan De Wit
Hi, check this ticket.  https://tickets.puppetlabs.com/browse/PUP-6723 It is hard to explain, but the 'and' a resource collector does niot behave like the 'boolean and' as we expect this. Grts Jo -Original message- From: jcbollinger  Sent: Thursday 13th September 2018 15:50

RE: [Puppet Users] Accessgin facts hash from manifests

2018-04-23 Thread Johan De Wit
first notify, the index should be quoted notify { "OS: $facts['os']['family']": } Grts -Original message- From: Arnau  Sent: Friday 20th April 2018 14:22 To: puppet-users@googlegroups.com Subject: [Puppet Users] Accessgin facts hash from manifests Hi

RE: [Puppet Users] Puppet Packages for Fedora 27

2018-03-13 Thread Johan De Wit
Just submitted a PR for centos 7.4 vagrant boxes for virtualbox/libvirt and docker As soon as this PR get merged, I wll post more centos versions. You can always have a look at https://github.com/witjoh/puppetlabs-packer In the meantime one can build those recent boxes by them self.

RE: [Puppet Users] Re: Could not retrieve local facts: undefined method `require_relative' for main:Object

2017-05-18 Thread Johan De Wit
require_relative is introduce in ruby 1.9. It does not exists in ruby 1.8 -Original message- From: Helen Paterson  Sent: Thursday 18th May 2017 10:44 To: Puppet Users Subject: [Puppet Users] Re: Could not retrieve local facts:

RE: [Puppet Users] [solved] puppetdb 2.x disable some logging

2017-04-14 Thread Johan De Wit
s Johan -Original message----- From: Johan De Wit <jo...@open-future.be> Sent: Friday 14th April 2017 9:25 To: puppet-users@googlegroups.com Subject: RE: [Puppet Users] puppetdb 2.x disable some logging First step i did : added the following to logback.xml [%logger{36}]      /

RE: [Puppet Users] puppetdb 2.x disable some logging

2017-04-14 Thread Johan De Wit
added the following to the logback.xml             The Api log messages are gone now, still looking how to disable the event-counts message. Grts Johan -Original message- From: Johan De Wit <jo...@open-future.be> Sent: Friday 14th April 2017 8:52 To: puppet

[Puppet Users] puppetdb 2.x disable some logging

2017-04-14 Thread Johan De Wit
, but still don't get it how to configure it ... Thx Johan -- Johan De Wit Open Source Consultant -- Open-Future Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014/2015/2016 (PCP006) Puppet Certified Instructor blog : http

RE: [Puppet Users] Which training should i go for?

2016-10-07 Thread Johan De Wit
Hi Matthias, If the main goal is getting deeper into writing puppet code, then the practitioner is your choice.  The architect does focus more on your puppet infrastructure. You should check the outline of both course which will be a great help in deciding which course fits best at the moment

RE: [Puppet Users] resource collector with multiple 'tag !=' test

2016-09-23 Thread Johan De Wit
jects, array or otherwise. I have submitted a jira ticket with a pull request if you are interested in more detail: https://tickets.puppetlabs.com/browse/PUP-6723 On Wednesday, September 21, 2016 at 11:30:52 PM UTC-7, Johan De Wit wrote: -Original message- From: Isaiah Frantz <isaiah...@

RE: [Puppet Users] resource collector with multiple 'tag !=' test

2016-09-22 Thread Johan De Wit
-Original message- From: Isaiah Frantz  Sent: Wednesday 21st September 2016 21:35 To: Puppet Users Subject: [Puppet Users] resource collector with multiple 'tag !=' test Hello, I am trying to realize users and am not getting what I

[Puppet Users] Roles/profiles to setup puppetdb masterless in vagrant

2016-09-16 Thread Johan De Wit
Hi, The roles and profiles to setup puppetdb masterless and agent configs. This way one can test eg exported resources without setting up the full puppet server stack. https://github.com/witjoh/vagrant_puppetdb_apply I hope someone can make use of this -- Johan De Wit Open Source

RE: [Puppet Users] Unexpected behavior when using variable interpolation on a subkey in hiera

2016-06-10 Thread Johan De Wit
Hi, running hiera from the command line, you have to provide the variables you use yourself like  hiera somekey clientcert=node.example.net Here is some reading https://puppet.com/blog/debugging-hiera  hth Johan -Original message- From: aru...@berkeley.edu 

RE: [Puppet Users] Outofmemory error for puppetserver process

2016-05-23 Thread Johan De Wit
Hi Jim, You should find some answers here : https://docs.puppet.com/puppetserver/2.3/tuning_guide.html per jruby instance, we assign 512mb tot the VM, so 256mb is a little too less. hth Johan -Original message- From: Jim  Sent: Tuesday 24th May

RE: [Puppet Users] Setting var to undef does not override class or define defaults

2016-04-27 Thread Johan De Wit
-Original message- From: Rob Nelson  Sent: Tuesday 26th April 2016 17:15 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Setting var to undef does not override class or define defaults Passing undef to a parameter doesn't unset it. It's the same as not

[Puppet Users] using generated query string in a collector

2016-04-04 Thread Johan De Wit
multiple nodes this way, but we can live with this for the moment. Peeking to puppetdbquery as an alternative Grts Johan -- Johan De Wit Open Source Consultant -- Open-Future Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014/2015 (PCP006) Puppet Certi

RE: [Puppet Users] Pasword retrievel from external source on node

2016-03-10 Thread Johan De Wit
ubject: Re: [Puppet Users] Pasword retrievel from external source on node On Thu, Mar 10, 2016 at 12:05 PM, Johan De Wit <jo...@open-future.be <mailto:jo...@open-future.be> > wrote: Hi, Anyone playing with the idea to manage passwords on the node by retrieving them from an e

[Puppet Users] Pasword retrievel from external source on node

2016-03-10 Thread Johan De Wit
such thing using some custom provider, possible extending existing ones. Just curious someone has already done some thinking/work about this. Grts Johan -- Johan De Wit Open Source Consultant -- Open-Future Red Hat Certified Engineer (805008667232363) Puppet Certified

RE: [Puppet Users] Hiera repository + environments + r10k

2016-03-08 Thread Johan De Wit
I would nevetheless add the environment in your hierarchy, like environment/%{environment} Then create the 1% settings in eg /environment/production.yaml end also in your common.yaml (or default.yaml) All your other environments will use the common ones, production  will have there own

RE: [Puppet Users] How to include quoted string into a command

2015-12-14 Thread Johan De Wit
Hi Vadim, I used following: (the $string uses quotes [johan@zbook ~]$ cat test.pp $string = "'a quoted string'" exec { 'show string':   command => "echo \"I want to see ${string}\"",   logoutput => true,   path    => '/bin:/usr/bin', } [johan@zbook ~]$ puppet apply test.pp

Re: [Puppet Users] Re: Problem installing modules in PE 3.7.2

2015-10-21 Thread Johan De Wit
; > > > > > What am I doing wrong here? > > > > > > Thanks, > > > > > > Mark > > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > &

Re: [Puppet Users] [Style Guide] No recommendation about quoting or not element of an enumerable set of options

2015-08-12 Thread Johan De Wit
this discussion on the web visit https://groups.google.com/d/ msgid/puppet-users/29e0a79e-5b05-461d-a72e -a8d6f3eb7101%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant -- Open-Future Red Hat Certified Engineer

Re: [Puppet Users] help with ghoneycutt hosts on PE

2015-06-27 Thread Johan De Wit
/9dc28aec-ed57-4929-825d -5342ab3239c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014/2015 (PCP006) Puppet Certified

Re: [Puppet Users] Re: puppet enterprise free eval hardware requirements

2015-03-31 Thread Johan De Wit
. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) Puppet Certified Intstructor blog : http://johan.koewacht.net

Re: [Puppet Users] Re: HP-UX Puppet Agent version 3.7.4

2015-03-23 Thread Johan De Wit
/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) Puppet Certified Intstructor blog : http://johan.koewacht.net/ _ Open-Future

[Puppet Users] testing and roles/profiles

2015-03-18 Thread Johan De Wit
hope to just trigger a discussion on this topic that will bring me one step closer to my own Test Driven Infrastructure. Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) Puppet

Re: [Puppet Users] --environment being over ridden by PE console's default environment group

2015-03-07 Thread Johan De Wit
://groups.google.com/d/msgid/puppet-users/0d5bce83-aab4-42e5-aa0f-df8c334b4108%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet

Re: [Puppet Users] External Facts in MODULEPATH/MODULE/facts.d/

2015-03-05 Thread Johan De Wit
%2Bu97umCAAmoY5LipE7Zoc%3D%3DO5bjE2Q4X5P0_k035boM9DnKqg%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014

Re: [Puppet Users] structured/normal facts in a string behave different

2015-03-04 Thread Johan De Wit
On 04/03/15 02:18, Henrik Lindberg wrote: On 2015-03-03 23:18, Johan De Wit wrote: Hi, Playing with structured facts, I noticed some starnge behaviour. If one need to access eg the fact $os['release']['full'], you get the full hash when. You need to embed the fact like ${os['release']['full

[Puppet Users] structured/normal facts in a string behave different

2015-03-03 Thread Johan De Wit
this on there systems ? Running PE3.7.2, with future parse/structured facts enabled Just to be sure it is not something mis-configured in my setup -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) Puppet

Re: [Puppet Users] Invitation to Bucharest Puppet User Group

2015-02-23 Thread Johan De Wit
User Group wishes you great times and a lot of interesting meetups !! Grts johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) blog : http://johan.koewacht.net

Re: [Puppet Users] Creating the user account on puppet agent

2015-02-23 Thread Johan De Wit
-users/75bfb8e2-51aa-4c05-a124-ff4c931f5bff%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014

Re: [Puppet Users] Continuous Availability

2015-02-19 Thread Johan De Wit
, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) blog : http://johan.koewacht.net/ _ Open-Future

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2015-02-19 Thread Johan De Wit
For the record, Got the same error, I solved it by adding the following to my puppet.conf : server = fqdn puppet server De default (puppet) was not resolvable in my environment Grts On Wednesday, 29 October 2014 14:32:25 UTC+1, jcbollinger wrote: On Wednesday, October 29, 2014 8:31:12

Re: [Puppet Users] Cant remove depreciated warning message

2015-02-09 Thread Johan De Wit
/a5380933-a138-4f76-9f23-8b16df92f117%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] Did PE 3.7 kills r10k?

2015-01-21 Thread Johan De Wit
/puppet-users/30babbee-4d8e-467e-90ea-c3d0af8f446c%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/30babbee-4d8e-467e-90ea-c3d0af8f446c%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source

Re: [Puppet Users] user creation in puppet nodes through PUPPET Master

2015-01-20 Thread Johan De Wit
://puppetlabs.com/download-learning-vm Enjoy the journey Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) blog : http://johan.koewacht.net

Re: [Puppet Users] Node classifiers in PE 3.7

2015-01-17 Thread Johan De Wit
%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/1bb8aa59-f630-489d-8b6c-7c4a28dbcc33%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Hiera doesn t behave as expected or as written in doc

2015-01-08 Thread Johan De Wit
://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) blog : http://johan.koewacht.net/ _ Open-Future

[Puppet Users] Are you ready for an overdose of Configuration Management and Open Source ?

2015-01-07 Thread Johan De Wit
the ingredients to be overwhelmed by talks, workshops, trainings, new ideas . The risk is great to get an overdose of knowledge not only about Configuration Management, but also about a lot of Open Source based subjects. One thing is already sure, we will be there ! -- Johan De Wit Open

Re: [Puppet Users] catalog-diff and create_resources not correct

2015-01-06 Thread Johan De Wit
On 24/12/14 00:50, Felix Frank wrote: On 12/23/2014 10:36 AM, Johan De Wit wrote: The resource is indeed in both catalogs, only the old one contains 2 automatic attributes (file: and line:). I suspect this is the cause. Hi Johan, good call - I believe those are hints that the compiler adds

[Puppet Users] Pupept User Group @ FOSDEM

2015-01-05 Thread Johan De Wit
to the public. If you send me your text, the BPUG will be pleased to get it printed and hand it out at FOSDEM. See you all @ FOSDEM. greats Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014

Re: [Puppet Users] selinux / selboolean error

2014-12-26 Thread Johan De Wit
://groups.google.com/d/msgid/puppet-users/CAApMPgxqrLsivqBdeYyUNwHQK%2BOC55sgcc7KCFtadP%2BoA2Cqzg%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363

[Puppet Users] catalog-diff and create_resources not correct

2014-12-23 Thread Johan De Wit
, class ], title: my_test_notify, type: Notify } snip -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] catalog-diff and create_resources not correct

2014-12-23 Thread Johan De Wit
On 24/12/14 00:50, Felix Frank wrote: On 12/23/2014 10:36 AM, Johan De Wit wrote: The resource is indeed in both catalogs, only the old one contains 2 automatic attributes (file: and line:). I suspect this is the cause. Hi Johan, good call - I believe those are hints that the compiler adds

Re: [Puppet Users] Usage of mcollective::user class in custom class

2014-12-10 Thread Johan De Wit
-6118-4e1c-bf5c-ce08a1d4cb54%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. remove the demi-colons (;) at the end of the first and last line Hth -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] my line count is giving me wrong values in puppet facts

2014-11-25 Thread Johan De Wit
-a06c5847c0f6%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/7ef2d1ee-7c32-4f55-b397-a06c5847c0f6%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] SSL Cert issues - Puppet Agent and Master on same host

2014-11-19 Thread Johan De Wit
/optout. netstat -tupln | grep 8140 : is puppet master up and running and listening iptables -L -n : firewall settings correct ping my-puppet-svr : name resolution working Just checking the obvious stuff first ... -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] 3.4 client w/ 3.7 master

2014-10-30 Thread Johan De Wit
to 3.7 solved the issue. And the puppet run was really slow on the agent grts Jo -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] How can Puppet query from Sybase - Facter or Hiera?

2014-10-20 Thread Johan De Wit
://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) _ Open-Future Phone +32 (0)2/255 70

Re: [Puppet Users] rspec test for augeas resource that also verifies the resulting content of the file?

2014-09-25 Thread Johan De Wit
/msgid/puppet-users/7007a8e5-df7b-492a-accb-eed09cb12871%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional

Re: [Puppet Users] MCollective Puppet Agent Not Working?

2014-08-08 Thread Johan De Wit
-c62b1f030ced%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/85085d10-dc74-44c1-9bb8-c62b1f030ced%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Johan De Wit
We did a manual installation of MCO. But using an existing puppetmodule is much better :) Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] Hiera not expanding $operatingsystem variable

2014-07-30 Thread Johan De Wit
%40mail.gmail.com https://groups.google.com/d/msgid/puppet-users/CANYNSSKRx_p2ZpG2JjJLYhRKtwwgtB-AReVozpUsovAF7dPG_g%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Re: How to use variables in a puppet class

2014-07-25 Thread Johan De Wit
. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006) _ Open-Future Phone +32 (0)2/255 70 70 Zavelstraat 72

Re: [Puppet Users] puppet.conf documentation ammendment

2014-07-02 Thread Johan De Wit
?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] Puppet 3.6.2: import is deprecated

2014-07-01 Thread Johan De Wit
rspecfc20.koewacht.net.pp [root@puppet manifests]# pwd /data/puppet/environments/production/manifests the 00_koewacht_defaults.pp is my former site.pp, which will be loaded first. The rest are my former node/certname.pp files. running on 3.6.2 and also dir envs. Grts jo -- Johan De Wit

Re: [Puppet Users] New Puppet book: Extending Puppet

2014-07-01 Thread Johan De Wit
://groups.google.com/d/msgid/puppet-users/CAEJrXMXKpmpL2di8pioYqZgF6CgX6mJn%3Dzf_1t9tQJk1hLbNKA%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet

Re: [Puppet Users] First anniversary of the module team

2014-06-26 Thread Johan De Wit
/msgid/puppet-users/CAC9eg%2B%3DJh9J7yxN5O8nJDeCPb%3Do0NRcf7ZW%3D5rWozD6e7izH_g%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet

Re: [Puppet Users] Belgian Puppet User Group - Something about Mcollective 24th of June

2014-06-25 Thread Johan De Wit
/BPUG_MCollective. Grts Johan On 16/06/14 14:45, Johan De Wit wrote: This time we will talk about mcollective. The first part we will flood you with some nice slides and a bit of talking, The second part, all will setup mcollective on its own VM, and explore what Mcollective can do and how it works

Re: [Puppet Users] Re: Moving from manifest files to ENC script - not working...

2014-06-17 Thread Johan De Wit
%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/5a15194a-c44e-4c3b-b62b-cc07e8094bf4%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

[Puppet Users] Belgian Puppet User Group - Something about Mcollective 24th of June

2014-06-16 Thread Johan De Wit
: http://www.meetup.com/Belgian-Puppet-User-Group/events/185601762/ more on the agenda : http://www.meetup.com/Belgian-Puppet-User-Group/messages/boards/thread/44965332 Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified

Re: [Puppet Users] rspec - Unable to find class ::logstash

2014-06-05 Thread Johan De Wit
On 05/06/14 11:56, Felix Frank wrote: On 06/04/2014 11:04 PM, Johan De Wit wrote: And that is what you should check in your rspec file. In your manifests, you need indeed the scoping, in your spec, you don't Humm, unfortunate. Doesn't that (in theory) open you up for regressions in the form

Re: [Puppet Users] rspec - Unable to find class ::logstash

2014-06-04 Thread Johan De Wit
/puppet-users/141ee867-2464-4187-9e55-5aab364c1700%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013

Re: [Puppet Users] Presentation

2014-06-02 Thread Johan De Wit
-r5zD5yz93Kdprmd1CqbrDg%40mail.gmail.com https://groups.google.com/d/msgid/puppet-users/CAAWpFTF0psSVdYSwGS9g%2BOYDDDX-r5zD5yz93Kdprmd1CqbrDg%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red

Re: [Puppet Users] ${name} returns class name instead of resource namevar

2014-05-20 Thread Johan De Wit
%40mail.gmail.com https://groups.google.com/d/msgid/puppet-users/CAF_B3dcMF0u%2BXr%2BcACZPhZmXdiTaTuXAkS7_yaQ01X_TmOWp9A%40mail.gmail.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Re: Yumrepo resource flapping

2014-05-20 Thread Johan De Wit
://groups.google.com/d/msgid/puppet-users/537B94C9.6000307%40nosbox.net?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013

Re: [Puppet Users] how to perform in puppet: service start - mod config - service restart

2014-05-05 Thread Johan De Wit
location, and deploy it that way. And then you just have a simple package - file(s) - service pattern. (using tomcat6) Makes life much easier ... hth Greats johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified

Re: [Puppet Users] Re: rspec-puppet: how to pass undef as parameter value?

2014-04-18 Thread Johan De Wit
/puppet-users/2e2b712e-cf4a-46be-941b-3303efa5d551%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/2e2b712e-cf4a-46be-941b-3303efa5d551%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open

Re: [Puppet Users] Re: rspec-puppet: how to pass undef as parameter value?

2014-04-18 Thread Johan De Wit
SHOULD WE USE HERE TO PASS PUPPET undef VALUE ?# with to make this unit test functional ? Thanks in advance and sorry to ask you to answer again. Cheers Rémi On Fri, Apr 18, 2014 at 1:39 PM, Johan De Wit jo...@open-future.be mailto:jo...@open-future.be wrote: it { should

Re: [Puppet Users] Slides TDD with puppet - puppetcamp paris yesterday

2014-04-16 Thread Johan De Wit
%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/826f278e-1b69-4721-9e35-7028627c44fa%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Slides TDD with puppet - puppetcamp paris yesterday

2014-04-13 Thread Johan De Wit
2014 11:19, Johan De Wit jo...@open-future.be wrote: Hi, http://www.slideshare.net/johandw/20140408-tdd-puppetcampparis Comments are welcome Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014

[Puppet Users] Slides TDD with puppet - puppetcamp paris yesterday

2014-04-09 Thread Johan De Wit
Hi, http://www.slideshare.net/johandw/20140408-tdd-puppetcampparis Comments are welcome Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006

Re: [Puppet Users] Re: Books and resources for Test Driven Development for Puppet?

2014-03-27 Thread Johan De Wit
/4e311142-b45c-45b2-a991-1d2e5447a5fd%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/4e311142-b45c-45b2-a991-1d2e5447a5fd%40googlegroups.com?utm_medium=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant

Re: [Puppet Users] bypass or a fixed SSL cert

2014-03-17 Thread Johan De Wit
=emailutm_source=footer. For more options, visit https://groups.google.com/d/optout. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006) _ Open-Future

Re: [Puppet Users] Cleaning up temp files with puppet

2014-03-11 Thread Johan De Wit
by the script to run it only when needed. depends on what you exactly wants to achieve. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006

Re: [Puppet Users] Sending Mail from puppet master !!!

2014-02-20 Thread Johan De Wit
%3DnKaURxOzecisEJcy847xRnqjkNmiaDPGEjJLoA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006

Re: [Puppet Users] Sending Mail from puppet master !!!

2014-02-20 Thread Johan De Wit
, Feb 20, 2014 at 2:34 PM, Johan De Wit jo...@open-future.be mailto:jo...@open-future.be wrote: Hi, http://docs.puppetlabs.com/references/latest/report.html#tagmail If you can get the output in execution report on your node, you could use the tagmail configuration on the master

Re: [Puppet Users] Re: Good resources for writing rspec tests for puppet code changes?

2014-02-19 Thread Johan De Wit
On 02/19/2014 03:22 PM, HPUX_PUPPET wrote: Thanks Johan and Martin. I looked at the links you sent, but this is what I have already found and it really did not provide any new insights. The main problem I am having is that what I put in rspec code should be working but just does not. I have

Re: [Puppet Users] Re: Good resources for writing rspec tests for puppet code changes?

2014-02-18 Thread Johan De Wit
. Also looking for people interested in testing using rspec and there experience/problems Sorry i couldn't give you the info you need, but hope you will find some answers in the links. Grts johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363

[Puppet Users] BPUG - next meetup : Round table puppet environments 25/02/2014 Ghent/Belgium

2014-02-18 Thread Johan De Wit
on our meetup page : http://www.meetup.com/Belgian-Puppet-User-Group/events/160034292/ Hope to se some of you there Grts Jo -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006

Re: [Puppet Users] Mcollective client installation

2014-02-17 Thread Johan De Wit
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/53029870.9030503%40UnderGrid.net. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363

Re: [Puppet Users] How to apply template based on a string in a file

2014-02-14 Thread Johan De Wit
. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006) _ Open-Future Phone +32 (0)2/255 70 70 Zavelstraat 72 Fax

Re: [Puppet Users] Re: Modify class variable in puppet

2014-02-12 Thread Johan De Wit
this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/61285dae-5535-4794-8cd4-293081d13196%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet

Re: [Puppet Users] Re: puppetboard and ssl

2014-02-10 Thread Johan De Wit
settings.py file? -- Daniele Sluijters On Saturday, 8 February 2014 23:35:43 UTC+1, Johan De Wit wrote: Hi, Has anyone configured puppetboard to use SSL to connect to the puppetdb server ? puppetboard runs on a dedicated server, puppetdb on my puppetmaster. Using plain http

Re: [Puppet Users] Re: puppetboard and ssl

2014-02-10 Thread Johan De Wit
Daniele, I should create an alias pupept=puppet :) I will test this further this evening, but seems logic the typo did it (well broke it) On 02/10/2014 03:48 PM, Johan De Wit wrote: Hoi Daniele, /var/www/puppetboard/settings.py PUPPETDB_HOST = 'puppet.koewacht.net' PUPPETDB_PORT = 8080

Re: [Puppet Users] Re: puppetboard and ssl

2014-02-10 Thread Johan De Wit
PUPPETDB_SSL_VERIFY = False PUPPETDB_KEY = '/etc/puppetboard/pb_priv.pem' PUPPETDB_CERT ='/etc/puppetboard/pb_pub.pem' PUPPETDB_TIMEOUT = 20 DEV_LISTEN_HOST = '127.0.0.1' DEV_LISTEN_PORT = 5000 UNRESPONSIVE_HOURS = 2 ENABLE_QUERY = True LOGLEVEL = 'debug' Grts Johan On 02/10/2014 04:01 PM, Johan De Wit wrote

Re: [Puppet Users] RHEL 7 Repository up on yum.puppetlabs.com

2014-02-10 Thread Johan De Wit
is ready to get puppetized. Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006) _ Open-Future Phone +32 (0)2/255 70 70

Re: [Puppet Users] RHEL 7 Repository up on yum.puppetlabs.com

2014-02-10 Thread Johan De Wit
/CAHEe_kpd6DgeTH7P5cCe_L0S2w550gxVvBo8XBtrVsHmA%2BR_OA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006

[Puppet Users] puppetboard and ssl

2014-02-08 Thread Johan De Wit
', ssl_cert='/etc/puppetboard/pb_pub.pem') nodes = db.nodes() for node in nodes: ... print(node) ... fc19.koewacht.net laptopfc18.koewacht.net puppetboard puppet.koewacht.net Just looking to see if it is some setting I oversee, or I have to delve in the code .. Grts Johan -- Johan De Wit Open

[Puppet Users] Slides of the talk TDD and puppet a gave today in Ghent, cfgmgmtcamp.eu

2014-02-04 Thread Johan De Wit
/ and post a reply when done. Feel free to comment on this topic. Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006) _ Open-Future

[Puppet Users] Re: [Puppet-dev] Slides of the talk TDD and puppet a gave today in Ghent, cfgmgmtcamp.eu

2014-02-04 Thread Johan De Wit
On 02/04/2014 09:26 PM, Johan De Wit wrote: Hi all, http://www.slideshare.net/johandw/test-driven-developmentandpuppetcfgmgmtcampeu20140402 Jan's slides of his part of the talk, can be found here : http://vstone.github.io/puppet-module-testing I will write a blog on the Belgian Puppet

Re: [Puppet Users] Slides of the talk TDD and puppet a gave today in Ghent, cfgmgmtcamp.eu

2014-02-04 Thread Johan De Wit
On 02/04/2014 09:26 PM, Johan De Wit wrote: Hi all, http://www.slideshare.net/johandw/test-driven-developmentandpuppetcfgmgmtcampeu20140402 Jan's slides of his part of the talk, can be found here : http://vstone.github.io/puppet-module-testing I will write a blog on the Belgian Puppet

Re: [Puppet Users] Choo choo here comes the FOSDEM train

2014-01-30 Thread Johan De Wit
7PM for the Americans). I've changed the Eventbrite event to allow tickets up to 35 which means there's about 15 places left if you want to join in. So, if you want food, please register :). See you soon! -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

[Puppet Users] Puppet stand @ fosdem

2014-01-30 Thread Johan De Wit
Hi All, The puppet and puppet user groups stand is located in the K building, on the second floor, somewhere in the middle. Feel free to pop by to say hello See you @ fosdem -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified

Re: [Puppet Users] Style Guide

2014-01-29 Thread Johan De Wit
not check in your code, and everyone benefits when you do this. especially you .. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013 (PCP006) _ Open-Future

Re: [Puppet Users] Composite namevars for custom Type

2014-01-25 Thread Johan De Wit
-e9a5e18488af%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. I dont have an answer, but stumbled over this post. https://groups.google.com/forum/#!topic/puppet-dev/CVYwvHnPSMc Hope it helps -- Johan De Wit Open Source Consultant Red Hat Certified Engineer

Re: [Puppet Users] Choo choo here comes the FOSDEM train

2014-01-23 Thread Johan De Wit
on the web visit https://groups.google.com/d/msgid/puppet-users/3cda1ead-993b-4b9d-9f50-75198552c88e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet

Re: [Puppet Users] Puppet Fundamentals training - how fundamental is it?

2014-01-17 Thread Johan De Wit
. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CA%2BsYer1%2B9Q0KcS9LK_ETYh9RRrD1hG%3Db4NLSPg25jHbZyEC1sQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out. -- Johan De Wit Open Source Consultant Red Hat Certified

  1   2   >