[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-26 Thread tinu
Hello Josh Here the output from puppet agent --test --debug --trace: ruby 1.8.7 (2012-02-08 patchlevel 358) [i386-mingw32] C:\Program Files (x86)\Puppet Labs\Puppet\binpuppet agent --test --debug --trace debug: Failed to load library 'syslog' for feature 'syslog' debug: Failed to load library

Re: [Puppet Users] Puppet, Yum, Cassandra, openjdk and --nodeps

2013-07-26 Thread Nikola Petrov
This is rather unfortunate. The only way that I can think of is to change the deb/rpm package and serve that on your own. We are using cassandra on some deployment too but force JAVA_HOME explicitly in configuration files to the oracle jdk -- Nikola On Wed, Jul 24, 2013 at 02:29:44PM -0700,

Re: [Puppet Users] Puppet Nagios resources

2013-07-26 Thread Nikola Petrov
You can set Nagios_host { target = /etc/nagios/conf.d/${::fqdn}.cfg, } somewhere in site.pp file; just make sure it is in the global scope. This is just defining a default parameter for the resource. Note that this is a bad practice as everything global -- Nikola On Mon, Jul 22, 2013 at

Re: [Puppet Users] Re: Decomission node process (puppet / puppetdb / dashboard)

2013-07-26 Thread yannig rousseau
Great ! Thank you John... If I understand correctly, the node:del action will delete the node from dashboard database, while the reports:prune:orphaned will delete reports inventory files on the server. Does anyone see other useful actions to launch while decomissioning a node ? Best regards

[Puppet Users] Re: No reports in foreman

2013-07-26 Thread Andreas Dvorak
My problem is solved. I had to add the hostname with domain on the Foreman web gui More Settings Auth trusted_puppetmaster_hosts And the file foreman.rb needs to be put in /usr/lib/ruby/site_ruby/1.8/puppet/reports thank you Andreas Am Donnerstag, 25. Juli 2013 19:15:37 UTC+2 schrieb

[Puppet Users] Putting Puppet to work

2013-07-26 Thread thomastk
Interested in getting suggestions to improve this tutorial meant for newbies: http://smoothops.wordpress.com/2013/07/26/putting-puppet-to-work/ Thomas -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

[Puppet Users] Deploying SOGo with Puppet

2013-07-26 Thread Pablo Carranza
Wondering if any SOGo (a free, scalable groupware server) admins/users out there have successfully installed and configured SOGo with Puppet; or, whether the folks that have tried would recommend against it. -Pablo vDevices, LLC 1 Parker Place, Suite 303 Janesville, WI 53545 (608) 305-4446

Re: [Puppet Users] Re: Not collecting exported resources without storeconfigs

2013-07-26 Thread Ken Barber
Well, it seems puppet config print is useless as it is incorrect with most values it shows. I know storeconfigs are up and running and I think its going to puppetdb. I am still having issues with my mod. How do you know? The previous error you posted Not collecting exported resources without

[Puppet Users] accessing puppet:/// resources in custom providers

2013-07-26 Thread Adam Goucher
I've got a custom type which I have written which I have given a source attribute that I want as a puppet:///foo/my thing. But I can't find an example of how to get at that content from in there. Is it as obvious as something like

[Puppet Users] Re: Not collecting exported resources without storeconfigs

2013-07-26 Thread Larry Long
Silly me. You are right. I should be using puppet master: # puppet master --configprint all | grep store async_storeconfigs = false catalog_cache_terminus = store_configs reports = foreman,log,store,puppetdb storeconfigs = true storeconfigs_backend = puppetdb thin_storeconfigs = false Also, you

Re: [Puppet Users] Re: Not collecting exported resources without storeconfigs

2013-07-26 Thread Ken Barber
Also, you are right about my typo with manifests instead of manifest. Sometimes I guess you just need a second set of eyes! Ain't that the truth. It didn't error out, but changing that and it looks like my module with storeconfigs is now working. Thank you!!! Oh good to hear :-). Do you

[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-26 Thread GregC
What puppet master version are you running? I also seem to see this bizarre behavior in 2.6.11 and no one at puppet labs has responded to this hiera issue it just goes unanswered, I've also read that the catalog gets compile in random order on each run prior to 2.7, this explains some weird

[Puppet Users] Re: Dependency Ordering Confusion

2013-07-26 Thread Josh D
On Tuesday, February 19, 2013 8:48:43 AM UTC-7, jcbollinger wrote: On Monday, February 18, 2013 8:41:53 AM UTC-6, Josh D wrote: I have a module for windows nodes that is defined like: class ast_win { Class['ast_win::env'] ~ Class['ast_win::restart'] - Class['ast_win'] ast_win::env

[Puppet Users] Enhancement to puppetlabs-vcsrepo

2013-07-26 Thread Jeffrey Watts
Hello! I was looking at using the puppetlabs-vcsrepo module for a project, but it seems to be missing a feature I need. Specifically, I need to be able to do one of the following two things: svn cat URL FILENAME svn export URL Looking at the code, they do not seem supported. So, after some

Re: [Puppet Users] Re: How do I set global noop?

2013-07-26 Thread Wolf Noble
Hi Sam, it somewhat depends on your requirements, but if you have a window during which changes are not permitted, end of story, what about a cronjob to set it to false at a particular time? or in the same run that you set noop to true, require an exec which creates an at job to re-enable at a

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

2013-07-26 Thread GregC
i just went through same issue. 1. /etc/puppet/rack/puppetmaster/config.ru should be puppet:puppet 2. /var/log/puppet/masterhttp.log neexds to have permission set, not at my computer but i think its 644. youWill see error message in /var/log/messages. hope this helps -- You received this