Displaying 20 results from an estimated 6000 matches similar to: "Puppet Demo at ETRADE"
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup
and it sets up the box for OpenVZ.. then another class (in same .pp
file) called openvz::master sets up the config for the main system (as
opposed to a VE). The error I see is that the openvz::master class is
executed (and fails) becuase it doesn''t seem to load up the setup
class?
debug: Calling puppetmaster.getconfig
2008 Jun 06
8
useradd provider not working?
I have this config:
# BL00070 - Disable NFS
service {["nfs","nfslock","netfs","portmap"]:
ensure => stopped,
enable => false,
}
user {"rpc": ensure => absent, provider => "useradd" }
user {"rpcuser": ensure => absent, provider => "useradd" }
file
2008 Jun 04
1
I am doing something wrong....
OK... I have relaid out my puppet dir as recommended in best
practices:
[jleggett@binford puppet]$ find . -print | grep -v .svn
.
./plugins
./plugins/lines.pp
./files
./files/module
./files/module/SSH
./files/module/SSH/ssh_config
./files/module/SSH/sshd_config
./files/module/INFO
./files/module/INFO/motd
./files/module/INFO/issue
./files/module/NIS
./files/module/NIS/nsswitch.conf
2007 Oct 11
4
Specifying geographic related facts
Let''s say I have two different geographic sites. They are pretty much
identical ie. each site has a machine called web1 which is a web server,
etc. Except there are couple site-specific settings ie. outgoing DNS
servers are different, SSL certs are different etc.
On the puppetmaster I can put in a file called e.g.
/etc/sideid
which would uniquely identify a site ie. siteX or siteY.
2008 Aug 22
3
Why use a DB with Puppet?
I am confused about all the database talk on the list lately. I''ve been
playing with Puppet for the last 6 months and have never set up a DB for it
to use. What are you guys using the DB for? My first though (really the
only thing I could find) was for storing node configurations. But I''m
storing them in the file system and it seem to work just fine. What are the
advantages
2008 Jul 08
12
ANNOUNCE: Facter 1.5
Hi all,
I''ve finally gotten around to releasing Facter 1.5.
As the version bump implies, this is a relatively significant release
(for a 2.3k line program, anyway). Mostly, the biggest change is
refactoring the code internally so that all of the functionality is
split into separate classes in separate files.
Also, the facts are all loaded on-demand, which provides dramatic
2006 Dec 11
2
asterisk PLAR
Does anyone know if asterisk supports PLAR (Private Line Auto Ringdown).
The Oreilly (Asterisk: Future of Telephony) book mentions it in passing
saying that all you need to enable it is to set immediate=yes in
zapata.conf. Has anyone implemented this in brokerage trading
environments?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 15
8
Pattern matching in case statement
Hi all,
I need my servers to decide which network they are in (i.e. dmz), and
the only clue is the servers IP-address. I was trying to accomplish it
like this, but it doesn''t work:
case $ipaddress {
"10.1.1.*": {
$network = "net1"
}
"10.2.2.*.*": {
$network = "net2"
}
"10.3.3.*": {
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
I am wondering how to manually (using openssl instead of puppet cert
command) create CA that would be usable by Puppet? The goal would be to
script creation of such CA''s to deploy them on multiple puppetmasters,
instead of certificates being created on them via puppet cert command.
Any ideas on how to do it? I was only able to find something like that:
2009 Sep 04
4
the same puppetmaster in different subnets/vlan
Hello,
i have a couple of VLAN where each has its own subnet, now I would like to
use one puppetserver for all these machines.
the puppetserver has a DNS entry for each subnet and its own IP-Address
VLAN 1: puppet-vm1.domain1 172.1.0.1/255.255.255.0
VLAN 2: puppet-vm1.domain2 172.1.1.1/255.255.255.0
.....
the hostname of the puppetserver is puppet-vm1.domain0, puppet created a
2009 Sep 08
7
Puppetmaster be client of another puppetmaster?
Is is possible to have a puppetmaster that is a client of a different
puppetmaster? We manage our customers'' server via puppet, but one customer
has a puppetmaster server which looks after their internal systems. We''ve
tried the following in /etc/puppet/puppet.conf ("customer" and "us"
replacing the domain names) on their puppetmaster:
[puppetmasterd]
2007 Feb 14
4
cvs export on puppetmaster box
Hello
I am thinking that it is better to do a cvs export of a project once,
on the puppetmaster box, rather than do the same cvs export on all
puppet clients, yes?
If so, how does one do this? Do you run puppetd on the same box as
puppetmasterd and set up the cvs export as an exec for only the node
with the same hostname as the puppetmaster?
Thanks
Jesse
Jesse Reynolds
Virtual
2009 Jul 14
1
Error installing package sna
Dear R-users,
These days, I have been struggling to install the package sna on my Ubuntu
8.04 laptop. My R version is currently R 2.7.2. And I had no trouble
installing any other packages (including network).
However when I run 'install.packages("sna")', compilation of C codes is ok,
but a syntax error is reported when building help pages and sna does not
want to install.
I
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
I''m working on scaling my puppet solution, and I''m deploying multiple
masters w/ passenger that are going sit behind a load balancer. If anyone
is using these type of setup, would you share how you deal with the SSL
certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7),
and it''s not working to good for me.
2007 Aug 21
9
Seattle Meetup?
Hi all,
It looks like I''ll be in Seattle on Sunday, September 16th through
Tuesday the 18th, and I''d like to have Puppet Meetup either Sunday or
Monday night.
On Adam''s recommendation, I''ll be staying at the Queen Anne Inn, so
something near there would be best. Hopefully Adam or Blake can do
the actual organization. :)
Any takers?
--
What is
2008 Aug 04
18
puppetd daemon vs. cron
Hi,
I''m running multiple vservers and have some aspects managed via puppet. I
noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process
runs, the more RAM it takes. It looks like 60MB is the top what I measured.
Having a couple of vservers (11 in my case) this can already take up to 500MB
just for puppet! I''m wondering if there''s any downside in
2008 Dec 04
4
puppetmaster built via puppetd
hi,
i''m trying to set up my puppetmaster infrastructure with multiple
puppetservers behind load balancers in each of our datacenters. i''m
using 0.24.6. i''ve read the howto on puppet scalability, and i think
i''ve got the ssl config working correct, but i''m noticing that when
puppetd is used to build a puppetmaster, some of the files in $vardir/
ssl
2011 Oct 18
4
Better solution for puppet SVN releases
Hi,
we are currently managing our puppet modules with one SVN workspace for each
admin.
The post commit hook script updates /etc/puppet/ directory and triggers the
puppet kick of the correct server.
The problem we have with this solution is that sometimes there are many
small checkins to one change, because the admin forgot to change small
details in the config file, e.g. forgot to change
2009 Feb 25
2
gem install mysql --> Error
Hi,
When I try to install "gem install mysql" it throwing error.
For your ref,
bash-2.05b$ gem install mysql --
--with-mysql-dir=/opt/etrade/p6/share/mysql5
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem mysql locally or in a repository
bash-2.05b$ gem install mysql --
--with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2010 Jul 07
2
Puppet report server
I was looking into the reporting features in puppet today and realized
that though I want the reports I don''t want to bog my puppetmasters
down with the task of generating the rrd and png files. Also I already
have a server set up to do reporting on various other things that
already has the space/CPU cycles and that''s where everyone already
goes to look for information. Plus we