[Puppet Users] MCollective in Puppet 6 via the Choria Project

2018-12-01 Thread R.I.Pienaar
and we are using this to provide a compatibility layer. To have a nice clean break we are preserving archived versions of everything in a dedicated GitHub project @ https://github.com/choria-legacy. Thanks a lot to the folks at Puppet Inc who worked hard to get this done. -- R.I.Pienaar

Re: [Puppet Users] MCollective security

2018-09-07 Thread R.I.Pienaar
On Fri, 7 Sep 2018, at 10:58, Sergey Arlashin wrote: > Hi! > > Not long ago we started using MCollective to trigger Puppet runs and > execute maintenance shell commands on our servers. Everything looks good > so far. But I'm concerned about MC security model. > > For the middleware we are

Re: [Puppet Users] Re: New Deferred type and agent data lookups in Puppet 6

2018-08-31 Thread R.I.Pienaar
d entirely on the master. > On Fri, Aug 31, 2018 at 9:12 AM R.I.Pienaar wrote: > > > > > > > On Fri, 31 Aug 2018, at 15:03, Chadwick Banning wrote: > > > Would it be safe to consider this in a general context i.e. as enabling > > > agent-side functi

Re: [Puppet Users] Re: New Deferred type and agent data lookups in Puppet 6

2018-08-31 Thread R.I.Pienaar
On Fri, 31 Aug 2018, at 15:03, Chadwick Banning wrote: > Would it be safe to consider this in a general context i.e. as enabling > agent-side function execution? I dont think so - for general function calls to be usable you want to get the value and then do some conditional logic on it. or

Re: [Puppet Users] Style (syntax?) question

2018-06-05 Thread R.I.Pienaar
On Tue, 5 Jun 2018, at 15:01, jcbollinger wrote: > > > On Monday, June 4, 2018 at 1:06:52 PM UTC-5, Ramin K wrote: > > > > On 6/4/18 8:25 AM, Peter Berghold wrote: > > > I was looking at someone else's code one day last week and saw a pattern > > > I've not seen before. Maybe that's what I

Re: [Puppet Users] agent_catalog_run.lock

2018-05-23 Thread R.I.Pienaar
any that are affected in a timely > manner and clearing the lock. try setting runtimeout=1000 where 1000 is seconds you want to give it as a max run -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Puppet 5 requires stdlib for templates?

2018-05-04 Thread R.I.Pienaar
ou're having? -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. T

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I.Pienaar
web visit > > https://groups.google.com/d/msgid/puppet-users/f5610774-cdd4-4dc6-ab7d-31839f945943%40googlegroups.com > > > > <https://groups.google.com/d/msgid/puppet-users/f5610774-cdd4-4dc6-ab7d-31839f945943%40googlegroups.com?utm_medium=email_source=footer> > > . > &g

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I.Pienaar
Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/61e82c03-327b-4b8e-adeb-8c764dde64d0%40googlegrou

Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-04-27 Thread R.I.Pienaar
On Fri, 27 Apr 2018, at 17:34, du wrote: > > > Hi > > I am in the process of migrating v3 hiera.yaml to v5 and I would like all > hash merges to merge 'deep' by default, the same way :merge_behavior: > deeper in v3 parameter provides. > > > I can't seem to find an easy way to do this

Re: [Puppet Users] Re: custom facts

2018-04-25 Thread R.I.Pienaar
s true. i want both facter and puppet to be able to find > my custom facts without having to specify an environment variable. > > thanks for suggestions so far, i'll poke at them and see if something > fits the bill > Facter on it's own can't I believe, you have to use puppet facts

Re: [Puppet Users] Re: custom facts

2018-04-25 Thread R.I.Pienaar
r is old, in theory it > should probably work for new Puppet: > > https://ask.puppet.com/question/4645/puppet-apply-and-pluginsync/ > In recent Puppet with puppet apply it automatically finds facts in your modules, you dont need to copy them anywhere or sync them. I hav

[Puppet Users] Announcing Choria Tasks Runner

2018-03-22 Thread R.I.Pienaar
of MCollective. You can read more in the docs: https://choria.io/docs/tasks/ -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, sen

[Puppet Users] Choria Playbooks using Puppet DSL

