[Puppet Users] Re: Large files over puppet

2014-06-18 Thread Félix Barbeira
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

[Puppet Users] Large files over puppet

2014-06-17 Thread Félix Barbeira
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

[Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-27 Thread Félix Barbeira
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

Re: [Puppet Users] Best practices for infrastructure

2013-08-24 Thread Félix Barbeira
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

[Puppet Users] Re: Managing puppeteer modules with git

2013-02-11 Thread Félix Barbeira
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 Users] Re: hiera values issue

2012-11-21 Thread Félix Barbeira
/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

[Puppet Users] hiera values issue

2012-11-20 Thread Félix Barbeira
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