Re: [Puppet Users] Could not match '}'

2010-05-13 Thread James Cammarata
I don't think it's the lack of a , after that line, the error states it's on line 1 of the .pp, so I'd focus on the define line. Possibly, it's the fact that $source is listed in the middle of all the other variables defined with default values - most languages don't like you mixing things like

[Puppet Users] External Nodes

2010-05-13 Thread Douglas Garstang
From the puppet documentation at http://docs.puppetlabs.com/guides/external_nodes.html: External nodes can’t specify resources of any kind - they can only specify class membership, environments and attributes. Those classes can be in hierarchies however, so inheritance is available. So, does

Re: [Puppet Users] Cannot make autosign works

2010-05-13 Thread Mathias Gug
Hi, On Wed, May 12, 2010 at 07:35:18PM -0700, Eric wrote: I'm a first time user of puppet and I'm playing around with it using Amazone EC2 instances in order to learn it. The OS is Ubuntu 10.04 server and puppet version is 0.25.4. Right now I'm facing a hard time to make autosign feature

Re: [Puppet Users] Have I found a bug with variables in nodes?

2010-05-13 Thread Nigel Kersten
On Wed, May 12, 2010 at 10:07 AM, Dan Bode d...@puppetlabs.com wrote: On Wed, May 12, 2010 at 9:55 AM, Nigel Kersten nig...@google.com wrote: On Wed, May 12, 2010 at 9:35 AM, Dan Bode d...@puppetlabs.com wrote: On Wed, May 12, 2010 at 9:25 AM, Alan Barrett a...@cequrux.com wrote: On

[Puppet Users] Managing Mac OS X Boxen

2010-05-13 Thread p.e.r.i.o.d.i.c.i.t.y
Greetings, I'm considering switching to using puppet from radmind to manage our Mac OS X machines, and I have a few concerns. What would be the best way to manage large applications like Adobe's CS suite? I'm not sure how to set it up with puppet... Adobe has created a silent install that can be

[Puppet Users] Re: External Nodes

2010-05-13 Thread Douglas Garstang
On Thu, May 13, 2010 at 9:08 AM, Douglas Garstang doug.garst...@gmail.com wrote: From the puppet documentation at http://docs.puppetlabs.com/guides/external_nodes.html: External nodes can’t specify resources of any kind - they can only specify class membership, environments and attributes.

Re: [Puppet Users] Managing Mac OS X Boxen

2010-05-13 Thread Nigel Kersten
On Thu, May 13, 2010 at 9:21 AM, p.e.r.i.o.d.i.c.i.t.y p.e.r.i.o.d.i.c.i@gmail.com wrote: Greetings, I'm considering switching to using puppet from radmind to manage our Mac OS X machines, and I have a few concerns. What would be the best way to manage large applications like Adobe's

[Puppet Users] Re: External Nodes

