[Puppet Users] Re: rspec first steps troubles

2012-05-25 Thread Atha Kouroussis
t { should contain_package('irqbalance').with(:ensure => 'installed') } end end Cheers, Atha On Friday, May 25, 2012 at 8:35 AM, Markus Falb wrote: > I try do implement tests for my puppet code and was playing with > rspec-puppet but the following code gives me errors

[Puppet Users] Exported resources origin

2011-03-03 Thread Atha Kouroussis
I can't seem to find a way though to use the host information in the resources table to collect the resources I want. This does nothing: SomeResource <<| host == "some_host" |>> Has anyone tried this before? Thanks in advance for all your help! Cheers, Atha --

[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 >

[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

[Puppet Users] Re: file serving error

2011-02-09 Thread Atha Kouroussis
here ${puppetmaster} is the name 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 w

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

2011-02-09 Thread Atha Kouroussis
{ $ssh_packages = [ "openssh","openssh-server","openssh-clients" ] } default: { $ssh_packages = [ "openssh", "openssh-server" ] } } package { $ssh_packages: ensure => installed } service { sshd: name => $operatingsystem ? { centos => "sshd"

[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 d

Re: [Puppet Users] Re: More External Nodes

2010-05-21 Thread Atha Kouroussis
multiple > instances of jboss on the same node, I still need to qualify each > variable name with the instance number: > > jboss0_state,running > jboss0_sw_version,1.10.12 > > jboss1_state,running > jboss1_sw_version,1.12.15 Douglas, and what is the difference of putting t

Re: [Puppet Users] More External Nodes

2010-05-21 Thread Atha Kouroussis
global, domain, hostgroup and host, each taking precedence the previous one. This way you can set global defaults and override them at different levels until you set specific variables for a host for example and variables can have the same names always. Is this what you were looking for? Cheers, A

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/is

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

2010-03-04 Thread Atha Kouroussis
//pastie.org/854064 > > Any idea what change I can make on new config.ru > so that puppetmasterd runs as user `puppet' instead? > >> [..] Hi Asif, I was under the understanding that passenger run puppet under the user that was the owner of the config.ru file. At

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. > >

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

2010-02-02 Thread Atha Kouroussis
enger ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY # Use Foreman node_terminus=exec external_nodes=/etc/puppet/scripts/node.rb [puppetd] server = puppeteer.domain.com report = true Hope this helps. Cheers, Atha On Feb 2, 2010, at 17:14 , nicholas wrote: > S

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

2010-01-27 Thread Atha Kouroussis
tions/domains. Cheers, Atha On Jan 27, 2010, at 12:21 , John Arundel wrote: > Hi, > > Stephen would never mention it himself, he's too modest, but he's done > a great write-up of how he uses Git (or other DVCS) to distribute > manifests instead of using a Puppetmaster. It&#

Re: [Puppet Users] Shared database for storedconfigs?

2009-11-23 Thread Atha Kouroussis
ivemq deployment so it wouldn't be an issue. The reason for using storedconfigs would be export / collect. Cheers, Atha On Nov 23, 2009, at 23:03 , Ohad Levy wrote: > Hi Atha, > > if you dont have a high latency between your locations, you can technically > do that. > You need to en

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

[Puppet Users] Shared database for storedconfigs?

2009-11-23 Thread Atha
able to share the database backend would be a huge win! Cheers, Atha -- 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 from this group, send email to pu

[Puppet Users] Re: SSL Makes My Brain Bleed

2009-11-23 Thread Atha
er. 7. In your development clients, set ca_server = production.hostname to have the production puppet master sign their certificates since its your only CA. Cheers, Atha On Nov 18, 11:10 pm, Mark Christian wrote: > I am keen to get this to work, but can't seem to.  Will this work with