Re: [Puppet Users] How to enable/create environments for new puppetserver setup (not puppetmaster)

2015-07-24 Thread Gene Fontanilla
Hi kevin, I already tried changing the ownership to puppet:puppet, and even change file permission to 777 just to be sure, I still get the same error, I also noticed that all puppet files are owned by root upon installation. Regards, Gene On Friday, July 24, 2015 at 12:51:15 AM UTC+8, Kevin

[Puppet Users] Memory leak in Passenger ?

2015-07-24 Thread Michael Wörz
Hello, in the past months we are observing raising memory usage on our puppet server and we have to restart it once a week when it starts swapping. Mainly there are 5 Passenger processes that are running for days and using about 15-20% of memory each. System has 4 GB of memory and is serving

[Puppet Users] Re: Razor and Dashboard for Puppet 4

2015-07-24 Thread Stefan Heijmans
Hi, For Dashboard, Aaron Stone is doing it now @ https://github.com/sodabrew/puppet-dashboard. Looking at this issue ( https://github.com/sodabrew/puppet-dashboard/issues/320), seems that it doens't support Puppet 4 reports yet. Stefan On Thursday, July 23, 2015 at 11:27:24 PM UTC+2,

Re: [Puppet Users] Advice on Puppet update to 4

2015-07-24 Thread Fabrice Bacchella
Le 24 juil. 2015 à 14:23, Fabrice Bacchella fabrice.bacche...@orange.fr a écrit : Le 24 juil. 2015 à 14:10, Dirk Heinrichs dirk.heinri...@recommind.com a écrit : Am 24.07.2015 um 12:59 schrieb Felix Frank: If you need a good ENC, look at Foreman. If you need reporting, look at

[Puppet Users] Re: Puppet4, Hiera3, and environments

2015-07-24 Thread jcbollinger
On Thursday, July 23, 2015 at 9:01:42 PM UTC-5, Stack Kororā wrote: On Thursday, July 23, 2015 at 6:05:27 PM UTC-5, Ellison Marks wrote: No, the environment variable is set in the puppet.conf of every host. I'm not even sure what the effect would be of trying to define environment in

Re: [Puppet Users] Re: Advice on Puppet update to 4

2015-07-24 Thread Felix Frank
On 07/23/2015 12:45 AM, Stack Kororā wrote: It also appears to me that puppet dashboard is not yet ready for 4. Anyone have any thoughts on that? Hi, the dashboard was discontinued, afaik, so it may never be ready to work with Puppet 4+. If you need a good ENC, look at Foreman. If you need

[Puppet Users] rpm installation ordering question and yum repos

2015-07-24 Thread Vince Skahan
Like many sites, we have internal yum repos that contain our internally-created rpms, as well as some other repos that are internal mirrors of upstream sites (centos updates, etc.). We're running into an ordering issue that I'm looking for what the current suggested best practice is We

[Puppet Users] How to deal with servers roles

2015-07-24 Thread Hugo Deprez
Hello, I am deploying a puppet server in order to manage a new infrastructure running Debian. As I am starting from scratch, I'm looking for advice on how to deal with server roles. I plan to create a class role::base with all default modules. So far no issues. But I don't know how to properly

Re: [Puppet Users] Cannot update Puppet 3.7.5 to 3.8.1 on Windows

2015-07-24 Thread Rob Reynolds
On Fri, Jul 17, 2015 at 5:30 PM, Rob Reynolds r...@puppetlabs.com wrote: The ruby executable locking was likely exasperated by the wrong version of ruby in 3.7.5 - we've yanked the 3.7.5 release[1] based on what we've discovered this afternoon. [1]

Re: [Puppet Users] Abridged summary of puppet-users@googlegroups.com - 18 updates in 7 topics

2015-07-24 Thread Brian Morris
Alternately, you can create a small definition for this requirement. I keep this in manifests/utils.pp: define regex_replace ( $match, $replace ) { exec { ruby -i -p -e 'gsub(%r{$match}, \$replace\)' $name: onlyif = grep -E '$match' $name, logoutput = on_failure, } } You can use it from a

Re: [Puppet Users] Memory leak in Passenger ?

2015-07-24 Thread Josh Cooper
On Fri, Jul 24, 2015 at 12:56 AM, Michael Wörz michael.wo...@gmail.com wrote: Hello, in the past months we are observing raising memory usage on our puppet server and we have to restart it once a week when it starts swapping. Mainly there are 5 Passenger processes that are running for days

Re: [Puppet Users] Memory leak in Passenger ?

2015-07-24 Thread Ramin K
On 7/24/15 12:56 AM, Michael Wörz wrote: Hello, in the past months we are observing raising memory usage on our puppet server and we have to restart it once a week when it starts swapping. Mainly there are 5 Passenger processes that are running for days and using about 15-20% of memory each.

Re: [Puppet Users] Re: Advice on Puppet update to 4

2015-07-24 Thread Dirk Heinrichs
Am 24.07.2015 um 12:59 schrieb Felix Frank: If you need a good ENC, look at Foreman. If you need reporting, look at puppetboard or Puppet Explorer. Is any of those ready for Puppet 4? At least Foreman 1.9 (current development version) doesn't seem to be. There is an open ticket, though...

Re: [Puppet Users] Advice on Puppet update to 4

2015-07-24 Thread Fabrice Bacchella
Le 24 juil. 2015 à 14:10, Dirk Heinrichs dirk.heinri...@recommind.com a écrit : Am 24.07.2015 um 12:59 schrieb Felix Frank: If you need a good ENC, look at Foreman. If you need reporting, look at puppetboard or Puppet Explorer. Is any of those ready for Puppet 4? At least Foreman 1.9