Displaying 20 results from an estimated 22 matches for "gegroet".
Did you mean:
gegrep
2008 Jan 23
2
FOSDEM 2008
...s! Just to see some faces behind
the nicks and emailaddresses and the like.
Like last year, I''m planning on only visiting one day, probably the Sunday.
Anyone else there that wants to meet up?
More info about FOSDEM (in case you don''t know what it is):
http://www.fosdem.org
--
Gegroet,
Tim
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Feb 12
1
FOSDEM meet-up!
...this time, we''d thought it would be nice to try
to meet up at 13:00 at the CentOS+Fedora room. When we''re there, we''ll
see if we''re welcome or not :)
If you got any better ideas, now is the time to push that big, red,
glowing Reply button and start typing!!
--
Gegroet,
Tim
2007 Jan 22
2
aes unsupported algorithm for ipsec?
...following:
add x.x.x.x x.x.x.x esp 34501 -m tunnel -E aes-ctr "abcdefghijklmnop";
When I try to set this using setkey, it fails with the following message:
line 9: unsupported algorithm at [abcdefghijklmnop]
parse failed, line 9.
Can anyone tell me what I''m doing wrong?
--
Gegroet,
Tim
2007 Feb 20
5
Recipe for Apache2 on Debian (Etch)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Tim, *!
Thank you for posting your nice apache2 recipe to the wiki! It''s really good
to see how others make things happen and a good example for others.
One little thing though caught my notice because I''m currently making the same
naughty thing on Simple Text Recipes. There is no ensure attribute. Since you
already have done
2007 Feb 14
9
managing multiple files
How can I express the following in puppet?
$http_conf = "/etc/http/conf/httpd.conf"
$vhosts_conf = "/etc/http/conf/vhosts.conf"
@files = ("$httpd_conf", "$vhosts_conf")
foreach f (@files) {
file { "$f":
owner => root, group => root, mode => 664,
source => "puppet://$server/apache/$f",
}
2007 Feb 14
15
Recursive home-dir does more than only files in repository
...s the
thing), but that didn''t help. Anyone know what puppet is doing with the
files in my home-dir? And why?
I would expect puppet only to concern itself with the files that are
actually in the repository on the puppetmaster, and simply ignore the
rest... Should I file this as a bug?
--
Gegroet,
Tim
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jul 15
1
Tips for Dummies!
...ess and working on my IRC-to-Wiki-conversion, I
created a place where to add tips for new users. I couldn''t find it
anywhere else on the wiki, except for a primer in the documentation.
Feel free to add to it (and please do!!):
http://reductivelabs.com/trac/puppet/wiki/ConvertToPuppet
--
Gegroet,
Tim
2007 Mar 07
2
Doing something ''on demand''
What techniques are people using to do particular tasks once in a great
while?
For example, usually you don''t want to automatically upgrade the kernel
until it''s fully tested but, of course one day you will.
How do you work through Puppet to perform this activity on an on-demand
basis instead of a periodic job.
Are you using state files like "if file X exists do Y"
2007 Feb 01
2
Apt should --purge?
Hi all,
Please excuse me if someone has already offered this, but I think the
Apt provider should, in addition to -y and -q, also do --purge. This
will remove config files and keeps /etc cleaner on the whole.
Just a suggestion. Great product and keep up the good work etc.
--
Gegroet,
Tim
(tim|mac or tim|imac on irc)
2007 Feb 14
2
Printing resource before they''re checked
.... Now I wanted to find the exact line that causes the
problem, but I seem to be unable to make puppetd log the resource *before*
he actually starts doing them... Any tips on this? If I could see which part
of my recipe puppet stays at, I could debug further...
Any help is greatly appreciated!
--
Gegroet,
Tim
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jan 07
0
No subject
...#39;'m probably wrong. The only
thing I can think of right now in which case it would be convenient is
when you''re using the puppet manifests as a central documentation for
your network (see other mails about documentation). Something that''s
high on my priority list too...
--
Gegroet,
Tim
2007 Feb 06
23
What I''m doing with Puppet
Hi all,
Just reading through Luke''s interview on computerworld.com.au and I
came across this statement:
"This topic comes up on the list periodically, however, and most
people are very tight-lipped about what they''re doing with Puppet."
Being the chattermouth that I am, I''d like to take this opportunity to
tell you all what we''re (that is, my
2007 Aug 13
2
package versions and external checks
...s?
Essentially, I''m a bit tired of ssh''ing to about 50 machines each
morning to install the latest version of file or tcpdump. But I don''t
want everything done automagically, because there are some things that
I don''t want upgraded every time. Tips welcome.
--
Gegroet,
Tim
2007 Feb 15
3
Fwd: devnull-dev.stanford.edu syslog filter results (fwd)
We''re still intermittantly getting these messages in syslog on various
different systems:
Feb 14 17:32:10 server-dev puppetd[20363]: Could not call
puppetreports.report: #<EOFError: end of file reached> Feb 14 17:32:10
server-dev puppetd[20363]: Reporting failed: end of file reached
Anyone else ever see stuff like this?
2007 Oct 31
2
Managing apache authentication
Hi there.
I''m trying to wrap my head around puppet and its parlance and need some
guidance...
2 Questions:
1) I have done some puppet stuff on a new server and would like to hear
whether I have done things "the right way"
2) I want to build on top of that and am not sure how...
Question 1
==========
We don''t normally host static websites for people, but have been
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 Nov 04
21
Package management
Anyone care to share how they handle yum updates?
We have a script that runs yum update nightly and then emails us the
results when there are packages to be updated. Ideally I''d like a way to
keep a class in site.pp that can be uncommented to run yum update -y
after the update list is reviewed by a human.
Tim
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]:
2007 Feb 09
7
Dependencies between machines
Hello:
I''ve been reading up on puppet after spending a while on SmartFrog.
SmartFrog''s late binding and ability to encode dependencies between
machines or document parallel or serial configuration steps was
compelling. Java was not. :)
Are there notions of these concepts in puppet that aren''t apparent
from the documentation? Different ways to get to the same
2007 Feb 01
12
FOSDEM?
Hi all,
A couple of people are trying to convince me to come to FOSDEM in
Belgium at the end of February. I''m a bit hesitant because I''ve been
doing so much travel, but LinuxConf.au was a great experience and
seems to have really helped get exposure to Puppet. There seems to
be a pretty strong European contingent of Puppet users, and it''d be
great to meet