Displaying 20 results from an estimated 2000 matches similar to: "puppet definition"
2006 Sep 29
7
Facts load by puppet -factsync question
fact loads:
I use facter to search the rsync path and then i write this sudoers line:
Cmnd_Alias BACKUPCOMMANDS = /usr/bin/rsync
I call puppet like this:
puppetd --factsync --server=xxx.yyy.61.131 --waitforcert 60 --test
the recipe is:
sudoensure_line { sudobackupcommands:
ligne => "Cmnd_Alias BACKUPCOMMANDS =
$rsyncpath",
2006 Dec 11
7
0.20.1 upgrade problem
I just upgraded to puppet 0.20.1 from 0.18.4 (both using the debian
packages). After the upgrade, I''m getting the following error:
err: Could not find type "remotefile" in file /etc/puppet/manifests/classes/kerberos.pp at line 47
Here''s the where the error is occuring:
service { nfs-common:
ensure => running,
hasstatus => true,
subscribe
2006 Sep 02
7
BayLISA Puppet presentation video
Hi all,
Jennifer Davis from BayLISA has done us the service of already
posting the presentation from this past Wednesday night:
http://video.google.com/videoplay?docid=8202036065161263530&hl=en
http://video.google.com/videoplay?docid=7740462681265962824&hl=en
It''s about 2 hours total, and I can''t promise it''s any kind of
amazing presentation, but I do a
2007 Apr 18
14
puppet does not speak french ;)
i got a little idea there,
should not puppet use environement LANG=C when managing facts or
packages etc... ?
i have LANG=fr_FR.UTF-8
and puppet choke on quite a few facts (erors messages with uname for
exemple: Pour en savoir davantage, faites: « uname --help ».
) and also with packages updates :
/usr/bin/apt-cache policy mysql-client-4.1
=>
err:
2007 Jan 07
6
0.22.0 Errata: Facts are not downcased
I forgot to mention this in my announcement yesterday.
Puppet facts are no longer downcased in the language, and string
comparisons now default to being case-insensitive. Where your
operating system might previously have been ''solaris'' or ''debian'', it
is now ''Solaris'' or ''Debian''. However, you can still do comparisons
2007 Feb 01
7
lockdir parameter
it seems that puppet refuse to run in the new version. It fails on the line:
err: Could not apply complete configuration: Unknown configuration parameter :lockdir
the client is .22.1 and server still .22.0
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jun 08
5
website down ?
seems that the tracksite is down ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Feb 09
3
err: Found a bug: Field dump is required
what can i do to find the bug when puppet print this:
err: Found a bug: Field dump is required
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Dec 12
2
OpenSSL 0.9.7e-p1 25 Oct 2004
Hello,
As i still have issue i wonder if anyone using this version of openssl
? OpenSSL 0.9.7e-p1
I still cannot make puppet accept Certificate on freeBSD6 with this
openssl version. I got the famous
error 7 at 1 depth lookup:certificate signature failure
and i havent find a way to get around that :(
--
Cordialement,
Ghislain
_______________________________________________
2006 Nov 22
2
.20.1 and port type
Hello there
i have a little issue since i upgraded i got the port type that is no
longer recognized. Does any of you have the same behavior ?
I had the following:
port { monitoringagentport:
name => "monitor_agent",
number => "10050",
protocols => "tcp",
2007 Apr 18
20
dependency and communication between defined classes
Hi,
i wanted to know how you handle case when classes or define need to
communicate between them. For exemple i got an ftpd define and a
apachevhost define. Both need to know the path where the vhost is set
and this path is defined by the ftpuser home''s directory. How can i ask
information from other define or other classes ? we allready seen that
tag are not reliable as they
2007 Apr 26
5
class parameters
Hello there,
Just wanted to know if class will be able to have parameters ?
Right now i use:
define resolver( $options =''rotate'', $nameserver,
$search='''',$domain='''',$sortlist=''''){
file{ ''/etc/resolv.conf'':
content =>
2007 Oct 04
2
Selector syntax error on Debian Etch
Hi all,
I''m having problems making some manifest work, and it''s so simple that I
don''t know where the issue is:
I get this error message when trying to load this vhost.pp file: "Could not
retrieve configuration: Syntax error at ''}'' in file
/etc/puppet/manifests/classes/vhost.pp at line 9"
define vhost ( $domain, $admin, $docroot, $enable )
2007 Dec 21
5
simulating provider in a module
Hi,
What is the best way for you to simulate a provider behavior in
modules ? For exemple if you have an webserver module and want to have
a apache2, lighthttpd prividers. How would you do so the call to the
modules functions stay like:
webserver::addvhost { ... }
and not
webserver::apache2::addvhost
Any best practices you can share ? I know that conditional include
would not work
2007 May 30
16
Shorewall recipe BETA, need comments !!
Hello community !
I have posted here my shorewall recipe:
http://reductivelabs.com/trac/puppet/wiki/AqueosShorewall
If anyone is interested please test and comment to see if we can
improve it ! :)
I also updated my facter recipe for VERIO vps servers if anyone
interested... :)
http://reductivelabs.com/trac/puppet/wiki/AqueosFacterVps
Hope that helps !
--
Cordialement,
Ghislain
2007 Apr 30
3
syntax error, but wherz
sorry to come with such a silly request but i have a code:
shorewall-zone { "$name":
SHTYPE => ''ipv4'',
PARENT => "$PARENT"
}
and it bring a syntax error :
debug: importing
2007 Feb 08
16
exported ressources
Hello,
i wanted to know if we can use exported ressrouces to do things like this:
- for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname
, or create one file per nodes matching
exemple
/etc/hosts.allow
sshd: host1
sshd: host2
...
or
/etc/backuppc/host1
/etc/backuppc/host2
...
from the docs it seems i can collect only ALL
2007 May 15
5
Purging issue
I have a little issue with purging. I use:
file { [''/etc/shorewall/puppet'',''/etc/shorewall/puppet/rules'']:
ensure => directory,
mode => 0700,
recurse => true,
purge => true,
}
but purging does not work, i can do a touch
2007 Mar 28
4
How is defined() used?
Hello
What am I doing wrong here?
$test = defined(User[''foo''])
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jun 07
4
Adding recipes...
Hi all
Ok, maybe it''s just me, but - how on earth do I add recipes to the
wiki...?? When I go into the list of recipes, I don''t find a "Edit
this page button". How should I add to the list?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk