Re: [Puppet Users] Pupper server 4 loosing hiera data

2015-05-18 Thread Louis Coilliot
Thanks, I confirm that the fix linked in the ticket PUP-4461 works for me. I patched manually and I'll wait for the release puppet 4.1.0. Louis Coilliot 2015-05-18 19:35 GMT+02:00 Roman Mueller : > Hi, > > That is a bug I also ran into, see: > https://tickets.puppetlabs.com/browse/PUP-4461 > > C

Re: [Puppet Users] Pupper server 4 loosing hiera data

2015-05-18 Thread Roman Mueller
Hi, That is a bug I also ran into, see: https://tickets.puppetlabs.com/browse/PUP-4461 Cheers, Roman On Mon, May 18, 2015 at 6:00 PM, Louis Coilliot wrote: > Hello, > > I am subjected to a strange problem : after a few runs, the puppet master > seems to completely loose the hiera data. > > A n

[Puppet Users] Pupper server 4 loosing hiera data

2015-05-18 Thread Louis Coilliot
Hello, I am subjected to a strange problem : after a few runs, the puppet master seems to completely loose the hiera data. A new run on the node seems fine, except that all hiera data sources are omitted. As I use : node default { hiera_include( 'classes', '') } the run is fine but don't apply

[Puppet Users] Re: Passenger with Puppet 3.0, problems running under

2015-05-18 Thread Drew Boswell
Saved us as well... had the same problem and ours was in group: http:www in stead of puppet:puppet. Changing it made everything work once again. Thanks a bunch! Andrew. On Saturday, July 27, 2013 at 2:14:36 AM UTC+2, GregC wrote: > > i just went through same issue. > > 1. /etc/puppet/rack/pupp

[Puppet Users] counting failures, success, and so on - giving wrong counts

2015-05-18 Thread Klavs Klavsen
I'm trying to let puppetdb query the result of a puppet run, and then fetch the numbers of failures, successes, changes etc.. using this: curl -G 'http://localhost:8080/v3/aggregate-event-counts' --data-urlencode 'query=["=", "certname", "myhost.fqdn"]' --data-urlencode 'summarize-by=containing

Re: [Puppet Users] Apache still the recommended server for Puppet?

2015-05-18 Thread Dan White
At the bottom of the page is the following:  Next At this point, Puppet is installed, but it isn’t configured or running. You should now do the post-install tasks. which brings you to this : https://docs.puppetlabs.com/guides/install_puppet/post_install.html#configure-a-production-ready-web-ser

Re: [Puppet Users] Apache still the recommended server for Puppet?

2015-05-18 Thread Roman Mueller
> Going to the install page at https://docs.puppetlabs.com/guides/install_puppet/install_el.html I no longer see that notice. Not sure if it was always there, but it's on the next page: https://docs.puppetlabs.com/guides/install_puppet/post_install.html#configure-a-production-ready-web-server --

[Puppet Users] Mocking custom types or providers

2015-05-18 Thread Florian Thiel
Hi, I have a rspec-puppet test suite for a module that uses custom types whose provider requires a ruby gem. Is there an easy way to mock or stub the type? I have the following snippet in my spec file (using mocha): --- let(:type) { Puppet::Type.type(:foo_database_user) } before(:each) {

[Puppet Users] Apache still the recommended server for Puppet?

2015-05-18 Thread Teddy O
I noticed a change on the puppetlabs website. In the past, when I'd go to the install instructions, there was a disclaimer stating that the default puppet server was not recommended other than for small tasks or experimentation, and that Apache with Passenger should be used instead for per

[Puppet Users] Re: Visual Studio Code Released for Windows, OSX, and Linux

2015-05-18 Thread Kris Reese
The first thing I looked for was a puppet plugin for MacOS. It would be great if this get some official traction from puppetlabs and something released relatively soon to compliment the release and help facilitate early adoption of using visual studio. On Thursday, April 30, 2015 at 11:03:22 AM