Re: [Puppet Users] Holding packages on providers with holdable feature

2013-05-17 Thread sjr
Hi Grabriel, yes, that's the point ... it's not currently possible so I wanted to know what the community is doing for overcoming this problem ... and whether it could be a useful feature. I have done a quickdirty hack to the APT provider and it works when installing a new package I can

[Puppet Users] Re: Is it possible to compile puppet script to pure Ruby or other languages.

2013-05-17 Thread 鸣飞 华
it's interesting, thanks a lot. On 5月14日, 下午10时09分, Keiran Sweet kei...@gmail.com wrote: Regarding Masterless Puppet, Sam Bashton spoke about his approach to Masterless Puppet at Puppetconf London a few months ago. You can see his slides

[Puppet Users] Odd issue updates not pushed to client.

2013-05-17 Thread Jelle B.
Due to upgrading to Debian 7 Wheezy , I choose to rebuilt our puppet setup. Now all went well except that I have one issue , changes made via puppet dashboard do not get pushed to the client. I have used the APT repository from puppetlabs to install all the servers and clients. I can run

[Puppet Users] Re: Is it possible to compile puppet script to pure Ruby or other languages.

2013-05-17 Thread hmf888888
masterless is an another good approach, but it prompt another issue, I don't want to QA guys see any sensitive configuration belong to production. to do masterless puppet, all modules should be copy to client which include some information exclusive to production. 在

Re: [Puppet Users] Re: PuppetDB: SSL problems

2013-05-17 Thread kl . puppetuser
Hi Ken, On Thu, May 16, 2013 at 5:34 PM, Ken Barber k...@puppetlabs.com wrote: I think the certificate fingerprint issue you received is a worry, but might not indicate a problem per se. Lets use openssl instead to get the fingerprint directly: Still get this problem. # openssl x509 -noout

[Puppet Users] Re: Manual run with specific class

2013-05-17 Thread jcbollinger
On Thursday, May 16, 2013 3:38:23 PM UTC-5, Nev wrote: I need to be able to run a certain class ONLY when it is called manually from the client. I created a class named manual and can run it from the client like this: puppet agent --no-daemonize --onetime --verbose --tags=manual

[Puppet Users] Windows Pathnames with spaces in Puppet file directive

2013-05-17 Thread wernerbahlke
I have to change a file in c:\Program Files x86\MSBuild\Microsoft.Cpp\v4.0. I have tried various ways to encapsule the Windows path with spaces but to no avail. The following file { \c:\\program files x86\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets\: ensure =

[Puppet Users] Re: Is it possible to compile puppet script to pure Ruby or other languages.

2013-05-17 Thread Gavin Williams
My preference would be either to use the same master, maybe with some additional environments, or commission a master for the development environment... That way, you can be more confident that what works in dev will work in prod :-) Gav -- You received this message because you are

Re: [Puppet Users] Re: How to apply to all hosts with exception list.

