[Puppet Users] Re: Restricting access to environments by IP or cert in puppetserver

2015-03-15 Thread Luca Gervasi
Hi Michael, I would strongly suggest to put an httpd/mod_phusion in front of your puppet (this leads to the syntax as you suggested). If, for whatever reason, your choice is to use webrick for your production, you could work on your "filesterver.conf". This file is strongly commentend. Good lu

[Puppet Users] hiera and variable hash array

2015-03-15 Thread Luca Gervasi
Hello, i'm trying to achieve aconfiguration where i can applt a non predetermined list of hashes. Specifically, i'm willing to add to php.ini (or fpm...) specific flags. This is my hiera data: fpm::pools::web::adminvalues: - error_log: /var/log/fpm/$pool/php.log - memory_limit: 32M fpm::poo

[Puppet Users] Rhel based distro and multiple package version installed

2013-05-18 Thread Luca Gervasi
nd used this as follows: tomcat::home { "6.0.37": version => "6.0.37"} jdk::home { "1.6.24": version => "1.6.24"} but i'm unable to create a simple check on my tomcat istances like a require tomcat-6.0.37. How can i accomplish what i need? Thank