2010-05-13 Thread Ken
Yes your write - you can only really do the equiv of: node foo { $bar = bleah include some_class } No resources. So really your left using a swarm of global vars that can passed down to the resources you have show above which are stored in a class. So something like: node foo {

Re: [Puppet Users] Re: External Nodes

2010-05-13 Thread Douglas Garstang
On Thu, May 13, 2010 at 9:53 AM, Ken k...@bob.sh wrote: Yes your write - you can only really do the equiv of: node foo {  $bar = bleah  include some_class } No resources. So really your left using a swarm of global vars that can passed down to the resources you have show above which are

Re: [Puppet Users] Re: External Nodes

2010-05-13 Thread R.I.Pienaar
- Douglas Garstang doug.garst...@gmail.com wrote: On Thu, May 13, 2010 at 9:53 AM, Ken k...@bob.sh wrote: Yes your write - you can only really do the equiv of: node foo {  $bar = bleah  include some_class } No resources. So really your left using a swarm of global vars that

[Puppet Users] confusing log file entry....

2010-05-13 Thread FAZANG
how do i stop client? it is trying to install xntp, that is a SLES thing, debian uses ntp on my client May 13 13:18:01 tomcat1 puppetd[6146]: Starting catalog run May 13 13:18:01 tomcat1 puppetd[6146]: (//ntp/File[/etc/ntp.conf]) Failed to retrieve current state of resource: Could not connect to

Re: [Puppet Users] Provisioning VM in Xen via Puppet - Howto??

2010-05-13 Thread Michael DeHaan
On Tue, May 11, 2010 at 3:48 PM, Gabriel - IP Guys gabr...@impactteachers.com wrote: Dear All, I've finally managed to get xen installed on a remote system via puppet http://puppetnewbie.blogspot.com/2010/05/installing-xen-instance.html I was about to create my test machines manually, when

Re: [Puppet Users] Cannot make autosign works

2010-05-13 Thread Michael DeHaan
On Thu, May 13, 2010 at 6:04 AM, Mathias Gug math...@ubuntu.com wrote: Hi, On Wed, May 12, 2010 at 07:35:18PM -0700, Eric wrote: I'm a first time user of puppet and I'm playing around with it using Amazone EC2 instances in order to learn it. The OS is Ubuntu 10.04 server and puppet version

Re: [Puppet Users] Re: External Nodes

2010-05-13 Thread Richard Crowley
and so on. For these scripts I need to do a lot of reading and writing of the nodes. For example, to update the software version, a script would check the node out of svn, modify the version_core attribute, comit it back in with a comment saying exactly what it did, and then trigger a puppet

Re: [Puppet Users] External Nodes

2010-05-13 Thread Michael DeHaan
If I can't have resources of any type in an external node, what's the point? And... how can I do this? The reason I am looking at external nodes again, even though I still think the concept is misguided is because I need to write custom scripts to parse the node manifests, and that's a pain

Re: [Puppet Users] Re: puppet-module-apache

2010-05-13 Thread Isaac Christoffersen
Here's another one for the list: git://git.puppetmanaged.org/puppet/webserver I've adapted mine from this and as soon as I can get it on github, I will. Isaac On 5/12/10 3:22 PM, Al @ Lab42 wrote: http://github.com/camptocamp/puppet-apache http://github.com/wesabe/puppet-apache2

[Puppet Users] Puppet Training Coming Up in Bay Area - June

2010-05-13 Thread scramble
Hi All - We'll be holding Puppet Master Training again in the Bay Area (Sunnyvale), June 22, 23, 24. More information and registration information here: http://www.puppetlabs.com/events/bay-area-training/ If you have any questions let me know... Best, Scott Campbell 503.805.9065 -- You

[Puppet Users] Re: confusing log file entry....

2010-05-13 Thread Ken
how do i stop client? it is trying to install xntp, that is a SLES thing, debian uses ntp Out of curiosity - what does 'facter' show for operatingsystem: $ facter | grep operatingsystem on my client May 13 13:18:01 tomcat1 puppetd[6146]: Starting catalog run May 13 13:18:01 tomcat1

[Puppet Users] Re: Puppet Training Coming Up in Bay Area - June

2010-05-13 Thread scramble
My apologies: Santa Clara, not Sunnyvale On May 13, 1:53 pm, scramble scott.k.campb...@gmail.com wrote: Hi All - We'll be holding Puppet Master Training again in the Bay Area (Sunnyvale), June 22, 23, 24.  More information and registration information here:  

[Puppet Users] Re: Cannot make autosign works

2010-05-13 Thread Eric
Thanks all. I've removed the entire ssl dir as suggested and started puppetmaster again but got the following error: ubu...@domu-12-31-39-00-65-47:~$ sudo rm -rf /var/lib/puppet/ssl ubu...@domu-12-31-39-00-65-47:~$ sudo puppetmasterd --verbose --no- daemonize info: Creating a new SSL key for ca

[Puppet Users] Re: Unable to retrieve files from puppet server (Errror 400)

2010-05-13 Thread josbal
Have you found a solution to this problem? I am having the same issue after upgrading to puppet 0.25.4 and passenger. The error message im getting is: Error 400 on SERVER: Not authorized to call find on /file_metadata/hp_psp/opsywnsr0099.aus.optiver.com.pem Could not retrieve file metadata for

[Puppet Users] Multiple Puppet Servers

2010-05-13 Thread Abhishek
Hi, Is there any way to define multiple puppet servers in client configuration so that if my one puppet server is down then my production config changes can be applied from other puppet server. I am using apache and Mongrel for puppet load balancing. -- You received this message because you