Displaying 20 results from an estimated 6000 matches similar to: "[Puppet-dev] ReductiveLabs site down"
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 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:
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 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 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
2007 Feb 07
9
Creating random shared passwords/keys
Hi there,
I have a problem I don''t know how to solve. Let''s say you have two services,
applications, whatever that communicate with each other, and they establish
a shared password or key to authenticate to the other part. This happens
with DHCP/DNS (I think is called dynamic zone update, the DHCP server
updates the DNS zone with information from the dynamically configured
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
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 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 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
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),
2024 Nov 13
1
Detectar plagio con R
Saludos:
Quisiera saber si se pueden comparar dos documentos con R para detectar si
uno está plagiado del otro.
Los dos documentos los tengo en pdf.
Gracias
Javier Gómez González
[[alternative HTML version deleted]]
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
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
Hi Rails,
I am having trouble setting up an autocomplete text field. Using rails 1.0.0
and just trying to copy the simple scriptaculous demo
(http://demo.script.aculo.us/ajax/autocompleter) fails. My view and controller
are set up the same way.
In firefox 1.0.4 (and safari, don''t remember the version) I get the
Ajax.Autocompleter error in the javascript console when loading the
2006 Feb 27
1
@content_for_sidebar?
Okay, I see this instance variable places, but I can not determine if it is real
or where the content comes from. I''ve tried views/<controller>/sidebar.rhtml,
_sidebar.rhtml, views/layouts/sidebar.rhtml and views/layouts/_sidebar.rhtml.
Does this actually exist? What''s the Rails Way to make a good sidebar?
http://www.google.com/search?q=content_for_sidebar
Thanks,
2014 Jul 31
1
Asterisk 1.8.8.0 is raising...
Hello,
I have Asterisk 1.8.8.0 install in a HP DL180G6, Asterisk was usually
working as normal and suddenly Asterisk start raising up the CPU very high
untill the server crashes.
Any suggestion ???
Best regards
--
Leonardo Sandoval Lozano
Estudiante
I am the master of my fate:
I am the captain of my soul.
William Ernest Henley
-------------- next part --------------
An HTML attachment
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,