Hello,
I am working on moving to a new puppetmaster. Along with this move I
am updating to Puppet 0.24.8.
As it stands, my test client can't connect:
notice: Starting Puppet client version 0.24.8
debug: Loaded state in 0.00 seconds
debug: Retrieved facts in 1.12 seconds
debug: Retrieving catalog
In James Turnbull's book there's a good discussion on the variable
scoping issue (excellent book btw, a must have). He offered a
workaround by defining the variable you want to override outside the
class scopes. So you could try
$ntp_servers = ['ntp01.example.com',
'nt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
iuhh wrote:
> In James Turnbull's book there's a good discussion on the variable
> scoping issue (excellent book btw, a must have). He offered a
> workaround by defining the variable you want to override outside the
> class scopes. So you could try
> In James Turnbull's book there's a good discussion on the variable
> scoping issue (excellent book btw, a must have). He offered a
I have it, and while a good book, I don't think my problems are with
understanding the issues- I just want puppet to do things it can't.
> $ntp_servers = ['ntp01.e
On Thu, Jun 25, 2009 at 1:12 AM, Kenneth Holter wrote:
> Hi all.
>
>
> I'm running puppet 0.24.4, and have the following issue: I have a base node
> which more or less every linux server inherits. In the base node I've
> defined a default NTP client configuration, but now I've come across a
> coup
Hello,
The Puppet footprint within my company is steadily growing, We took
the basic steps to make it more robust (passenger + apache) but in
order to meet the needs of a 24x7 shop I need redundancy. I've read
the Reductive Labs WIKI about redundancy (http://reductivelabs.com/
trac/puppet/wiki/Re
On Jun 25, 10:54 am, Curt Micol wrote:
> I am working on moving to a new puppetmaster. Along with this move I
> am updating to Puppet 0.24.8.
>
> As it stands, my test client can't connect:
> notice: Starting Puppet client version 0.24.8
> debug: Loaded state in 0.00 seconds
> debug: Retrieved
~~~sexy hot girls sexy videos~~
~~~nude sexy girls modern sex~~~
http://earning2online.com
http://earning2online.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, sen
> couple of nodes that need a different configuration. So what I need to do on
> these particular nodes are, as far as I know, one of these things:
> 1) Find a way to override the NTP configuration defined in the base node
> 2) Make sure they don't inherit the base node, so that I can define a
> d
Sigh- typo'd again.
That should have read:
> class roles::ntpmaster {
> include ntp::master
> }
-Don
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to pup
On Thu, Jun 25, 2009 at 6:01 AM, Telmo wrote:
>
> Hello,
>
> The Puppet footprint within my company is steadily growing, We took
> the basic steps to make it more robust (passenger + apache) but in
> order to meet the needs of a 24x7 shop I need redundancy. I've read
> the Reductive Labs WIKI abou
Telmo wrote:
> Hello,
>
> The Puppet footprint within my company is steadily growing, We took
> the basic steps to make it more robust (passenger + apache) but in
> order to meet the needs of a 24x7 shop I need redundancy. I've read
> the Reductive Labs WIKI about redundancy (http://reductivelabs
On 2009-Jun-24, at 5:11 PM, S H wrote:
> With that behind us, I've recently begun to play with the LDAPNodes
> capabilities and found that the ruby/ldap library used is unbearably
> slow.
I haven't noticed any slowness, but I did see some errors from Puppet
saying the node couldn't be foun
I've started using Passenger and it seems to be working just fine, but
I see this in the logs on the puppetmaster for what looks like every
run on every node.
Jun 25 13:02:53 puppet puppetmasterd[7825]: Expiring the node
cache of client.foo.com
Jun 25 13:02:53 puppet puppetmasterd
On Thu, Jun 25, 2009 at 11:33 AM, Rob McBroom wrote:
>
> On 2009-Jun-24, at 5:11 PM, S H wrote:
>
> > With that behind us, I've recently begun to play with the LDAPNodes
> > capabilities and found that the ruby/ldap library used is unbearably
> > slow.
>
> I haven't noticed any slowness, but I did
Howdy:
How does Passenger perform compared to Mongrel? For us Passenger looks
worse. We have two puppetmasters; one does file serving, the other does
everything else. We just started running 0.25 beta2 on both. The
file-server is running RubyEE + Passenger and the non-file-server is
running M
You've switched from asking about the native puppet package type on
Debian to how to get puppet to how to get download and build Gems from
source.
What you propose in the last message is probably about as good a
solution as I'd be able to come up with.
--
Mike Renfro / R&D Engineer, Center
I apologize for going off on a tangent like this and thanks for your
patience and advice.
2009/6/25 Mike Renfro
>
> You've switched from asking about the native puppet package type on
> Debian to how to get puppet to how to get download and build Gems from
> source.
>
> What you propose in the l
Mark Plaksin wrote:
> Howdy:
>
> How does Passenger perform compared to Mongrel? For us Passenger looks
> worse. We have two puppetmasters; one does file serving, the other does
> everything else. We just started running 0.25 beta2 on both. The
> file-server is running RubyEE + Passenger and
Through the help of Don and Evan, I've figured this out. My solution is
as follows:
nodes.pp:
import "modules"
import groups/*
node 'admin01.dev.example.com' {
$webserver = "role"
include admin
}
groups/admin.pp:
class admin {
include example
}
modules/examples/manife
Hi,
How do I force my Service declaration (with is defined elsewhere and
inherited) is run after an exec has run?
The code;
class autofs_nis::services inherits services::base {
Service['ypbind'] {
ensure => running,
enable=> true,
}
.
}
class autofs_nis::exec inhe
Hi all,
I am pretty new to Puppet. My puppet master server is a RHEL 5 box and
puppet client is a CentOS 5.3 vm. I have managed to configure puppet
server to successfully install.and upgrade rpm based packages on the
client machine. Is it possible to install noon-rpm based packages
using puppet?
Neil K wrote:
> Hi all,
>
> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and
> puppet client is a CentOS 5.3 vm. I have managed to configure puppet
> server to successfully install.and upgrade rpm based packages on the
> client machine. Is it possible to install noon-rpm base
On Jun 25, 2009, at 10:42 PM, Neil K wrote:
>
> Hi all,
>
> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and
> puppet client is a CentOS 5.3 vm. I have managed to configure puppet
> server to successfully install.and upgrade rpm based packages on the
> client machine. Is it
Thank you for your replies. As I said I am pretty new to this puppet
language. Could any one please point how to do a sample package
install which includes a ./configure, make, make install inside a
package directory?
Thanks again for our helps.
Regards,
Neil
--~--~-~--~~
Hi,
I am new to puppet as well, but I could tell you how to do a similar
install.
exec { "getthesource":
command => "wget http://thesourceurl";,
cwd => "/the/directory/to/issue/this/command/from"
}
exec { "untarthesource":
command => "the_untar_command",
cwd => "the/dir
Actually, I tried it on a fresh Tiger build and I get the same
results :-(
Any ideas?
---
Thanks,
Allan Marcus
505-667-5666
On Jun 25, 2009, at 3:54 PM, Allan Marcus wrote:
>
> hello,
>
> I installed facter and puppet from MacPorts and they seemed to work
> just fine. Since I will be depl
hello,
I installed facter and puppet from MacPorts and they seemed to work
just fine. Since I will be deploying from the packages at
So, I uninstalled from MacPorts and installed from the packages. If I
try to run facter or puppetd I get errors. Any ideas?
bash-3.2# facter
/usr/bin/facter:5
Thanks a bunch, Swati. Your notes were extremely useful. I will check
on the exec type and will collect more info.
Once again thanks for everyone who tried to help.
Regards,
Neil
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goog
On Thu, Jun 25, 2009 at 3:03 PM, Allan Marcus wrote:
>
> Actually, I tried it on a fresh Tiger build and I get the same
> results :-(
You're definitely running /usr/bin/puppetd and /usr/bin/facter ?
Do /usr/lib/ruby/site_ruby/1.8/{facter,puppet} exist ?
I just installed them on a fresh Tiger in
On Jun 25, 2009, at 5:43 PM, Nigel Kersten wrote:
>
> On Thu, Jun 25, 2009 at 3:03 PM, Allan Marcus wrote:
>>
>> Actually, I tried it on a fresh Tiger build and I get the same
>> results :-(
>
> You're definitely running /usr/bin/puppetd and /usr/bin/facter ?
Yes. confirmed with 'which'
>
>
>
ruby -I /usr/lib/ruby/site_ruby/1.8 puppetd
works! Now why would that work? Do I need to set RUBYLIB when using
the installer packages?
---
Thanks,
Allan Marcus
505-667-5666
On Jun 25, 2009, at 5:59 PM, Allan Marcus wrote:
>
>
> On Jun 25, 2009, at 5:43 PM, Nigel Kersten wrote:
>
>>
>> On
On Thu, Jun 25, 2009 at 5:18 PM, Allan Marcus wrote:
>
> ruby -I /usr/lib/ruby/site_ruby/1.8 puppetd
>
> works! Now why would that work? Do I need to set RUBYLIB when using
> the installer packages?
Are you sure you're not doing something weird with your Ruby install?
On Leopard, do you have the
Neil K wrote:
> Hi all,
>
> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and
> puppet client is a CentOS 5.3 vm. I have managed to configure puppet
> server to successfully install.and upgrade rpm based packages on the
> client machine. Is it possible to install noon-rpm bas
Bjørn Dyresen wrote:
> On Jun 25, 2009, at 10:42 PM, Neil K wrote:
>
>> Hi all,
>>
>> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and
>> puppet client is a CentOS 5.3 vm. I have managed to configure puppet
>> server to successfully install.and upgrade rpm based packages on
On Thu, Jun 25, 2009 at 4:36 PM, Neil K wrote:
>
> Thank you for your replies. As I said I am pretty new to this puppet
> language. Could any one please point how to do a sample package
> install which includes a ./configure, make, make install inside a
> package directory?
>
> Thanks again for ou
36 matches
Mail list logo