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
:/ 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
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
>
:
>
> 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
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
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
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
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
*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