Displaying 9 results from an estimated 9 matches for "sabbagh".
Did you mean:
babbage
2007 Jan 18
2
Remounting after changing mount options.
Unfortunately, this is another "I don''t yet know ruby" question, but I''m
hoping that someone can help me out.
I''ve just tried to write some mount options via puppet and I noticed that,
while fstab is written, the managed mounts are not remounted to effect the
stated changes.
For instance:
Original - /home, options: rw
Puppet - /home, options: rw,acl
2007 Jul 05
10
Wierd issue with node declaration
I have the following in my site.pp
node "pclient.example.com" inherits default {}
When I try to start puppetmaster it gives me the following error
Starting puppetmaster: Syntax error at ''pclient.example.com'' at /etc/puppet/manifests/site.pp:24
When I change the node declaration to this
node ''pclient.example.com'' inherits default {}
puppetmaster
2007 Jan 12
2
puppetd port issues
I configured my rsync daemon to be restarted when the rsyncd configuration
file changes.
When the rsync daemon gets restarted by puppet, it listens on the same port
puppetd does, so running puppetd again results in an error.
The init script for rsync is small and can not be changed from puppet (all
variables are declared within the init script and it only searches for the
path where the rsync
2007 Feb 14
6
various ordering issues in puppet manifests
Hello,
The more complicated my puppet scripts gets, the more ordering issue i meet. Here is a simple thing:
I use a default backup policy for the nodes in my backup classe and then, in the node i try to override the defined
default but even if they are done one after the other i got an error to say that the override is triggered before the
default:
include backup
2007 Nov 23
9
Usage of ''case'' in site.pp
Hi
Does anyone know if the following is supposed to work?
------------------------------------------------------
site.pp
case $psi_rank {
Devel: {
import "Devel/psi_gfa/*"
import "Devel/nodes"
import "Devel/os/yum_update"
}
Prod: {
import "Prod/psi_gfa/*"
import "Prod/nodes"
import
2007 Aug 30
5
Upper limit to numeric user IDs?
I am still in the familiarisation and testing phase of my puppet
implementation, and have a question for the enlightened:
Is there an upper limit to the numeric user ID that puppet recognises?
Here is what I have so far:
System is RHEL4, puppet 0.23.1
All users are defined in LDAP rather than in /etc/password, and their
numeric user IDs are sourced from LDAP as well. These numeric IDs
2007 Mar 15
13
puppet standlone hanging when ran via init.d
Hi,
I''ve just changed my debian preseed configuration to install the debian
unstable package of puppet v0.22.1. As part of the preseed I have a late
command that clobbers the /etc/init.d/puppet file into using the puppet
standalone program and not the puppetd (as this is what I''m using). Since
the upgrade to 0.22.1 every boot hangs during the initd. Going into
standalone mode
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>
2007 Jan 17
32
Managing manifests
Hi,
I was talking to Luke today about managing manifests and related
files, and he suggested that I post to the list..
What would be nice (and what I''ve use in in-house systems I''ve used
previously) is to have a way to dynamically include manifest fragments
at runtime.
Lets assume that you''re setting up bugzilla using puppet. In the
''main'' manifest