[Puppet Users] Exported resources origin

2011-03-03 Thread Atha Kouroussis
Hi all, I'm trying to find a way to collect exported resources based not only on a tag but also based on the originating node. Currently exported resources can't collected using more than one criteria, but I can get around that by wrapping the resource in a define and exporting that. I can't

[Puppet Users] Re: mysql module is not found

2011-03-01 Thread Atha Kouroussis
Hi Tim, is there a mysql class in your modules/mysql/init.pp manifest? Cheers, Atha On Tuesday, March 1, 2011 at 7:28 PM, Tim Dunphy wrote: hello list! could someone please offer an opinion as to why the mysql module I am attempting to include is not found? ## error [root@pdb1 ~]#

[Puppet Users] Re: Syntax error at 'enable'; expected '}'

2011-02-09 Thread Atha Kouroussis
Hi Tim, you are missing a closing } class baseapps { $packagelist = [ nmap,php-common,php-cli,perl,keychain,screen ] package { $packagelist: ensure = installed } class sshd { case $operatingsystem { centos: { $ssh_packages = [ openssh,openssh-server,openssh-clients ] } default: { $ssh_packages

[Puppet Users] Re: file serving error

2011-02-09 Thread Atha Kouroussis
of the server or another variable that specifies that name. Cheers, Atha -- Atha Kouroussis Sent with Sparrow On Wednesday, February 9, 2011 at 7:01 PM, Tim Dunphy wrote: hello again list!! I am attempting to work out how to serve files with puppet. Here is my fileserver.conf file

[Puppet Users] Re: puppet server not responding

2011-02-09 Thread Atha Kouroussis
Hi Tim, what is your puppet.conf? Have you specified a puppet server to use? If not, by default it will look for a host named puppet which is why its complaining about not being able to resolve. Cheers, Atha On Wednesday, February 9, 2011 at 8:44 PM, Tim Dunphy wrote: Hello and thanks for

[Puppet Users] Re: Syncing /modules --dir via Puppet

2011-01-25 Thread Atha Kouroussis
We keep all of our puppet manifests and modules in git and use capistrano for deployment. Cheers, Atha On Tuesday, January 25, 2011 at 11:46 AM, CraftyTech wrote: Hello All, For those who run multiple Puppetmasters; what's your method of syncing the modules directory? NFS, rsync, etc?

Re: [Puppet Users] Re: More External Nodes

2010-05-21 Thread Atha Kouroussis
On May 21, 2010, at 13:50 , Douglas Garstang wrote: On Fri, May 21, 2010 at 9:40 AM, R.I.Pienaar r...@devco.net wrote: - Nigel Kersten nig...@google.com wrote: Is something like extlookup what you're really looking for? http://code.google.com/p/extlookup/ You have a bunch of

Re: [Puppet Users] Re: Puppet high-availability

2010-04-14 Thread Atha Kouroussis
Hi, You can generate the generate the puppetmaster certificate using the certname and/or certdnsnames options and assign that name to the VIP in a heartbeat cluster. Once the certificate is generated on one server, copy it to the other. Cheers, Atha On Apr 14, 2010, at 17:01 , SyRenity wrote:

Re: [Puppet Users] Cron question

2010-04-13 Thread Atha Kouroussis
Hi, Quick question: what puppet version are you running? IIRC, one of the early 0.25 versions had an issue with the cron type. Its been resolved in 0.25.4. Cheers, Atha On Apr 13, 2010, at 18:05 , Darvin Denmian wrote: Here is the new URL : http://projects.puppetlabs.com/issues/3553

Re: [Puppet Users] Re: external classifier not calling class

2010-03-04 Thread Atha Kouroussis
On Mar 4, 2010, at 18:51 , Asif Iqbal wrote: On Thu, Mar 4, 2010 at 2:05 PM, Asif Iqbal vad...@gmail.com wrote: On Thu, Mar 4, 2010 at 1:26 PM, Paul Lathrop paul.lath...@gmail.com wrote: In case anyone is looking at this, Asif and I spent some time in #puppet talking about this and we've

Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Atha Kouroussis
Hi, the config.ru pasted seems to from 0.24. Is it from Ubuntu's puppet package? If so, you need to use the one for 0.25.1. You can find 0.25.1 and above debs in Ubuntu PPA repos. Cheers, Atha On Feb 8, 2010, at 16:27 , Asif Iqbal wrote: I will still need help with this. On Sun, Feb 7,

Re: [Puppet Users] Re: Cannot seem to turn off the CA

2010-02-02 Thread Atha Kouroussis
Hi, We have several puppetmasters running with ca= false and passenger. They are currently 0.25.3 but were at some point 0.24.8. Basically, once you have setup your ca, in a node intended to be puppetmaster, run the client FIRST with ca_server pointing to your ca. The client generates the

Re: [Puppet Users] Using Git to distribute Puppet configs

2010-01-27 Thread Atha Kouroussis
Hi John, I read the blog post and although an interesting approach, I can see several shortcomings, namely: - Lack of external node classifier: how do you control/specify which node applies which modules? - Anything apart from a DVCS to do deployment (i.e. subversion) would be madness. And

Re: [Puppet Users] Re: SSL Makes My Brain Bleed

2009-11-23 Thread Atha Kouroussis
Hi Pete, I was thinking of doing that since all the entries in the wiki addressing Puppet Scalability deal with multiple CAs which in my opinion overly complicates things. I am also waiting on a resolution for #2848 which arose from this kind of setup. Cheers, Atha On Nov 23, 2009, at 18:05 ,

Re: [Puppet Users] Shared database for storedconfigs?

2009-11-23 Thread Atha Kouroussis
Hi Ohad, thanks for your reply. The database would be shared per location, not globally, and as such there shouldn't be any latency issues. As everything else in our setup, it would be clustered to ensure availability. We had read puppetqd and will use it. We already have an activemq