2013-05-17 Thread jcbollinger
On Thursday, May 16, 2013 10:34:26 PM UTC-5, Pete wrote: On 17 May 2013 13:05, joe lav...@gmail.com javascript: wrote: The easiest thing to do would to make a subclass called cups::enabled or similar and use an override: class cups::enabled inherits cups{ # The inherits is important

Re: [Puppet Users] Re: err: Could not request certificate when I run puppet device

2013-05-17 Thread srivatsa rao
Hello Gav and Meiji, I tried all the above.. still it doesn't solve my issue any further suggestion? my output when I run puppet device --verbose # puppet device --verbose info: starting applying configuration to sw1 at telnet://10.0.0.1/ info: Creating a new SSL key for sw1 err: Could not

[Puppet Users] Running multile MySQL Instances on the same server

2013-05-17 Thread Peter Krawetzky
Was wondering if someone has implemented the management of multiple MySQL instances using puppet on the same server? Essentially we want to use the same MySQL binaries but implement multiple distinct MySQL instances connecting via a specific port number. Puppet Forge has a great MySQL

[Puppet Users] Re: module namespace?

2013-05-17 Thread jcbollinger
On Thursday, May 16, 2013 5:10:44 PM UTC-5, Matt Zagrabelny wrote: Greetings, When writing modules are people namespacing them to avoid collisions with puppetlabs' modules? Typically not. I wrote some (very simple) modules: mysql postgresql that now have namespace

[Puppet Users] Re: how to handle gems required for a custom provider

2013-05-17 Thread jcbollinger
On Thursday, May 16, 2013 4:53:28 PM UTC-5, Schofield wrote: I am developing a custom provider and have a requirement on a gem. Is there any way to use the gem with a custom provider without installing the gem on the managed node? Ideally I want to keep the gem isolated from other

Re: [Puppet Users] Windows Pathnames with spaces in Puppet file directive

2013-05-17 Thread David Schmitt
Hi, On 17.05.2013 15:28, wernerbahlke wrote: I have to change a file in c:\Program Files x86\MSBuild\Microsoft.Cpp\v4.0. I have tried various ways to encapsule the Windows path with spaces but to no avail. The following file { \c:\\program files

Re: [Puppet Users] Re: PuppetDB: SSL problems

2013-05-17 Thread Ken Barber
I am not sure I did the ssl-setup command again. I started all over again on the puppetdb. Deleted the package, all the logs and configuration and reinstalled puppetdb. I included a complete output: http://pastebin.com/raw.php?i=TDejFAvp Does this make things more clear? I did a clean

Re: [Puppet Users] Running multile MySQL Instances on the same server

2013-05-17 Thread Dan White
Should be easy to do, just no one has yet to share their module code. This would require customizing both the configuration and the puppet-service implementation. I have done this (not with puppet) on Red Hat/CentOS type systems by making duplicate startup scripts in /etc/init.d :

Re: [Puppet Users] Running multile MySQL Instances on the same server

2013-05-17 Thread David Schmitt
On 17.05.2013 16:12, Peter Krawetzky wrote: Was wondering if someone has implemented the management of multiple MySQL instances using puppet on the same server? Essentially we want to use the same MySQL binaries but implement multiple distinct MySQL instances connecting via a specific port

Re: [Puppet Users] Running multile MySQL Instances on the same server

2013-05-17 Thread Dan White
Agreed. This is a much cleaner approach to the problem. “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin Hobbes) - Original Message - From: David Schmitt da...@dasz.at To:

[Puppet Users] Re: Manual run with specific class

2013-05-17 Thread Nev
Thank you Keith and John. I realize what I'm doing is an edge case and it is something I will rarely use. I'll copy the assets to the clients and use the apply function. On Friday, May 17, 2013 7:01:38 AM UTC-6, jcbollinger wrote: On Thursday, May 16, 2013 3:38:23 PM UTC-5, Nev wrote:

[Puppet Users] History of fact inventory

2013-05-17 Thread carlo montanari
Hi all is there a way to keep a history of facts for a given node, other than taking a periodic snapshot of the inventory service? Thanks -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails

Re: [Puppet Users] History of fact inventory

2013-05-17 Thread Len Rugen
I have made selected facts items in our monitor (zabbix), mostly for use in monitoring, ex. how many proc's influences what is high load, but this also makes the history available in the monitor. It's a one-liner zabbix.conf line UserParameter=local.fact[*],facter $1 On Fri, May 17, 2013 at

[Puppet Users] puppet agent fail error 400 not authorized to call find on /file_metadata

2013-05-17 Thread Raj K SHK
hi, I have upgraded puppet from 2.7 to 3.0 and reinstalled puppetdb and converted the new certs to truststore.jks and keystore.jks under the correct directory. I am using activeMq with mcollective below is puppet.conf [main] logdir = /var/log/puppet rundir =

[Puppet Users] Re: Questions/Concerns Related to Changing Console DB Password

2013-05-17 Thread pdiddy
I did follow below mentioned link, however i'm still getting the same error while restoring the database... puppet-dashboard@lxpuppet:~$ rake RAILS_ENV=production FILE=/serversoftware/yum/puppet-db.sql db:raw:restore --trace (in /opt/puppet/share/puppet-dashboard) ** Invoke db:raw:restore

[Puppet Users] Puppet 3.2.0, the great release that never was. Puppet 3.2.1, the great release that will be

2013-05-17 Thread Matthaus Owens
Between tagging 3.2.0 final and actually releasing it, a bug was discovered in the user provider related to managehome on redhat based systems (https://projects.puppetlabs.com/issues/20726). Rather than ship 3.2.0 with that bug, we're readying Puppet 3.2.1 for a fresh rc series to address this

Re: [Puppet Users] Re: Questions/Concerns Related to Changing Console DB Password

2013-05-17 Thread Parag Darji
Actually before taking the db dump i ran rm -rf /var/lib/mysql/*... It looks like this may have messed it up... On Fri, May 17, 2013 at 2:00 PM, pdiddy dpa...@gmail.com wrote: I did follow below mentioned link, however i'm still getting the same error while restoring the database...

[Puppet Users] client connection errors: SSL, SNI and DNS_ALT_NAMES Oh My

2013-05-17 Thread Jonathan Proulx
Hi All, I've run into a bit of a tangle. I currently have two puppet masters which are load balanced with round robin DNS (one is also the CA). I'm using dns_alt_names to let them each answer to puppet.my.domain.com For the past year this has been fine. About a week ago I tried to add a

[Puppet Users] Re: Custom function help: works locally, wrong header line format error on master

2013-05-17 Thread David Pires
I've narrowed the error down to puppet mishandling the parsing of my function. I am using the aws-sdk in my custom function and I can connect fine, but as soon as I try to iterate or filter an EC2InstanceCollection, thats when I get the wrong header line format error on the node. E.g: ec2 =

Re: [Puppet Users] Workaround for Puppet 3 not working in Fedora 18

2013-05-17 Thread Tom Poulton
I setup the Puppet Labs yum repo via sudo rpm -ivh http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-6.noarch.rpm So far between me and a colleague we've tried: F18 GNOME: Seemed fine I think (but GNOME 3 didn't play nice with VirtualBox, very very slow) F18 KDE: Initially

Re: [Puppet Users] Workaround for Puppet 3 not working in Fedora 18

2013-05-17 Thread Matthaus Owens
Tom, Why are installing the EL 6 release package for Fedora 18? Have you tried http://yum.puppetlabs.com/fedora/f18/products/i386/puppetlabs-release-18-7.noarch.rpm instead? On Fri, May 17, 2013 at 1:04 PM, Tom Poulton poulton...@gmail.com wrote: I setup the Puppet Labs yum repo via sudo rpm

Re: [Puppet Users] Workaround for Puppet 3 not working in Fedora 18

2013-05-17 Thread Tom Poulton
Hahaha, I didn't even think about that, I just copied the script blindly from out EC2 setup, that'll teach me I'll test it out on Monday morning and update If that is the answer: thanks in advance Tom -- You received this message because you are subscribed to the Google Groups Puppet Users

[Puppet Users] puppet in an appliance model?

2013-05-17 Thread Vince Taluskie
Hey Folks, I am looking at using puppet to help manage/coordinate system integration among several teams collaborating on an appliance product.This is a little different than other environments where I've used puppet for managing large numbers of systems. In the appliance case, we need

Re: [Puppet Users] Holding packages on providers with holdable feature

2013-05-17 Thread Gabriel Filion
On 17/05/13 03:45 AM, sjr wrote: I have done a quickdirty hack to the APT provider and it works when installing a new package I can enforce a version and hold it. But from my minor mod to a proper patch...there is still much work to do, so that's why I was looking for comments, opinions, and

[Puppet Users] Announce: Puppet 3.2.1-rc1 Available

2013-05-17 Thread Matthaus Owens
Puppet 3.2.1-rc1 is a bugfix release candidate for the 3.x series of Puppet. This release addresses two major issues that were uncovered in 3.2.0 and caused us to pull that release (#20726 and #20742). It also includes a fix for Solaris support (#19760). Downloads are available at: * Source