Re: [Puppet Users] puppetserver error: no such file to load -- pg on node puppetmaster1

2015-09-20 Thread Martin Alfke
On 19 Sep 2015, at 21:14, rhpuppetu...@gmail.com wrote: > Thanks Martin for replying. By the way, i'm following your seminars on > youtube and they are very helpful. The error still persists. > > I've tried this earlier but command failed with the following error. > # puppetserver gem install

[Puppet Users] Inside a custom function, how do you if noop is enabled ?

2015-09-20 Thread Frédéric Lespez
In a manifest, you can test the built-in variable $clientnoop to know if puppet agent runs in noop mode or not. See https://docs.puppetlabs.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#puppet-agent-facts But inside a custom function, how can you know if noop is enabled or not ? I

[Puppet Users] Multiple puppet masters; some dedicated masters as CA; how to redirect ssl proxy request; puppetserver ?

2015-09-20 Thread rhpuppetuser
We currently have a handful number of puppet masters and using apache-passenger stack to run puppet master service. We use set of dedicated puppet master servers as CA servers. So any ssl request that come to a puppet master , will redirect to proxy server which is dedicated CA puppet master.

[Puppet Users] parser=future ; puppet version 3.8; how to find/validate removed/deprecated features in current code all errors at once.

2015-09-20 Thread rhpuppetuser
We are using puppet 3.8. I'm currently testing our existing modules compatibility with puppet 4 using parser = future option in puppet.conf. When i run puppet agent against to this master server, it is showing one error at a time. once i fix the error, its showing another error. We have multipl

Re: [Puppet Users] Puppet method to subtract two arrays?

2015-09-20 Thread Angel L. Mateo
Have you tried split function instead of any2array? El 18/09/15 a las 16:59, Sean escribió: My woes were definitely due to the data in the parameters being treated as strings throughout. Basically, for whatever reason even when using any2array(), the issue came down to all the desired i