Re: [Puppet Users] weird ELF error

2010-10-07 Thread Felix Frank
On 10/07/2010 12:43 AM, Steve (steev) Neuharth wrote: > > Anyone know what this is? It doesn't seem related to puppet but I'm stumped. > > info: Loading facts in dmidecode > info: Loading facts in cpuinfo > debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using > pson > /usr

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Felix Frank
On 10/07/2010 04:48 AM, Patrick wrote: > > On Oct 6, 2010, at 5:20 PM, Mohamed Lrhazi wrote: > >> On Wed, Oct 6, 2010 at 7:33 PM, James Louis wrote: >>> if an instance of puppetd is already running then you'll get that error >>> message when you try to start up another instance. also there may b

[Puppet Users] managing svn on client side and exec question

2010-10-07 Thread Arnau Bria
Hi all, I'm changing my code and I'd like to control a entire tree by svn and not puppet fileserver (we're trying to decrease puppet load). So I've created a copule of execs, one for svn checkout the other for svn update. svn checkout looks like: exec { 'svn_check_out' : cwd => '/opt/local

Re: [Puppet Users] managing svn on client side and exec question

2010-10-07 Thread Felix Frank
On 10/07/2010 11:46 AM, Arnau Bria wrote: > Hi all, > > I'm changing my code and I'd like to control a entire tree by svn and > not puppet fileserver (we're trying to decrease puppet load). > So I've created a copule of execs, one for svn checkout the other for > svn update. > > svn checkout look

Re: [Puppet Users] managing svn on client side and exec question

2010-10-07 Thread Arnau Bria
On Thu, 07 Oct 2010 11:59:29 +0200 Felix Frank wrote: Hi Felix, > > exec { > > 'svn_check_out' : > > cwd => '/opt/localconf', > > command => 'svn co svn://repo/', > > create => '/opt/localconf/repo', > > require => Files['localconf'], > > } > I'd rather define a sensible creates (note

Re: [Puppet Users] Re: Best practices on organizing modules

2010-10-07 Thread Kenneth Holter
On Tue, Aug 3, 2010 at 7:45 PM, Eric Sorenson wrote: > On Aug 3, 2010, at 6:30 AM, Kenneth Holter wrote: > > > On other words, my clients area would look something like this: > > • "c_projectA", in which the classes "c_projectA::prod::webserver", > "c_projectA::qass::webserver" and so forth

[Puppet Users] issue # 4345 (puppet_dashboard & pluginsync)

2010-10-07 Thread Daniel Maher
Hello, Regarding issue # 4345 « pluginsync removes $libdir/puppet/reports/puppet_dashboard.rb » [1], I am curious to know if the work-around [2] suggested by Ian Ward Comfort is the current best-practice solution for the problem, or if there is another preferred way of dealing with the issue

[Puppet Users] class name limitations

2010-10-07 Thread Arnau Bria
Hi all, I'm noticing that puppet does not support any class name and it gives some error like: err: Could not parse for environment production: Syntax error at 'VO_tune' at /etc/puppet/manifests/services ... I've changed VO_tune by site_tune and puppet stop complaining. now I have this: err: Co

[Puppet Users] Re: class name limitations

2010-10-07 Thread Arnau Bria
On Thu, 7 Oct 2010 16:35:42 +0200 Arnau Bria wrote: Hi again, > I'm noticing that puppet does not support any class name and it gives > some error like: It happens when using capital letters at the beginning. [...] anyway, is there any problem when naming classes like: > yaimSER1 > yaimSER2 >

Re: [Puppet Users] Re: class name limitations

2010-10-07 Thread Felix Frank
On 10/07/2010 04:59 PM, Arnau Bria wrote: > On Thu, 7 Oct 2010 16:35:42 +0200 > Arnau Bria wrote: > > Hi again, > >> I'm noticing that puppet does not support any class name and it gives >> some error like: > It happens when using capital letters at the beginning. That's right. Now that you men

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Patrick
On Oct 7, 2010, at 12:40 AM, Felix Frank wrote: > On 10/07/2010 04:48 AM, Patrick wrote: >> >> On Oct 6, 2010, at 5:20 PM, Mohamed Lrhazi wrote: >> >>> On Wed, Oct 6, 2010 at 7:33 PM, James Louis wrote: if an instance of puppetd is already running then you'll get that error message w

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Ryan Y. Coleman
- Original Message - > From: "Felix Frank" > To: puppet-users@googlegroups.com > Sent: Thursday, October 7, 2010 3:40:01 AM > Subject: Re: [Puppet Users] puppet push mode > On 10/07/2010 04:48 AM, Patrick wrote: > > I'm guessing that it will work if you run it with the -no-deamonize > >

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Felix Frank
>>> I'm guessing that it will work if you run it with the -no-deamonize >>> option. >>> >>> You really don't want to use --test. That will have other effects. >> >> Patrick, >> >> could you elaborate on that? > > From the 2.6.1 man page: > > test: Enable the most common options used

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Ryan Y. Coleman
> > From the 2.6.1 man page: > > > > test: Enable the most common options used for testing. > > These are +onetime+, +verbose+, +ignorecache, > > +no-daemonize+, and +no-usecacheonfailure+. > > > > > >> > >> Because --test is what we are using constantly he

[Puppet Users] Re: Checking and setting svc properties in Solaris

2010-10-07 Thread Philip Brown
On Oct 6, 4:53 pm, John Warburton wrote: > If you own the manifest already, you can set properties there > > Otherwise, you can do what we do and use an exec - not efficient, but it > works > Hmm. Interesting. Disclaimer: I'm a puppet newbie. So two followup questions: 1. Where does the snipp

Re: [Puppet Users] Installing MySQL on FreeBSD

2010-10-07 Thread Ross W
Sorry to get this way late, but I've got a solution for you if you haven't found it already. So I'm putting this into the archives. On Sun, Sep 12, 2010 at 10:32 AM, FreddieB wrote: > Hi everyone, > > I have an interesting problem I think. > I'm trying to install MySQL on FreeBSD. This is what

Re: [Puppet Users] Installing MySQL on FreeBSD

2010-10-07 Thread Russell Jackson
On 10/07/2010 10:43 AM, Ross W wrote: Sorry to get this way late, but I've got a solution for you if you haven't found it already. So I'm putting this into the archives. On Sun, Sep 12, 2010 at 10:32 AM, FreddieB wrote: Hi everyone, I have an interesting problem I think. I'm trying to insta

Re: [Puppet Users] puppet push mode

2010-10-07 Thread Mohamed Lrhazi
Am thinking about configrung my clients this way: 1: Daemonized puppet runs from init.d script as normal with this: [r...@chapeau ~]# cat /etc/sysconfig/puppet ... PUPPET_EXTRA_OPTS=--no-client ... [r...@chapeau ~]# cat /etc/puppet/puppet.conf [puppetd] report = true listen = true 2: A

[Puppet Users] How to update a package using puppet and a .deb file

2010-10-07 Thread Tim C
I am trying to figure out the proper way to update/upgrade a deb package using puppet from a local source deb file. My current config looks like this... class adobe-air-2-0-4 { file { "/opt/air-debs": ensure => directory } file { "/opt/air-debs/adobeair-2.0.4.deb": owner => root,

[Puppet Users] Using mac addresses for unique identifier of nodes?

2010-10-07 Thread dagrundy
Hello All: This is my first posting to this group and I hope I am not asking something that I could have found the answer to myself. I am trying to set up a mechanism for quickly provisioning customized virtual machines (VMs) and looking at puppet as a means to implementing this. The concept is t

[Puppet Users] hostname not match with the server certificate

2010-10-07 Thread bluethundr
Hello, For some reason my puppet client(s) cannot retrieve certs. On the server I run as per the wiki: [r...@virtcent13:/etc/yum.repos.d]#puppetca --list virtcent02.summitnjhome.com [r...@virtcent13:/etc/yum.repos.d]#puppetca --sign virtcent02.summitnjhome.com virtcent02.summitnjhome.com notic

[Puppet Users] ANNOUNCE: Puppet 2.6.2 released!

2010-10-07 Thread James Turnbull
And we're back with another exiting release in the 2.6.x branch - 2.6.2. 2.6.2 is a maintenance release in the 2.6.x branch and it contains bug fixes, maintenance and a small number of features (see Release Notes below). We've included release notes below that you can also see at: http://project

[Puppet Users] Re: Puppetd attempting to install packages that aren't required

2010-10-07 Thread ncantor
Thanks guys. Your feedback is much appreciated. Looks like I'll need to build a ruby-enterprise class, put the package inside it, and call it from other classes when there's a dependency. On Oct 6, 4:14 am, Jeff McCune wrote: > On Tue, Oct 5, 2010 at 12:16 AM, ncantor wrote: > > However, by defa

Re: [Puppet Users] Using mac addresses for unique identifier of nodes?

2010-10-07 Thread Mohamed Lrhazi
Am a noob too but this is how I understand Puppet: Some mechanism will build a new VM with puppet installed and configured on it. right? At first run, puppet daemon will contact the puppetmaster submitting a cert request Master will sign request (automatically or manually by admin) >From that

Re: [Puppet Users] Using mac addresses for unique identifier of nodes?

2010-10-07 Thread David Grundy
Thanks for your reply. To answer your question, yes the new VM will be built with puppet installed and configured. Since I posted this I have found out that the mac address will not persist upon reboot so I need to find another way of naming each new VM uniquely before it can be configured by pup

Re: [Puppet Users] Using mac addresses for unique identifier of nodes?

2010-10-07 Thread Nan Liu
On Wed, Oct 6, 2010 at 4:32 PM, dagrundy wrote: > This is my first posting to this group and I hope I am not asking > something that I could have found the answer to myself.  I am trying > to set up a mechanism for quickly provisioning customized virtual > machines (VMs) and looking at puppet as a

Re: [Puppet Users] Using mac addresses for unique identifier of nodes?

2010-10-07 Thread David Grundy
Thanks. This was the answer I was originally looking for. If you didn't notice my last post, I have since found out that the mac addresses won't persist upon reboot so I will have to configure a sensible hostname for each VM before connecting to puppetmaster. Cheers, David On Thu, Oct 7, 2010

[Puppet Users] Weekend Maintenance

2010-10-07 Thread Zach Leslie
All, On Saturday, October 9th, Puppet Labs will be performing site maintenance which may impact web services for a brief period. The purpose of this maintenance is to enable SSL authentication for projects.puppetlabs.com. We apologize for any inconvenience. Thank you. -- Zach z...@puppetlabs.c

[Puppet Users] Weekend Maintenance: Addendum

2010-10-07 Thread Zach Leslie
All, I failed to specify a time in my previous email. Maintenance will be performed between 9am and 11am on Saturday PST. Thank you. -- Zach z...@puppetlabs.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send ema

[Puppet Users] Puppetlabs website in HTTPS?

2010-10-07 Thread Mohamed Lrhazi
Could you please add HTTPS support to the website.. mostly for download section of course. Thanks a lot. Mohamed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe

Re: [Puppet Users] Re: Checking and setting svc properties in Solaris

2010-10-07 Thread John Warburton
Hi Philip 1. The snippet came from our security module in a "jass" class, which our Solaris servers include: class security { case $operatingsystem { Solaris: { include jass All our servers include the security module, set in the node classifier (equiv to site.pp). http://