Displaying 20 results from an estimated 10000 matches similar to: "Templates and arrays"
2006 Aug 29
40
Red Hat release info
Hi all,
I''m looking at changing the operatingsystemrelease fact for Red Hat.
Linux currently just uses the kernel release as the operating system
release, but I''ve got a client who wants the release to have both the
specific distro (e.g., AS or EL) and the release (e.g., 3 or 4).
Will this particularly annoy anyone? Anyone want to help make the
release string work on
2007 Sep 08
19
Group changes made over and over?
Hi,
I have several Debian servers with puppet 0.23.2. Part of my
manifest looks like this:
class virt_all_users {
@group { "andy":
ensure => "present",
gid => "1000"
}
@user { "andy":
ensure => "present",
uid => "1000",
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi,
My environment is composed of ~250 workstations hitting a single
puppetmaster server, which has been working fairly well up until now.
The most recent change has been a migration of a lot of remote file copy
objects which were previously handled with cfengine.
client side puppetd calls to the puppetmaster.getconfig method are
taking unreasonably long, on the order of 2-3 minutes. It
2007 May 29
12
Group management
Hi,
I am sure this subject has come up before. I did not find anything on Google
that comes close to what I am trying to do.
I would like to manage different groups on multiple nodes using puppet and
do not know of a good way to do it. Does anyone have an idea of how I can
accomplish this?
Any help will be appreciated.
Thanks,
Mouncef
_______________________________________________
2007 May 20
3
ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64
I thought I''d put this out there for anyone to save anyone who''s running
0.22.4 on AMD64 hosts a whole world of hurt.
Basically, the libshadow-ruby1.8 package that Puppet (as of 0.22.4) relies
on is broken for AMD64 in both Debian (Sarge+) and Ubuntu (all releases).
The problem is basically just some non-portable code. I''ve reported the bug
into Debian with a patch, so
2007 Jun 16
7
facter lsb* on Fedora
I just realized that if you don''t have redhat-lsb on your (Fedora 7)
box, all those lsb* facts don''t show up. Should I make redhat-lsb a
requirement for the facter rpm to guard against that ?
David
2007 Jun 19
11
Fileserver scalability
I just talked to Mike McGrath from Fedora Infrastructure, and he told me
that they are seeing load spikes (not quite performance problems yet,
but definitely a concern) in their setup. As an example, the graph [1]
shows a typical client - the spikes from 16:00 to 8:00 are almost
exclusively puppetd doing its thing.
It seems that the most likely culprit is the fileserver - they serve
500-1500
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will
have none as mount point. When I try to use puppet (using mount type)
for managing fstab I get problems because "name" in both instances
(i.e. mount path) will be "none". How should I fix this within puppet?
Regards
Halvard Moe
2007 Aug 01
12
Puppet uses too much RAM memory
Hello,
I have two Vmware images, with 256MB of RAM memory each one, running
puppetmasterd for the server and puppetd for the client. It''s normal
that my puppetmasterd and puppetd occupies almost 10% of RAM memory
each one? They aren''t doing anything especial, just listening on the
ports.
Thanks.
2007 Feb 19
22
Puppet''s yum provider does not support versions?
Why doesn''t the yum provider support version, I tried added ensure ->
''ver'' and it barfs up (on clients) with:
<snip>
err: //stan.gbuild.org/any-host/java/Package[j2sdk]/ensure:
change from 1.4.2_12-fcs to 1.4.2_13-fcs failed: Package provider yum
does not support specifying versions at /etc/puppet/manifests/classes/
java.pp:13
</snip>
2006 Dec 30
9
puppetd.pid and SMF woes
So when puppetd crashes/whatever, and a pid file is left behind, SMF
in Solaris will try restarting puppet, but fail. And then it sits
there restarting it forever.
I''m not sure if I can adjust the flap detection in SMF.. it isn''t
disabling the service for "restarting too quickly" because it takes so
long to start. Probably because I''m NFS-mounting ruby. The
2006 Oct 03
1
Native iptables handler
Hello,
Has anyone come up with an iptables type? We''re currently managing
fragments and then running a script to compile them into a complete
iptables file, but that''s a bit hackish.
-- DK
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi,
How should I handle the combinatorics when one config file must be
built for a combination of possible classes?
Take for example the amd automounter''s configuration file, which on
Debian is found at /etc/am-utils/amd.conf. This is an INI style file
which looks like:
[fsname1]
param1=foo
param2=bar
[fsname2]
param1=baz
param2=quag
In my case I have one class of machines
2006 Jan 04
7
<% if ... -%> What is this?
I seen some RoR code that went like this:
<% if ...blah, blah... -%>
.. blah, blah
<% end -%>
What are the minus signs for in the if statement? Cannot seem to find
anything about this, and searching on "-" in this context is hard to get
anything meaningfull back.
Thanks,
- Mark
--
Posted via http://www.ruby-forum.com/.
2006 Sep 03
6
Aptitude vs. apt
Hi all,
I need to write an aptitude provider for Debian. How should it differ
from apt? Can I just s/apt/aptitude/g, or do I need to do something
else? Any other weird behaviours I should look for or whatever?
I''ll make it a subclass of apt (and since Deb seems to specify aptitude
as the default now, maybe apt should subclass aptitude), so any dpkg
answerfile work should work on
2007 Aug 22
6
Re: [puppet] #779: access to inherited variables from within a template
puppet schrieb:
> #779: access to inherited variables from within a template
> -----------------------------------------+----------------------------------
> Reporter: simu | Owner: luke
> Type: enhancement | Status: new
> Priority: normal | Milestone:
>
2007 Nov 18
20
Testing modules
There''s definitely enough complexity in some of the modules out there to
warrant solid test coverage, especially if people start extending a module
to support more distributions and OSes, while trying to keep the existing
support working. That''s even before you start thinking about functions,
facts, and native types. They''re *really* in need of solid testing, being
all
2006 Feb 20
7
Native erb lacks -%>, where is Rails'' erb?
Native ERB in ruby, and eruby, seem to lack the -%> feature for
suppressing trailing newlines. Thus
erb -n script
gives errors. Where is Rails ERB so I can invoke it directly?
Thank you
Hugh
2007 Apr 19
15
Puppet rpm packages for RHEL4 x86_64?
Just wondering if anyone has built (or found) Puppet rpm packages for
RHEL4 x86_64 version.
James
*********************************************************************************
Important Note
This email (including any attachments) contains information which is
confidential and may be subject to legal privilege. If you are not
the intended recipient you must not use, distribute or copy this
2007 Apr 03
6
How do I use "mount"?
Ok, so I''m obviously doing something wrong here. This is running
puppet 0.22.2 on a centos 4 update 4 box.
When I try running this test -
mount { bigdisk:
ensure => mounted,
device => ''bigserver:/bigdisk'',
fstype => nfs,
name => ''/bigdisk'',
dump => "0",
pass => "0",
options =>