Thanks John, your opinion is really helpful :)
El martes, 17 de junio de 2014 15:30:53 UTC+2, jcbollinger escribió:
>
>
>
> On Tuesday, June 17, 2014 3:45:57 AM UTC-5, Félix Barbeira wrote:
>>
>> I always heard that serve large files over puppet is a bad practice.
>&g
I always heard that serve large files over puppet is a bad practice.
But...I guess it depends of what you consider a large file. Everyone agree
that serve for example a 25MB file over puppet it's definitely not
recommended.
My question is wether a text file of ~7000 lines and ~700KB would be
a
Try http://puppet-dashboard-url.tld/radiator
El lunes, 14 de octubre de 2013 20:20:26 UTC+2, Matt Shields escribió:
>
> Is it possible to create an iframe in an html page and display the
> Radiator view in the Puppet Dashboard? For some reason all my other NOC
> iframe's are displaying with the
Speaking in security terms, could be masterless puppet configuration less
secure? I mean, the puppet code is in *all* the clients. On the other hand,
the puppet code is only in the master, which I think is more secure (you
can isolate it on a restricted VLAN, private network, etc). If the securi
I´m thinking in create three different puppet environments: develop,
testing and production.
Each environment has its own dir
"/etc/puppet/environments/$environment/modules/". You can manage the
modules using the flag "--environment" with every command, for instance:
# puppet module install us
/puppet/3/reference/lang_classes.html#include-like-vs-resource-like
Thanks anyway! :)
El martes, 20 de noviembre de 2012 20:25:15 UTC+1, Felipe Salum escribió:
>
> Try:
>
> :hierarchy:
> - "%{certname}"
> - common
>
> Felipe
>
> On Tuesday, November 2
Hi, I have a puppetmaster - agent architecture. I have a module for the
vsftpd configuracion in the agents. The configuration of the value
'max_per_ip' in the agents may vary. This is a line of the manifest:
$max_per_ip = hiera('max_per_ip',10)
I want to specify different values for each agent