[Puppet Users] Noop metaparameter in class not working as expected

2016-08-16 Thread Julio Guevara
All puppet agent have on puppet.conf noop = true I need to make sure that some classes (like the class that configure the puppet-agents or mcollective) can run regardless of noop setting. Following documentation for puppet 4.5.3 i found that https://docs.puppet.com/puppet/4.5/reference/metapara

[Puppet Users] Re: Noop metaparameter in class not working as expected

2016-08-19 Thread Julio Guevara
:/ is this a bug? Should I report it somewhere? o post this question somewhere else? Thanks for your help! Julio On Tuesday, August 16, 2016 at 6:29:22 PM UTC-5, Julio Guevara wrote: > > All puppet agent have on puppet.conf > noop = true > > I need to make sure that some classes

[Puppet Users] Re: Noop metaparameter in class not working as expected

2016-08-22 Thread Julio Guevara
Last time I bump this email :/ Anyone has any idea? Thanks Julio On Tuesday, August 16, 2016 at 6:29:22 PM UTC-5, Julio Guevara wrote: > > All puppet agent have on puppet.conf > noop = true > > I need to make sure that some classes (like the class that configure the >

Re: [Puppet Users] Noop metaparameter in class not working as expected

2016-08-23 Thread Julio Guevara
: > > https://github.com/nrvale0/deploy-to-noop-part-1/tree/ > master/puppet/environments/production/modules/noop > > It does work quite nicely and I've used in production and dos reflect > the behavior you are looking for. > > Regards, > > Miguel > > > On Tue

[Puppet Users] PE console after master install

2015-08-04 Thread Julio Guevara
Hi Puppet Users, I been facing a problem while trying to install PE-Console after installing PE-Master on a VM. The initial setup was to install PE-Console on another VM but requirements changed so we are going to end up installing on the same VM that already has PE-Master install. Using the p

[Puppet Users] Hiera Data Binding not working on some modules

2016-03-02 Thread Julio Guevara
Hi Puppet Users, the situation is as follow. I have been trying to use the Data binding feature of hiera for this module https://forge.puppetlabs.com/jlambert121/puppet i have the following: dist/profiles/manifests/puppet_master.pp class profiles::puppet_master ($hello) { include ::puppet n

[Puppet Users] Re: Hiera Data Binding not working on some modules

2016-03-02 Thread Julio Guevara
to be that the environment is nil when trying to look for the puppet::server key but it is there for the profiles::puppet_master::hello search. Any idea? On Wednesday, March 2, 2016 at 10:41:05 AM UTC-6, Julio Guevara wrote: > > Hi Puppet Users, > > the situation is as follow. I have

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

2018-09-12 Thread Julio Guevara
d resource collector uses a modified syntax that realizes exported resources <https://puppet.com/docs/puppet/5.5/lang_exported.html> and imports resources published by other nodes. Have anybody else found a similar issue? Thanks Julio Guevara -- You received this message b

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

2018-09-14 Thread Julio Guevara
*The <| |> operator finds ALL resources (regular, virtual and exported) that match. It realizes those that are not already realized.The <<| |>> operator finds ONLY exported resources. * If that is the case, maybe documentation is miss-leading since it makes a clear distinction between the two type