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

2015-09-21 Thread Martin Alfke
On 20 Sep 2015, at 18:00, Martin Alfke wrote: > > 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 fail

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

2015-09-21 Thread Frédéric Lespez
> In the 3.x function API use: > >lookupvar('varname') > > In the 4.x function API use: > >closure_scope.lookupvar('varname') > > Here is the specification for the 4.x API. > > https://github.com/puppetlabs/puppet-specifications/blob/master/language/func-api.md > >

[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 provid

Re: [Puppet Users] Re: Hiera lookup function doesnt fail if attr isnt found

2015-09-21 Thread Henrik Lindberg
On 2015-21-09 15:10, jcbollinger wrote: On Friday, September 18, 2015 at 4:36:32 PM UTC-5, Joao Morais wrote: Hello list. I am using the hiera() lookup function in order to query some few attributes from a http backend. Something like this: common.yaml ---

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

2015-09-21 Thread Antony Fomenko
http://docs.puppetlabs.com/puppetserver/2.1/external_ca_configuration.html On Monday, September 21, 2015 at 5:56:10 AM UTC+3, rhpupp...@gmail.com wrote: > > We currently have a handful number of puppet masters and using > apache-passenger stack to run puppet master service. We use set of > dedi

[Puppet Users] puppet disadvantages

2015-09-21 Thread Sindhujit Ganguly
Hi, Can someone tell me the disadvantages of Puppet GUI? Why is Puppet slow to changes and customer requests as compared to Ansible and Salt? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving

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

2015-09-21 Thread Henrik Lindberg
On 2015-20-09 18:58, Frédéric Lespez wrote: 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, ho

[Puppet Users] Re: Hiera lookup function doesnt fail if attr isnt found

2015-09-21 Thread jcbollinger
On Friday, September 18, 2015 at 4:36:32 PM UTC-5, Joao Morais wrote: > > > Hello list. I am using the hiera() lookup function in order to query > some few attributes from a http backend. Something like this: > > common.yaml > --- > ... > class::attr: "%{hiera('other::attr')}

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

2015-09-21 Thread Henrik Lindberg
On 2015-21-09 5:08, rhpuppetu...@gmail.com wrote: 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 e

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

2015-09-21 Thread Thomas Müller
Am Montag, 21. September 2015 05:08:58 UTC+2 schrieb rhpupp...@gmail.com: > > 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