Displaying 20 results from an estimated 6000 matches similar to: "definitions v. plugins"
2007 Apr 30
25
escape regex code
hello,
i wondered if it would not be interesting to have some filters
function in puppet like
filter_integer(), filter_prelregex, filter_text, filter_email or such
so we can validate and make our defines a little more foolproof :)
i particulary see filter_regex as usefull in quite a lot of exec that
manipulates text files. What do you think about this ?
--
Cordialement,
Ghislain
2007 Mar 19
7
Monitoring puppet
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *!
How do you monitor when the last puppet transaction was successful on a node?
I''m searching for something easy like a timestamp, so I can put a nagios watch
on this.
Regards, David
- --
- - hallo... wie gehts heute?
- - *hust* gut *rotz* *keuch*
- - gott sei dank kommunizieren wir über ein septisches medium ;)
-- Matthias Leeb,
2006 Oct 01
22
41 server under puppet today
Hello there.
Just to let you know i have just put in production mode puppet on 41
freeBSD 4.7 virtual servers (yes not real servers but "jailed ones"). I
had some little problems with facter at first but i have manualy
upgraded the servers that where affected by the little "facter does not
read his facts" problem i had. I should have missed something in my
deploiement.
2007 Jul 03
7
CA migration
Anyone ever migrated the puppetca to a different host? What are the steps
that are involved?
2006 Jan 21
4
Single quotes in parameters
I have a "search" action for my "projects" controller, which defines a
set of projects as follows
@projects = Project.find(:all, :include => [:user,:clients], :conditions
=> "name like ''%" + params[:query] + "%''",:order => ''number'')
This works fine, until I type an entry into my search box that has a
single
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community
if I made available a debian and ubuntu repository of up to date puppet
packages. I have the infrastructure in place anyway for my work
(pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere.
Debian Etch (4.0) for example has puppet 0.20.1, and will never get a
newer version. Ubuntu Feisty has a newer
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby?
What I want is: given a set of tests that I run, what lines of my code
and what routines are covered. And also a list of uncovered routines
and tests.
I couldn''t find an open source one out there...
--
www.kenlet.com
2005 Jan 14
1
Missing last character in share name when access from Win2k
I'm getting frequent errors on Samba 3.0.10 about failing to access a
share, where the name is missing its last character:
Jan 13 20:55:42 pyloric smbd[18322]: [2005/01/13 20:55:42, 0]
smbd/service.c:make_connection(800)
Jan 13 20:55:42 pyloric smbd[18322]: vomit (192.168.23.143) couldn't
find service music-ri
vomit is a win2k (fully patched) machine. This error occurs when
2006 Dec 30
9
puppetd.pid and SMF woes
So when puppetd crashes/whatever, and a pid file is left behind, SMF
in Solaris will try restarting puppet, but fail. And then it sits
there restarting it forever.
I''m not sure if I can adjust the flap detection in SMF.. it isn''t
disabling the service for "restarting too quickly" because it takes so
long to start. Probably because I''m NFS-mounting ruby. The
2006 Oct 10
10
Debian packages...
Hi,
I just want to know what the state of the Debian packages is? I''ve
downloaded (and is currently testing with) the packages from http://
reductivelabs.com/downloads/packages/Debian/ They seem to miss some
important stuff such as init scripts and puppetrun, and they hasn''t
all the dependencies defined (eg. ruby). From the info part of the
packages I can''t see
2006 Jun 14
5
Rails SOAP tutorial
Hi all..
I new in Ruby/Rails.. Where could i get some good tutorial about SOAP
using Rails?
I''ve been googling yet still did''nt find good tutorial.
Thank you in advance.. :)
--
Regards,
Ananda Putra
2006 Jan 17
10
Is STI the only way to do inheritance?
I''m currently coding a system which must store multiple contact methods for
a user (phone, email, postal address etc). I''m planning a fairly
straightforward inheritance hierachy for these, where each different method
inherits from something like a ContactMethod class.
The only mention of ActiveRecord support for inheritance I can find in the
Wiki and the Agile Web Dev book is
2007 Oct 02
10
End of file and other errors: solution
For anyone that has experienced the odd End of file or Cannot describe
errors, we''ve found that switching to Mongrel has fixed this problem for
us. We''re currently running 5 instance of puppetmaster under mongrel (with
the apache proxy in front) and things are going great.
For more information on setting up Mongrel, visit:
2007 Oct 17
5
option to trigger the change immidietiely
Folks,
I have installed puppet my network and it works great .. I have configured
it such a way that when I make changes in the server source fiels..it gets
updated in teh puppet clients.
As the document reads the puppet clients checks for any changes from the
server every 30 mins. But is there is any opiton of changing this value to
lesser time .. say 15 mins ..
or is there opiton for the
2007 Nov 13
5
Can I run puppetmasterd behind NAT (or Reverse Proxy)
Hi there
I would like to setup my puppetmasterd behind my ADSL modem and manage
the nodes on the hosting sites. I can imagine opening ports to the
puppetmasterd server will work. Am I right?
On the other hand an ideal configuration for me would be a Reverse
Proxy setup, so I don''t have to touch the ADSL router. Has anyone
setup a puppetmasterd behind a reverse proxy?
Any pointers,
2007 Sep 27
12
/etc/passwd
I would like to write up brief tutorial/documentation on how to manage /etc/passwd using puppet.
While this may seem pretty straight forward to some...the documentation is not.
We have been able to create a manifest that defines all of our users "virtually" and are able to "realize" users and add them to the system(s) running puppetd.
Is there a way to simply realize all users
2015 Dec 30
2
Systemd and systemd-sysv-generator
On Wed, Dec 30, 2015 at 10:06 AM, James Hogarth <james.hogarth at gmail.com>
wrote:
>
> > > Best way to see this is using systemctl (status|cat|show) <servicename>
> > ...
> > >
> > > I expect if you do this for your failing service you'll get a better
> > > understanding of what's going on.
> >
> >
> > ~]#
2007 Nov 17
7
oddness with fileserver, facts and plugins sync
I''m working with a pretty simple config at the moment to track down some
issues I''m seeing with custom facts and plugins.
I have factsync = true (default locations)
and I have a simple fact in /var/lib/puppet/facts/
(actually it''s David''s netmask plugin)
my pp file I''m testing with contains only:
notice "netmask: ${netmask}"
puppet -v
2003 May 25
0
surprising behaviour of "bgroup": sets all in greek letters (PR#3099)
Let me summarize the bug reported by Ulf Martin on R-help with the same
subject line.
The code
plot(1:10)
text(1, 9, expression(F == bgroup("{", x, "")))
results in greek letters, which is not expected here.
That happens if the user tries to set only a left delimeter, the same with:
text(2, 8, expression(F == bgroup("{", x, ".")))
or
2002 Feb 19
1
scan(...comment.char="#") breaks my code
I've just discovered the recent addition of the comment.char arg to scan, a
useful feature no doubt but the default value of # rather than "" breaks my
code which looks for # as a delimeter in a file and provides a messy
incompatability with earlier versions of R and with Splus.
Is there any chance that this default could be changed to ""?
--
Steve