2018-02-25 Thread R.I.Pienaar
ot;, "nodes" => $puppet_agents, "assert"=> "idling=true", "tries" => 10, "silent"=> true, "try_sleep" => 20, ) } choria::run_playbook(acme::slack_notify, message =&g

Re: [Puppet Users] Puppet 5 Stdlib IP address parsing

2018-02-15 Thread R.I.Pienaar
useful modules you have written over the years, > I recognized your name instantly! Thanks for getting back to me! > > John Baird > > On Thursday, February 15, 2018 at 12:19:30 AM UTC-6, R.I. Pienaar wrote: > > > > Use the Stdlib::Compat::Ipv4, ::Ipv6 and ::Ip_address da

Re: [Puppet Users] Re: 'require' option is ignored?

2018-02-15 Thread R.I.Pienaar
message because you are subscribed to the Google > Groups "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https:/

Re: [Puppet Users] Puppet 4 EOL?

2018-02-12 Thread R.I.Pienaar
If I read it right it looks to be around July 2018. Upgrade to Puppet 5 from 4 is pretty trivial, so should be easy for you to follow along. -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Puppet Agent Hang when PuppetServer Crashes...

2018-01-01 Thread R.I.Pienaar
to tweak. I see this often for other kinds of interruptions like network interruptions etc I do recall a number of bugs around this to make it more robust, you might want to try searching Puppet jita -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscr

Re: [Puppet Users] Can puppet master and agent communicate with certificates

2017-12-15 Thread R.I.Pienaar
On Fri, 15 Dec 2017, at 14:22, Harish Kothuri wrote: > Hi, > > Is there a way, we can disable puppet CA completely and have PM and PA > communicates seamlessly? no, thankfully. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe

Re: [Puppet Users] Differences between Resource Defaults statement and per block default?

2017-12-13 Thread R.I.Pienaar
On Wed, 13 Dec 2017, at 18:00, Henrik Lindberg wrote: > On 13/12/17 17:40, R.I.Pienaar wrote: > > > > > > On Wed, 13 Dec 2017, at 16:31, Henrik Lindberg wrote: > >> On 13/12/17 14:46, Tobias Koeck wrote: > >>> Hi, > >>> > >>

Re: [Puppet Users] Differences between Resource Defaults statement and per block default?

2017-12-13 Thread R.I.Pienaar
On Wed, 13 Dec 2017, at 16:31, Henrik Lindberg wrote: > On 13/12/17 14:46, Tobias Koeck wrote: > > Hi, > > > > I am wondering what the difference between a Resource Default statement like > > > > |Exec { path => '/usr/bin:/bin:/usr/sbin:/sbin', environment => > >

Re: [Puppet Users] Differences between Resource Defaults statement and per block default?

2017-12-13 Thread R.I.Pienaar
On Wed, 13 Dec 2017, at 14:46, Tobias Koeck wrote: > Hi, > > I am wondering what the difference between a Resource Default statement > like > > Exec { > path=> '/usr/bin:/bin:/usr/sbin:/sbin', > environment => > 'RUBYLIB=/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0/', >

Re: [Puppet Users] loadjson reads from the master

2017-12-01 Thread R.I.Pienaar
On Fri, 1 Dec 2017, at 16:53, buoyant_puppy wrote: > I'm trying to pull data from my cmdb into a variable, by downloading my > relevant data to a local json file and reading it in: > > class get_cmdb { > file { "/tmp/${::hostname}.json": > source =>

Re: [Puppet Users] Question on searching for and using data inside a structured fact

2017-11-08 Thread R.I.Pienaar
equires using puppetlabs-stdlib's keys function. So, is there a way to > accomplish this with native puppet alone? > > Thanks you kindly. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe fro

Re: [Puppet Users] After mcollective update agent does not work anymore

2017-10-20 Thread R.I.Pienaar
e its looking, you can also just try: ruby -r pr0cess -e 'puts "hello"' but be sure to use the same ruby path mcollective use -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.

Re: [Puppet Users] After mcollective update agent does not work anymore

2017-10-19 Thread R.I.Pienaar
help me? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on t

Re: [Puppet Users] After mcollective update agent does not work anymore

2017-10-19 Thread R.I.Pienaar
On Thu, Oct 19, 2017, at 10:49, Andreas Dvorak wrote: > Dear all, > > I have an self written mcollective agent that does nocht work anymore, > after the Puppet und MCollective update. All other agents are working. > Does anybody has an idea? > > > The client is running: > mcollective 2.6.0 >

Re: [Puppet Users] Re: Notice: package install ensured on every run

2017-09-21 Thread R.I.Pienaar
all icinga*" works fine, but then later it wants to know if "icinga*" is installed and it looks for exactly that package name - it doesnt understand the glob. So it does not find a package called "icinga*" so it tries to install it again etc -- R.I.Pienaar / www.devco

Re: [Puppet Users] Notice: package install ensured on every run

2017-09-21 Thread R.I.Pienaar
On Thu, Sep 21, 2017, at 11:35, Lars Van Steenbergen wrote: > So every run my puppetmaster spawns a notice that a certain package > install > -> created. > Every time again, this is not a problem but really annoying. > > Did a make a beginner mistake in the code, or is this a bug or something

Re: [Puppet Users] PQL questions

2017-08-10 Thread R.I.Pienaar
On Thu, Aug 10, 2017, at 18:32, R.I.Pienaar wrote: > I want to do dot based fact queries in PQL, basic example: > >inventory[certname] {facts.os.distro.release.major = "7"} > > Great, no problems so far that works, but I cannot figure out how to say > != "7

[Puppet Users] PQL questions

2017-08-10 Thread R.I.Pienaar
be able to do > etc on string values, which I think the AST based queries also support? [1] https://docs.puppet.com/puppetdb/5.0/api/query/v4/ast.html#dot-notation -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Pupp

Re: [Puppet Users] merging in-module default data with role-profile parameters

2017-07-17 Thread R.I.Pienaar
the > machines that profile applies to are "the same". I see, fair points. In that case you're best bet is the lookup you describe or just duplicating the settings into your profile and hard coding it, its not a lot. Be aware though that next release of that module will manage the

Re: [Puppet Users] merging in-module default data with role-profile parameters

2017-07-14 Thread R.I.Pienaar
On Fri, Jul 14, 2017, at 18:12, Luke Bigum wrote: > Hello, > > I've come across an issue with how I want to write profiles vs how a > module > chooses to structure their default data. As an example, > the choria-io/puppet-mcollective module uses hashes of in-module data for > each

Re: [Puppet Users] Re: PuppetDB Curl Queries

2017-07-11 Thread R.I.Pienaar
On Tue, Jul 11, 2017, at 19:07, Peter Krawetzky wrote: > Isn't that for the PE version? we are using open source. It's in all versions -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails

Re: [Puppet Users] PuppetDB Curl Queries

2017-07-11 Thread R.I.Pienaar
roups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/8d8e9b09-0c05-4ae8-afcf-48d6a83f8247%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this

Re: [Puppet Users] List all hosts

2017-05-31 Thread R.I.Pienaar
On Wed, May 31, 2017, at 15:33, Daniel Scott wrote: > Hi, > > I'm looking for a way to list all hosts known by a puppetserver (in > puppetdb). > > I've been using 'puppet cert list --all', however, this doesn't > necessarily > correspond to the list of hosts in puppetdb (for example, if I

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

2017-05-17 Thread R.I.Pienaar
On Wed, May 17, 2017, at 16:34, Helen Paterson wrote: > Hi, > > im currently getting the following error on a few of my Ubuntu solr > servers > > Error: Could not retrieve local facts: undefined method > `require_relative' > for main:Object > Error: Failed to apply catalog: Could not retrieve

Re: [Puppet Users] stop service after install

2017-05-15 Thread R.I.Pienaar
On Mon, May 15, 2017, at 13:52, Anton Gorlov wrote: > Hi. > At the current moment I need bind the apache to localhost:80 and nginx > to external_ip:80. > I cannot change nginx config before it installed and debian start nginx > automatic after install package with default configuration (bind

Re: [Puppet Users] Puppet4 $facts syntax

2017-03-10 Thread R.I.Pienaar
On Fri, Mar 10, 2017, at 14:06, Dirk Heinrichs wrote: > Am 10.03.2017 um 14:02 schrieb R.I.Pienaar: > > > the first is just wrong > > OTOH, I mostly use $::facts['fact_name']. this is not needed. The reason you use $::foo is because of the problem here: $foo = "top

Re: [Puppet Users] Puppet4 $facts syntax

2017-03-10 Thread R.I.Pienaar
wered: % puppet apply -e 'notice($facts[::operatingsystem])' Notice: Scope(Class[main]): vs: % puppet apply -e 'notice($facts["operatingsystem"])' Notice: Scope(Class[main]): CentOS the first is just wrong -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this

Re: [Puppet Users] Open Source puppet and mcollective issue

2017-02-24 Thread R.I.Pienaar
ery Together this gives a more predictable outcome -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppe

Re: [Puppet Users] Puppet reporting

2017-02-09 Thread R.I.Pienaar
On Thu, Feb 9, 2017, at 08:22, devopsfor...@gmail.com wrote: > Hi Everyone, > > I want to report the puppet change events across nodes to a central > server. > This should be compatible on all versions above 3.7/ > > > Has any one previously done this or if there is a better solution/way to

Re: [Puppet Users] puppetlabs apt - norecommend option

2017-02-02 Thread R.I.Pienaar
Recommends "0"; > > > > APT::Install-Suggests "0"; > > > > Does anyone have an idea on how to implement this via this plugin ? > > Best regards, why don't you just use a file resource? It's not required for every possible feature ever to exi

Re: [Puppet Users] how to use external facts in a template?

2017-01-25 Thread R.I.Pienaar
On Wed, Jan 25, 2017, at 08:20 PM, Sans wrote: > > > On Wednesday, January 25, 2017 at 7:05:03 PM UTC, R.I. Pienaar wrote: >> >> >> only if you enable structured facts and have a new facter > > Well, it's not "structured" i.e. it returns only a string. and didn't > work as

Re: [Puppet Users] how to use external facts in a template?

2017-01-25 Thread R.I.Pienaar
- Original Message - > From: "Sans" > To: "puppet-users" > Sent: Wednesday, 25 January, 2017 20:01:20 > Subject: Re: [Puppet Users] how to use external facts in a template? > On Wednesday, January 25, 2017 at 2:20:30 PM UTC, R.I.

Re: [Puppet Users] how to use external facts in a template?

2017-01-25 Thread R.I.Pienaar
- Original Message - > From: "Sans" > To: "puppet-users" > Sent: Wednesday, 25 January, 2017 15:17:19 > Subject: Re: [Puppet Users] how to use external facts in a template? >> Hi Sans, >> >> I think your ERB syntax may be off.

Re: [Puppet Users] Open source puppet performance monitoring/tuning?

2017-01-13 Thread R.I.Pienaar
- Original Message - > From: "dkoleary" > To: "puppet-users" > Sent: Friday, 13 January, 2017 20:52:30 > Subject: Re: [Puppet Users] Open source puppet performance monitoring/tuning? > Thanks; That looks like a pretty cool

Re: [Puppet Users] Open source puppet performance monitoring/tuning?

2017-01-13 Thread R.I.Pienaar
- Original Message - > From: "dkoleary" > To: "puppet-users" > Sent: Friday, 13 January, 2017 19:43:20 > Subject: Re: [Puppet Users] Open source puppet performance monitoring/tuning? > Hi, Garret; > > Your suggestion to

Re: [Puppet Users] Puppet managing thousands of resources

2017-01-11 Thread R.I.Pienaar
- Original Message - > From: "Christopher Wood" > To: "puppet-users" > Sent: Wednesday, 11 January, 2017 22:33:22 > Subject: Re: [Puppet Users] Puppet managing thousands of resources > Out of gruesome interest, 5000 resources

Re: [Puppet Users] Puppet managing thousands of resources

2017-01-11 Thread R.I.Pienaar
Lots of improvements. Http connections are reused and new static catalogs will help. It's different for everyone just how much it helps though. --- R.I.Pienaar > On 11 Jan 2017, at 18:58, Zachary Vida <vida.z...@gmail.com> wrote: > > Hello, I was wonder if there are

Re: [Puppet Users] Over-engineering rant

2017-01-10 Thread R.I.Pienaar
> And anyone who has their puppet server name on their laptop set to "puppet" > is not allowed to yell about security. EVER. The scenario I showed was default how puppet works by design. You can be sure that most people deploy it that way. They certainly cannot make informed decisions about

Re: [Puppet Users] Over-engineering rant

2017-01-10 Thread R.I.Pienaar
- Original Message - > From: "Rob Nelson" > To: "puppet-users" > Sent: Tuesday, 10 January, 2017 15:28:07 > Subject: Re: [Puppet Users] Over-engineering rant > I would argue that it's when you break steps 1-3 down into implementation

Re: [Puppet Users] Over-engineering rant

2017-01-09 Thread R.I.Pienaar
- Original Message - > From: "John Gelnaw" > To: "puppet-users" > Sent: Tuesday, 10 January, 2017 01:17:58 > Subject: Re: [Puppet Users] Over-engineering rant > On Monday, January 9, 2017 at 2:39:38 PM UTC-5, R.I. Pienaar wrote: >> >>

Re: [Puppet Users] Over-engineering rant

2017-01-09 Thread R.I.Pienaar
- Original Message - > From: "John Gelnaw" > To: "puppet-users" > Sent: Monday, 9 January, 2017 20:14:00 > Subject: Re: [Puppet Users] Over-engineering rant > On Monday, January 9, 2017 at 10:10:08 AM UTC-5, R.I. Pienaar wrote: >> >>

Re: [Puppet Users] Over-engineering rant

2017-01-09 Thread R.I.Pienaar
- Original Message - > From: "John Gelnaw" > To: "puppet-users" > Sent: Monday, 9 January, 2017 15:56:34 > Subject: Re: [Puppet Users] Over-engineering rant > On Sunday, January 8, 2017 at 2:31:33 PM UTC-5, Rob Nelson wrote: >> >>

Re: [Puppet Users] Over-engineering rant

2017-01-08 Thread R.I.Pienaar
- Original Message - > From: "Fabrice Bacchella" > To: "puppet-users" > Sent: Sunday, 8 January, 2017 11:04:18 > Subject: Re: [Puppet Users] Over-engineering rant >> Le 8 janv. 2017 à 03:00, Jakov Sosic a

Re: [Puppet Users] Trouble with future parser ?

2017-01-03 Thread R.I.Pienaar
- Original Message - > From: "Paul Seymour" > To: "puppet-users" > Sent: Tuesday, 3 January, 2017 12:05:45 > Subject: Re: [Puppet Users] Trouble with future parser ? > On Tuesday, 3 January 2017 10:59:42 UTC, R.I. Pienaar wrote: >>

Re: [Puppet Users] Trouble with future parser ?

2017-01-03 Thread R.I.Pienaar
- Original Message - > From: "Paul Seymour" > To: "puppet-users" > Sent: Tuesday, 3 January, 2017 11:57:02 > Subject: [Puppet Users] Trouble with future parser ? > Hi, > > OK trying to evaluate how much work and effort it's going to

Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread R.I.Pienaar
- Original Message - > From: "Joe" <09cic...@gmail.com> > To: "puppet-users" > Sent: Sunday, 1 January, 2017 19:15:03 > Subject: [Puppet Users] Re: Array Iteration for Community Edition of > Puppet(3.8) > Hello Guys thanks for the replies.. > >

Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread R.I.Pienaar
- Original Message - > From: "John Gelnaw" > To: "puppet-users" > Sent: Sunday, 1 January, 2017 10:48:49 > Subject: Re: [Puppet Users] Array Iteration for Community Edition of > Puppet(3.8) > On Sunday, January 1, 2017 at 2:41:16 AM

Re: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)

2016-12-31 Thread R.I.Pienaar
- Original Message - > From: "Joe" <09cic...@gmail.com> > To: "puppet-users" > Sent: Sunday, 1 January, 2017 06:05:49 > Subject: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8) > Hi All > > Puppet v3.8.7 community on Ubuntu 14 LTS >

Re: [Puppet Users] Hiera 4 problems

2016-11-30 Thread R.I.Pienaar
- Original Message - > From: "Jonathan Gazeley" <jonathan.gaze...@bristol.ac.uk> > To: "puppet-users" <puppet-users@googlegroups.com> > Sent: Wednesday, 30 November, 2016 17:16:50 > Subject: Re: [Puppet Users] Hiera 4 problems > On

Re: [Puppet Users] Hiera 4 problems

2016-11-30 Thread R.I.Pienaar
- Original Message - > From: "Jonathan Gazeley" > To: "puppet-users" > Sent: Wednesday, 30 November, 2016 16:59:16 > Subject: [Puppet Users] Hiera 4 problems > I'm still setting up my new PE 2016.4 installation and I'm

Re: [Puppet Users] facing issues while using fact hashes

2016-11-24 Thread R.I.Pienaar
- Original Message - > From: "giridhar kazama" > To: "puppet-users" > Sent: Thursday, 24 November, 2016 18:34:39 > Subject: [Puppet Users] facing issues while using fact hashes > Hello, > > > We are trying to use fact hashes in

Re: [Puppet Users] Re: name resolver

2016-11-15 Thread R.I.Pienaar
there are several on the forge too, but there's a good reason your firewall doesnt allow you to enter names, its not a safe thing to do. - Original Message - > From: "Peter Faller" > To: "puppet-users" > Cc: "Albert Shih"

Re: [Puppet Users] if else statment is now working in puppet

2016-11-09 Thread R.I.Pienaar
- Original Message - > From: "mohammed mathin" > To: "puppet-users" > Sent: Wednesday, 9 November, 2016 23:08:44 > Subject: [Puppet Users] if else statment is now working in puppet > Hi, > > My questing will be silly but sorry

Re: [Puppet Users] development workflow

2016-11-07 Thread R.I.Pienaar
> On 7 Nov 2016, at 14:22, Robert wrote: > > Thanks! > > When I said Bitbucket I meant the in-house Bitbucket instance as well - > storing anything outside our infrastructure is not really an option. > Actually we compared Bitbucket and Git_Hub_ earlier and chose

Re: [Puppet Users] What is the limit of nodes mcollective and activemq can maintain?

2016-11-03 Thread R.I.Pienaar
- Original Message - > From: "Dayton Jones" > To: "puppet-users" > Sent: Thursday, 3 November, 2016 18:13:01 > Subject: [Puppet Users] What is the limit of nodes mcollective and activemq > can maintain? > I've seen posts of the

Re: [Puppet Users] paragraphing hiera yaml

2016-10-30 Thread R.I.Pienaar
- Original Message - > From: "Christopher Wood" > To: "puppet-users" > Sent: Friday, 28 October, 2016 19:45:42 > Subject: [Puppet Users] paragraphing hiera yaml > Here's a Friday sort of question. > > All the yaml emitters

Re: [Puppet Users] Facts and Resource relationships

2016-10-06 Thread R.I.Pienaar
- Original Message - > From: "Erez Zarum" > To: "puppet-users" > Sent: Thursday, 6 October, 2016 09:40:44 > Subject: [Puppet Users] Facts and Resource relationships > I'm not sure if it's a bug or an expected behavior. > > I have

Re: [Puppet Users] Duplicate declaration - hard to find...

2016-09-21 Thread R.I.Pienaar
- Original Message - > From: "Ugo Bellavance" > To: "puppet-users" > Sent: Wednesday, 21 September, 2016 14:51:00 > Subject: Re: [Puppet Users] Duplicate declaration - hard to find... >> >> >> in a define all resources have to have unique

Re: [Puppet Users] Duplicate declaration - hard to find...

2016-09-21 Thread R.I.Pienaar
- Original Message - > From: "Ugo Bellavance" > To: "puppet-users" > Sent: Wednesday, 21 September, 2016 14:29:50 > Subject: [Puppet Users] Duplicate declaration - hard to find... > Hi, > > I'm getting this error message when I run a

Re: [Puppet Users] Defined Resource types and Relationship

2016-09-21 Thread R.I.Pienaar
- Original Message - > From: "Erez Zarum" > To: "puppet-users" > Sent: Wednesday, 21 September, 2016 10:19:24 > Subject: Re: [Puppet Users] Defined Resource types and Relationship > If i understand correctly, I do not have to contain

Re: [Puppet Users] Defined Resource types and Relationship

2016-09-21 Thread R.I.Pienaar
- Original Message - > From: "Erez Zarum" > To: "puppet-users" > Sent: Wednesday, 21 September, 2016 09:16:18 > Subject: [Puppet Users] Defined Resource types and Relationship > Is it the same behavior as classes? > Example: > >

Re: [Puppet Users] Re: notify resource different between 3 and 4?

2016-09-20 Thread R.I.Pienaar
- Original Message - > From: "jcbollinger" > To: "puppet-users" > Sent: Tuesday, 20 September, 2016 15:37:21 > Subject: Re: [Puppet Users] Re: notify resource different between 3 and 4? > On Monday, September 19, 2016 at

Re: [Puppet Users] Re: notify resource different between 3 and 4?

2016-09-19 Thread R.I.Pienaar
> On 19 Sep 2016, at 15:31, jcbollinger wrote: > > > >> On Friday, September 16, 2016 at 12:11:26 PM UTC-5, Christopher Wood wrote: >> While trying to figure out the reduce function with notice/notify I happened >> across this thing. It looks like an unquoted

Re: [Puppet Users] notify resource different between 3 and 4?

2016-09-16 Thread R.I.Pienaar
and 4? > On Fri, Sep 16, 2016 at 06:17:48PM +0100, R.I.Pienaar wrote: >> >> >> - Original Message - >> > From: "Christopher Wood" <christopher_w...@pobox.com> >> > To: "puppet-users" <puppet-users@googlegroups.com> &g

Re: [Puppet Users] notify resource different between 3 and 4?

2016-09-16 Thread R.I.Pienaar
- Original Message - > From: "Christopher Wood" > To: "puppet-users" > Sent: Friday, 16 September, 2016 19:10:23 > Subject: [Puppet Users] notify resource different between 3 and 4? > While trying to figure out the reduce

Re: [Puppet Users] variable scoping and erb templates

2016-08-16 Thread R.I.Pienaar
- Original Message - > From: "Matt Zagrabelny" > To: "puppet-users" > Sent: Tuesday, 16 August, 2016 15:07:28 > Subject: Re: [Puppet Users] variable scoping and erb templates > On Tue, Aug 16, 2016 at 8:04 AM, jcbollinger

Re: [Puppet Users] Re: Puppet .... ruby regex

2016-08-04 Thread R.I.Pienaar
- Original Message - > From: "Robert Poulson" > To: "puppet-users" > Sent: Thursday, 4 August, 2016 16:42:21 > Subject: Re: [Puppet Users] Re: Puppet ruby regex >> >> $pp_shortcertname=

Re: [Puppet Users] Announce: Ruby 2.3 update planned for puppet-agent 1.6.0

2016-08-02 Thread R.I.Pienaar
- Original Message - > From: "Francois Lafont" > To: "puppet-users" > Sent: Tuesday, 2 August, 2016 14:01:05 > Subject: Re: [Puppet Users] Announce: Ruby 2.3 update planned for > puppet-agent 1.6.0 > Hi, > > On

Re: [Puppet Users] Re: Something wrong with classification and hiera

2016-07-20 Thread R.I.Pienaar
- Original Message - > From: "Alex Samad" > To: "puppet-users" > Sent: Wednesday, 20 July, 2016 21:29:27 > Subject: [Puppet Users] Re: Something wrong with classification and hiera > Hi > > Very strange, edited hiera.yaml. ended up

Re: [Puppet Users] Re: most idiomatic way to set resource defaults

2016-07-11 Thread R.I.Pienaar
- Original Message - > From: "Matthew Pounsett" > To: "puppet-users" > Sent: Monday, 11 July, 2016 16:26:42 > Subject: [Puppet Users] Re: most idiomatic way to set resource defaults > On Friday, 8 July 2016 04:27:26 UTC-4, Peter

Re: [Puppet Users] PQL Questions

2016-07-10 Thread R.I.Pienaar
> On 11 Jul 2016, at 00:39, Wyatt Alt <wy...@puppet.com> wrote: > > > > >> On 07/10/2016 01:32 PM, R.I.Pienaar wrote: >> hey, >> >> Been playing with the PQL language and it's quite nice, have 2 questions. >> >> I want to do a regex

[Puppet Users] PQL Questions

2016-07-10 Thread R.I.Pienaar
can't seem figure out both how to search inside the sub hash and also how to match inside a array like that? --- R.I.Pienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails fr

Re: [Puppet Users] Is it possible to gracefully exit the puppet agent run after sending facts?

2016-07-08 Thread R.I.Pienaar
- Original Message - > From: "Peter Faller" > To: "puppet-users" > Sent: Friday, 8 July, 2016 10:29:56 > Subject: Re: [Puppet Users] Is it possible to gracefully exit the puppet > agent run after sending facts? > Would 'puppet agent

Re: [Puppet Users] Is it possible to gracefully exit the puppet agent run after sending facts?

2016-07-08 Thread R.I.Pienaar
- Original Message - > From: "Haani Niyaz" > To: "puppet-users" > Sent: Friday, 8 July, 2016 03:25:26 > Subject: Re: [Puppet Users] Is it possible to gracefully exit the puppet > agent run after sending facts? > Not all but most

Re: [Puppet Users] can create a top level variable in my enc

2016-07-06 Thread R.I.Pienaar
- Original Message - > From: "Alex Samad" > To: "puppet-users" > Sent: Wednesday, 6 July, 2016 09:01:10 > Subject: [Puppet Users] can create a top level variable in my enc > Hi > > I have a bash script produce this for my test node >

Re: [Puppet Users] Inconsistent MCollective plugins across platforms?

2016-07-04 Thread R.I.Pienaar
Packaging on ubuntu with PC1 is unfortunately broken, there was a recent commit to fix this but I doubt anything has been released to fix it. as for 'puppetd' agent vs 'puppet' agent, back in the dark ages you didnt have 'puppet agent' but 'puppetd', thats a old agent to manage ancient puppet

Re: [Puppet Users] Convert hiera_hash code to hiera_array?

2016-06-29 Thread R.I.Pienaar
- Original Message - > From: "Carlos Parada" > To: "puppet-users" > Sent: Wednesday, 29 June, 2016 15:25:14 > Subject: Re: [Puppet Users] Convert hiera_hash code to hiera_array? > Hi Henrik, > > Yeah, updating to a newer version

Re: [Puppet Users] external node classifier my setup

2016-06-24 Thread R.I.Pienaar
>> I agree but how do you make them difference for different nodes, if I >> specify a group of nodes that have a specific MOTD... the nodes don't >> care but ( i was using it as an example). maybe a better one would be >> say smtp setup - all nodes have it, non prod must point to the non >> prod

Re: [Puppet Users] CRL is not honored by the puppetmaster.

2016-06-15 Thread R.I.Pienaar
The CRL tends to only be read at startup by the web server. So restart and it should work - if non puppetserver you should have configured it correctly though --- R.I.Pienaar > On 16 Jun 2016, at 05:38, Dan Mahoney <goo...@gushi.org> wrote: > > Hey all, > > This terri

Re: [Puppet Users] Puppet environments..

2016-05-26 Thread R.I.Pienaar
- Original Message - > From: "John Doe" > To: "puppet-users" > Sent: Thursday, 26 May, 2016 15:34:17 > Subject: [Puppet Users] Puppet environments.. > Hey, > > I been stuck for a while with this now. > > Thing is that I can't

Re: [Puppet Users] puppet server 4: hiera set up?

2016-05-20 Thread R.I.Pienaar
- Original Message - > From: "Rob Nelson" > To: "puppet-users" > Sent: Friday, 20 May, 2016 21:36:25 > Subject: Re: [Puppet Users] puppet server 4: hiera set up? > Doug, > > You could add --trace to see where it's looking. I would

Re: [Puppet Users] How to Read New Files Dynamically with Hiera?

2016-04-18 Thread R.I.Pienaar
- Original Message - > From: o...@soluto.com > To: "puppet-users" > Sent: Monday, 18 April, 2016 13:45:58 > Subject: Re: [Puppet Users] How to Read New Files Dynamically with Hiera? > I'm using git, but still, a single file is too messy. I will take a

Re: [Puppet Users] Re: puppet catalog compilation job queue idea

2016-03-08 Thread R.I.Pienaar
I believe the thing thats happening here is called Direct Puppet, there were some puppet conf talks about this you might want to look at the videos. But it's around reworking the compile flow so you can pre-compile things, re-run earlier compiled things, redo the static catalogs and even

Re: [Puppet Users] Template problems

2016-03-08 Thread R.I.Pienaar
- Original Message - > From: "Ugo Bellavance" > To: "puppet-users" > Sent: Tuesday, 8 March, 2016 13:50:46 > Subject: Re: [Puppet Users] Template problems > Just a thought, where should I have looked for that? Is it pure Ruby? yeah pretty

Re: [Puppet Users] Template problems

2016-03-07 Thread R.I.Pienaar
You can't nest the <% %> inside another. Try: <%= if @rotatelogsuselink then "-L /var/log/httpd/#{@name}/access.log" end %> Everything inside is normal Ruby and that's how interpolation works there --- R.I.Pienaar > On 8 Mar 2016, at 04:32, Ugo Bellava

Re: [Puppet Users] Syntax problem, if/case in class section for $hostname

2016-02-15 Thread R.I.Pienaar
- Original Message - > From: "Denny Schierz" > To: "puppet-users" > Sent: Monday, February 15, 2016 2:33:47 PM > Subject: Re: [Puppet Users] Syntax problem, if/case in class section for > $hostname > hi, > > in the last 5 min I

Re: [Puppet Users] Re: Making a "role" fact work

2016-01-29 Thread R.I.Pienaar
- Original Message - > From: "Gareth Humphries" > To: "puppet-users" > Sent: Friday, January 29, 2016 4:50:50 PM > Subject: [Puppet Users] Re: Making a "role" fact work > ENC is the end game, but we have legacy hosts this

  1   2   3   4   5   6   7   >