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
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
--
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
>
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
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
{ $ssh_packages = [ "openssh","openssh-server","openssh-clients" ] }
default: { $ssh_packages = [ "openssh", "openssh-server" ] }
}
package { $ssh_packages: ensure => installed }
service { sshd:
name => $operatingsystem ? {
centos => "sshd"
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
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
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
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/is
//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
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.
>
>
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
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
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
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
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
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
19 matches
Mail list logo