Displaying 20 results from an estimated 5000 matches similar to: "Creating random shared passwords/keys"
2006 Nov 02
7
Error reloading manifests
Hi there,
I''m running puppetmasterd manually while testing, and I was trying to split
my manifest in several parts using import. If I do so whenever I run the
puppetmasterd the manifest gets loaded and served correctly:
cognos ~ # puppetmasterd -v
info: Starting server for Puppet version 0.20.0
info: Parsed manifest in 0.02 seconds
info: /var/lib/puppet/files: allowing *.example.org
2006 Oct 13
10
Services on Gentoo Client Systems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
You folks were so helpful with my last problem I thought I''d try again.
I''m attempting to use the services filetype to ensure that ntpd is
running on all my hosts. Unfortunately this does not seem to be
working on my Gentoo test system. I get the following output on the
client log:
puppetd[3436]: Starting configuration run
2007 Feb 08
5
Documenting puppet manifests
Hi there,
I''m trying to document my puppet manifests, and I have created kind of a
template for class documentation. After documenting a few I thought it would
be great for complex manifests if we could have a tool that read some kind
of standard documentation in puppet manifests and create HTML (or other
format) documentation, as javadoc in Java or RDoc (?) in Ruby. So two
questions:
2007 Dec 01
6
Building files from snippets
Hi there,
I''m facing a problem that I think it''s common enough to be solved directly
by puppet or at least have a best practice recommended: building a config
file from snippets. I''m thinking for example about a dns zone and hosts
inside that zone, ldap server and ldap databases, samba server and samba
shares, a firewall config and firewall rules,... The first part of
2007 Nov 18
9
Modules, namespaces and variables
Hi there,
After quite a long time out of puppet business I''m back, and the first thing
I''m doing is rephrasing my puppet manifests using modules. I started with
the NTP module (a classic, I guess). I have (more or less) the following:
In modules/ntp/manifests/init.pp:
$ntp_localtime = "/usr/share/zoneinfo/Europe/Madrid"
class ntp {
... some stuff using the
2006 Nov 02
2
Variable assignment in imported file
Hi there,
Maybe another bug? I have the following in site.pp:
$localtime = $domain ? {
"example.org" => "/usr/share/zoneinfo/Europe/Madrid",
default => "/usr/share/zoneinfo/Europe/Madrid"
}
If I take this away and put it in another file, and then import that file, I
get the following error:
err: Cannot reassign variable localtime in file
2007 Feb 08
5
Mass "require"s
Hi there,
I want to manage some files with puppet that control the installation of
packages in Gentoo (/etc/make.conf, /etc/portage/*). These files must be
downloaded to the client before any package resource is processed, so they
are installed correctly. Is there any way to do this? Possible solutions:
1. Include in *every* package require => [ list of files ] inside a case
statement, so
2006 Dec 21
5
cft through changes (new tool based on puppet)
I''ve started working on a new tool that should help with modifying the
configuration of a system under the control of puppet. The tool is
called cft (pronounced ''sift'') and is inspired by Gnome''s Sabayon[1] in
taht it watches how an admin changes a system and spits out a puppet
manifest based on its observations.
Cft''s website is
2006 Oct 18
5
What is exactly PuppetShow?
... or better, what is intended to be? I''ve seen references to PuppetShow in
IRC, mailing lists and documentation, but still have no clear idea of what
it is. Is it just a reporting tool? Will you be able to create manifests or
configure nodes from it?
Thanks, best regards
Jose
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2007 Jan 30
19
PuppetReporting
hi
I''ve read about PuppetReporting at the Trac website. Apparently you are
working on integrating the benchmark tests for every type in ruby.
Do you have any idea when this will all get implemented?
This is a crucial part (and actually a necessary feature) in the
configuration management system we have set up using Puppet.
grtz
Koen Vereeken
2007 May 01
8
Custom functions and facts
Hello!
I''ve been trying to use facts from Facter in a custom function. I''ve
been following Matthew''s entry in the wiki
(http://www.reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions).
What i''m seeing is that Facter[''fqdn''].value is always returning the
fqdn of the puppetmaster host. I was expecting the fqdn of the client
host.
2007 Jan 30
1
[Puppet-dev] ReductiveLabs site down
I can''t access http://www.reductivelabs.com/, the site seems to be down.
Best regards
Jose
_______________________________________________
Puppet-dev mailing list
Puppet-dev@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
2006 Nov 06
1
Does subscribe imply require?
Hi there,
I find myself writing a lot of similar required/subscribe parameters, for
example in service definitions:
package { whatever :
ensure => latest
}
service { whatever:
ensure => running,
require => Package[ whatever ],
subscribe => Package[ whatever ]
}
Am I doing this correctly, or does subscribe imply require so the require
parameter here is unnecessary?
Thanks
2023 May 31
2
scale_colour_viridis en ggplot2
Hola a todos:
Alguién me podría explicar cuales son las diferencias entre las diferentes
escalas de viridis en ggplot2, es decir en qué se diferencian
scale-colour_viridis_d de scale_colour_viridis_c, scale_colour_viridis_b.
Y cual es la diferencia entre scale-fiil-viridis_d de scale-fill_viridis_c
y de scale_fill_viridis-b.
He estado buscando la diferencia en internet y no he encontrado nada al
2006 Nov 03
1
Reusable definitions
Hi there,
I would like to use puppet to configure two networks and one of the first
things I''ve tried to do is to describe ntp configuration. Each network has a
ntp server that acts as a proxy for internal nodes, so those internal nodes
share the same configuration except for the server they use to get the time.
Attempting to describe this I''ve thought of several approaches,
2007 Feb 07
2
Writing your own functions
In case anyone is interested in extending the Puppetmaster by writing new
functions, I''ve written up some notes on how to do it, gleaned from my own
experience earlier today:
http://reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions
Corrections from people who''ve done it before, or who are wanting to do it,
as to correctness, clarity, or whatever, are appreciated. And
2012 May 08
5
¿En qué campo de conocimiento usas R con mayor frecuencia?... (*Encuesta Online*)
Hola,
Acabo de crear una nueva encuesta para conocer con algo más de detalle el
campo en el que aplicamos R con mayor frecuencia.
En la anterior encuesta Rubén Gómez hizo la sugerencia y me ha parecido
interesante el pulsar la lista sobre esto.
De las diversas preguntas que aparecen en la lista y de aquellos que
comentan qué tipo de cosas están analizando he incluido una lista de 15
opciones de
2023 Jun 11
1
Resumen de R-help-es, Vol 172, Envío 16
Javier, no s? si es esto lo que buscas.
Te copio una l?nea de uno de mis scripts. En el eje X, van los a?os desde 1990 a 2022, pero solo salen los a?os 90, 95, ... y el resto solo la marca secundaria sin el a?o
scale_x_continuous(breaks = seq(1990, 2022, by = 1),
labels = c(1990, rep("", 4), 1995, rep("", 4), 2000, rep("", 4),
2023 Jun 11
1
Marcas secundarias ejes ggplot2
Muchas gracias Carlos por los enlaces.
Estimado Javier Marcuzzi lo que yo quiero es poner las marcas secundarias a
mis ejes sin etiquetas como se puede hacer en matplotlib. Un ejemplo se
puede ver en el siguiente enlace
https://interactivechaos.com/es/manual/tutorial-de-matplotlib/marcas-principales-y-secundarias
El sáb, 10 jun 2023 a las 22:56, Carlos Ortega (<cof en
2007 Nov 23
7
Modules design patterns ?
Hi,
I''m writing puppet modules since a couple of weeks now, so I''m still
considering myself as a new comer in this field.
It seems that modules I can find on the web or the recipe page on the
wiki almost all use a design pattern where the module is shipped in one
or several class(es) whose configuration are determined by "global" or
nodes variables ala:
module:
class