Re: [Puppet Users] Puppet class not working after use augeas-0.10.0-3

2012-05-09 Thread heriyanto
Thank you, Dom, now its working good, epel already release new puppet and resolved my issue. On 05/04/2012 03:31 PM, Dominic Cleal wrote: On 04/05/12 04:57, heriyanto wrote: Yes nice.. its work thank you Dominic, but its still execute even its already changed its normal for new augeas? because

[Puppet Users] Re: Partial catalog runs

2012-05-09 Thread Bostjan Skufca
Aaah, that's useful. I guess I've been searching for the wrong keywords (partial catalog run != tags). Thank you very much! b. On Thursday, 10 May 2012 01:45:24 UTC+2, Bostjan Skufca wrote: > > Hello fellow puppeteers :) > > I was just wondering: would anyone benefit from puppet's abitity to on

Re: [Puppet Users] Partial catalog runs

2012-05-09 Thread Gary Larizza
Just realized I grabbed an OLD version of the docs. Here's the latest --> https://puppetlabs.com/references/latest/metaparameter.html#tag -- Gary Larizza Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, May 9, 2012 at 4:45 PM, Bostjan Skufca wrote: > Hello fellow pup

Re: [Puppet Users] Partial catalog runs

2012-05-09 Thread Gary Larizza
You could also do this with Tags from the command line (https://puppetlabs.com/references/0.25.3/metaparameter.html#tag). If you run puppet agent -t --tags apache it will only declare the resources that are tagged with the 'apache' tag. Tags are implicitly set through major scope levels (i.e

[Puppet Users] Partial catalog runs

2012-05-09 Thread Bostjan Skufca
Hello fellow puppeteers :) I was just wondering: would anyone benefit from puppet's abitity to only do partial catalog runs? Additional explanation: As you manage your hosts with puppet, your catalog tends to grow and puppet runs are becoming longer. If you manage some overseas servers, runtime

Re: [Puppet Users] 2.7.13 on Ubuntu 10.04 Lucid

2012-05-09 Thread Matthaus Litteken
Evan, As for #1, I'd recommend using the Puppet Labs apt repository at http://apt.puppetlabs.com. If you want an easy way to add the repository, download and install the following deb: http://apt.puppetlabs.com/puppetlabs-release_1.0-2_all.deb, and it will add the source and the repo public key to

[Puppet Users] 2.7.13 on Ubuntu 10.04 Lucid

2012-05-09 Thread Evan Stachowiak
I have two questions: 1) I've been using squeeze-backports to install 2.7.13 on Ubuntu 10.04. Besides possible dependency issues (which is my next question) is this best practice for installing 2.7.13? 2) Just today I've been getting dpkg dependency issues installing 2.7.13 through squeeze-backpo

[Puppet Users] Re: Can you override a define parameter

2012-05-09 Thread Jake - USPS
John, Thanks so much for the response. It sounds to me like what I am trying to do should be working, but because you can not verify a couple things you can't comment on if I've implemented it correctly or not. So firstly, I am including the class 'oracle_db::hugepages'. This is assigned to

[Puppet Users] Puppet Dashboard 1.2.8rc1 Available

2012-05-09 Thread Moses Mendoza
This is a maintenance release candidate of Puppet Dashboard. It includes contributions from Daniel Sauble, Danijel Ilisin, and Patrick Carlisle. This release is available for download at: http://downloads.puppetlabs.com/dashboard/ We have included Debian and RPM packages, as well as a tarball. S

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-09 Thread Philip Brown
On Wednesday, May 9, 2012 11:55:01 AM UTC-7, Gary Larizza wrote: > > > Philip, > > You can use Augeas to do this, > Install a whole new C library/util/ thingie, just to do something trivial? no thanks... > or look at a custom file_line type in the Puppetlabs-stdlib module --> > https://g

Re: [Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-09 Thread Gary Larizza
Philip, You can use Augeas to do this, or look at a custom file_line type in the Puppetlabs-stdlib module --> https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/lib/puppet/type/file_line.rb On Wed, May 9, 2012 at 11:46 AM, Philip Brown wrote: > > > On Monday, May 7, 2012 11:39:37 AM U

[Puppet Users] Re: forcing user resource provider to be local files only?

2012-05-09 Thread Philip Brown
On Monday, May 7, 2012 11:39:37 AM UTC-7, jcbollinger wrote: > > > > You may be able to base your provider on the ParsedFile general- > purpose base provider, though I did not do that with mine. > > *Sounds* promising. But... no documentation on using this either, that I can find? K.I.S.S. A

[Puppet Users] best practice for publishing modules that use Hiera?

2012-05-09 Thread treydock
I've begun moving some of my modules the using hiera lookups in place of parameters being defined in a host's node entry. For data such as that I figure I can document the format of what the module expects from the yaml files, but if I use hiera to replace the typical "module::params", how do I

Re: [Puppet Users] puppet-dashboard issue using apache/passenger

2012-05-09 Thread Craig White
On May 8, 2012, at 2:10 PM, Sans wrote: > > aahh... that's what I was wondering. > So, does it also mean there is no need for reports, reportdir and reporturl > in the puppet.conf as well? Cheers!! > > > > On Tuesday, May 8, 2012 10:01:02 PM UTC+1, Walter Heck wrote: > don't start the p

[Puppet Users] Static compiler error

2012-05-09 Thread Emile MOREL
Hi, I try to use static compiler, but it make an error when I change a file on the master. I think the static compiler search the new md5 on the clientbucket but he doesn't find it (it's normal: file has changed). Why the client doesn't search the file on the master ? My trace: 12:48:29 PM 60

