Displaying 20 results from an estimated 30000 matches similar to: "Package management"
2007 Nov 13
15
require metaparameter and gems
I tried to install the ''mongrel'' gem tonight via puppet in an attempt to
migrate from webrick to mongrel as described on the puppet site[1]. I
added the following to my manifest:
package {
"rubygems":
ensure => installed;
"mongrel":
ensure => installed,
provider => gem,
require => Package["rubygems"];
}
2007 May 22
4
Newbie: Am I looking at the right tool?
Hi,
I''m absolutely new to centralized server management, sorry sorry in
advance for any stupid remarks.
Looking on the puppet documentation, I mainly find a lot of info about
how to manage the config files, but nothing about centralized control.
So I''m wandering if I''m looking a the right software package for my needs.
I want to be able to do the following from a
2007 May 25
18
services do not get restarted
Hello List,
We are using puppet to manage a growing number of Debian Etch based
servers (currently 70). Since upgrading to 0.22.4 we encountered
a problem when services do not restarted on puppets request.
For example the Nagios remote plugin executor daemon (nrpe). It''s running
daemonized and its confiugration is located in /etc/nagios/nrpe.cfg. This
file is managed through puppet
2007 Oct 31
15
puppetd can set more than one server address
hi,all
I want set up a puppet HA structure. but if the puppetd can
set more than one server address ,the work will be simple :D
if one puppetmaster have error, the client can auto try the
next. I think I can use the heartbeat or dns to do this same
thing,but not so good. so I want know the puppetd can direct set in
the configure file ? if not,will be add this option?
--
Huang
2008 Sep 04
8
Potential new puppet user: two questions
Hello,
I am examining whether puppet meets our needs. I can''t find the answer
to two questions I am looking to answer, hopefully someone can help.
1. Can puppet be used to manage different classes of the same
computers, e.g. do something on the apache test farm, if it works then
do it on the apache live farm; and is this done cleanly?
2. How are package updates (e.g. yum update/yum
2007 Oct 26
3
Managing R packages under Linux
Greetings,
I need to develop a way to manage the installation and update of R
packages under linux (CentOS), hopefully using Puppet. I''ve got most of
the rest of hodge-podge of install scripts and maintenance scripts
translated into Puppet and need to tackle this beast now.
R is a programming language for statistics, basically, and has a few
jillion add on package libraries, very much
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2007 Dec 04
10
Using puppet to manage user access to servers.
I''m guessing this is a common use case, but I wasn''t able to find
anything in the site FAQ. We''re looking at using Puppet on about 100
servers to control which user groups have access to which servers.
The use case is as follows:
We have Groups of servers, for example:
CUSTOMERservers (serverA, serverB, ...,serverK)
ADMINISTRATIVEservers
2007 Nov 13
2
new to puppet - can puppet push its content to remote servers?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I was made aware of puppet a few weeks ago and I really like the way
things are working.
What I liked at cfengine was the capability to push content from the
central server to any node. There was no need to open a port from DMZ or
any other remote system to the central server.
Is there a similar way within puppet?
How is this solved by other
2007 Nov 20
2
The user type: restrict login
Hi there,
If I create a user, there seems to be no way to restrict it from being
able to log in. Is there a simple way in which I can extend it to do
that, or will I have to build my own define?
It would also be useful to specify the user''s ssh keys and authorized
keys, for example.
I am also wondering how much effort it would be to add another provider
for user (such as
2006 Oct 12
3
Defaults for package type...
Hi
I''m wondering if it''s possible to define some defaults for the
package type. What I want is that package install/updates only
happens at certain times of the day. I could do:
class shorewall {
package { "shorewall":
ensure => latest,
schedule => maintenance
}
}
for every package I want to manage. But that means I have to type
2007 Nov 21
2
I''m lost on exec
Hi
Can anyone tell me what''s wrong with this one.
Sorry I''m new and I just want to print some message to the the puppet
log on the client side.
---------------------------------------------------
$testvar = "Hello world!"
class mytest {
exec { "/bin/echo $testvar" }
}
I keep getting:
err: Could not parse; using old configuration: Syntax error at
2007 Jul 01
5
Mount and fstab problems with large devices?
I''m trying to get a new file server managed by puppet from day 1, at
least as much as possible. At the moment, though, there''s two issues I''m
running into:
1. fstab should have entries for my comically-large RAID, but doesn''t.
2. each puppet run appears to remount the RAID, even when no rules in
the manifest change.
I suspect the issue may be in parsing
2007 Feb 06
31
Removing circular dependant RPM files with Package.
Hello,
I just attempted to remove both the ypbind and the yp-tools packages using the package parameter with yum. As it turns out, both of these packages depend on each other.
Is there a way of forcing package removal and, if there is not, is there a way of making all packages to be removed be collapsed into the same yum command? Either of these solutions would solve the problem with the
2007 Oct 02
6
Push /home/* directories recursively to clients
Hi I am trying to push populate /home & subdirectories from the puppet
server to all the Linux clients.
I managed this with cfengine using rsync. But I am not sure how do I
achieve this in puppet, do we have any inbuilt function for this.
Also, is there a function for userdel like for useradd (user)
groupadd(group).
Any suggestion is appreciated.
--
Deepak
2006 Oct 14
4
How do I manage manifests most efficiently...?
Hi
As I''m more familiar with cfengine and it''s way to split updates (in
update.conf) from the actual grunt work (in cfagent.conf), I''m
wondering how to best manage puppet and my manifests with puppet...?
Should I define a puppet class that copy the puppet package (in .tgz
format) and all the manifests to the client, and then have all my
other classes depend on
2007 Nov 20
5
Solaris 10 Jumpstart instructions on the wiki now
Not that I''m much of a Solaris guy, and definitely not a Solaris 10 guy,
but since nobody else had posted anything yet:
http://reductivelabs.com/trac/puppet/wiki/PuppetSolaris#Solaris10
The good news is that it appears to be a completely hands-off puppetd
installation. Just sign the client key afterwards on the puppetmaster
and you''re set. The bad news is that it''s
2007 May 04
9
RFC: Configuration file consolidation (#206)
Hi all,
This has theoretically been a high priority for a long time, and I''m
finally going to get it done, I think.
Here''s my plan, and I''d appreciate any comments you might have on it.
Currently, sections only have meaning internally, in that one can
call ''config.use(section)'' to create any directories needed for that
section. Additionally,
2006 Oct 19
1
Filenames with dots in the name
Hi,
When I try to specify a file I want copied in place, like:
configfile { "/etc/init.d/puppet":
source => "config/apps/puppet/puppet"
}
and has a require on that later on:
exec { "/usr/sbin/update-rc.d puppet defaults":
require => "/etc/init.d/puppet"
}
puppetd throws an error:
err: Could not find type
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