Hi Markus,
you are missing an opening statement. Try:
require 'spec_helper'
describe 'class::name', :type => :class do
describe 'irqbalance' do
it { should include_class('irqbalance') }
it { should include_class('irqbalance::data') }
it { should contain_package('irqbalance').with(:ensure => 'inst
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 s
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 ~]# p
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 you
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
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
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,
On May 21, 2010, at 13:50 , Douglas Garstang wrote:
> On Fri, May 21, 2010 at 9:40 AM, R.I.Pienaar wrote:
>>
>> - "Nigel Kersten" wrote:
>>
Is something like extlookup what you're really looking for?
http://code.google.com/p/extlookup/
You have a bunch of paramet
On May 21, 2010, at 02:16 , Douglas Garstang wrote:
> On Thu, May 20, 2010 at 10:06 PM, Paul Lathrop wrote:
>> If you don't see a use, don't use the feature. However, when you have
>> an issue and people suggest external nodes is the answer, you might
>> consider listening.
>
> Paul, I initially
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:
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
>
>
On Mar 4, 2010, at 18:51 , Asif Iqbal wrote:
> On Thu, Mar 4, 2010 at 2:05 PM, Asif Iqbal wrote:
>> On Thu, Mar 4, 2010 at 1:26 PM, Paul Lathrop wrote:
>>> In case anyone is looking at this, Asif and I spent some time in
>>> #puppet talking about this and we've eliminated:
>>>
>>> * formatting
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, 2
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 certi
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 even
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 deployment
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 ,
17 matches
Mail list logo