[Puppet Users] Lots of problems with Puppet 2.7 and Passenger on FreeBSD

2012-05-09 Thread Josh
Hello, I continually get error messages about denied requests and can't figure out why...starting to get really frustrated. AFAICT, the SSL stuff doesn't actually work, which makes me think I have something configured incorrectly. This is my first attempt with Passenger. I've previously used P

[Puppet Users] Re: Can you override a define parameter

2012-05-09 Thread jcbollinger
On May 8, 3:47 pm, Jake - USPS wrote: > Should I be able to override a parameter in a define?  I've been searching > the group and found answers both saying you can and can't > > CAN:https://groups.google.com/forum/?fromgroups#!searchin/puppet-users/ov... > > CANT:https://groups.google.com/forum

Re: [Puppet Users] 12% of my puppet clients -- Could not retrieve catalog from remote server: execution expired

2012-05-09 Thread Jake - USPS
I was getting timeouts before as well. Usually had to do with apache MaxClients being reached (running apache/passenger setup) so then increased that if the system could handle some more load. Other times it was from too much load on our puppetmasters so needed to increase # of CPU and adjust

[Puppet Users] Re: [Environment] fileserver + auth.conf

2012-05-09 Thread Antidot SAS
Hi everyone, Found the error... A bad directory name in the module directory: "file" instead of "files". Regards, JM On Tue, May 8, 2012 at 3:09 AM, Antidot SAS wrote: > Hi everyone, > > > I am trying to introduce environment use in my puppet setup (Setup with > gem/version 2.7.9 on debian s

Re: [Puppet Users] The best way to access this node data

2012-05-09 Thread Luke Bigum
Your existing DB probably doesn't match what hiera-mysql is expecting, but maybe it's something you could refactor: http://www.craigdunn.org/2012/03/introducing-hiera-mysql-mysql-backend-for-hiera/ On 09/05/12 11:58, Jonathan Gazeley wrote: I have a MySQL database table that effectively holds k

[Puppet Users] The best way to access this node data

2012-05-09 Thread Jonathan Gazeley
I have a MySQL database table that effectively holds key-value pairs which link each node to its parent (ESXi hypervisor). I want to use this information to set the Nagios parent, which is easy to do, client-side. I'm not sure what the best approach is. I considered writing a custom fact that

Re: [Puppet Users] What is "Could not intern from pson" error??

2012-05-09 Thread Sans
Figured out that the using CNAME is not really the issue but I'm still getting the same error 3 out of 5 or so. If anyone know anything related to this, can you please help? Cheers!! On Monday, May 7, 2012 9:55:24 PM UTC+1, Sans wrote: > > Hi Jerry, > > That actually reminds me about something

[Puppet Users] tlsv1 alert unknown ca

2012-05-09 Thread Sans
Dear all, I see this error message in my *masterhttp.log* repeatedly: ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3 > read client certificate A: tlsv1 alert unknown ca > I saw a similar mail in the list but there was no definitive answer to that post. Does anyone kn

[Puppet Users] Re: Managing system yum repositories with yumrepo cache issues

2012-05-09 Thread Andy Taylor
Thanks guys. In the end I set up a notify to ping an exec which did a yum clean operation whenever a yumrepo resource was modified. Seems to work fine. Thanks! Andy On May 5, 1:59 am, Eric Shamow wrote: > Just a note - it's better to do yum clean metadata than all in most cases. > > There's no

RE: [Puppet Users] 12% of my puppet clients -- Could not retrieve catalog from remote server: execution expired

2012-05-09 Thread Steve Shipway
Not sure if it is the same issue, but we had a lot of timeout errors for catalogue retrieval once we started getting to the 200 nodes/hour point. We changed puppet to be every 2 hours, and all was well, until we had 450 nodes (again, 200/hr) and the problem resurfaced. I take it to be some lim