Displaying 5 results from an estimated 5 matches for "attanasio".
Did you mean:
athanasios
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
Hello Puppet Users,
I have encountered an interaction problem between the Puppet CA and Apache
mod_ssl, when the Puppet CA configuration files are moved.
By default Puppet CA and the Puppet client share the same location for their
configuration files, $vardir/ssl. If this is changed so that they use
different directories, and Apache mod_ssl is being used like in the Mongrel
configuration, then
2007 Dec 07
3
mount type ensure behavior
The ensure parameter for the mount type has a ''present'' option, which
will unmount the filesystem if its mounted. I was hoping that ''present''
meant to make sure it was listed in the mounts file, but to not do
anything with it (ie. don''t unmount if mounted, and don''t mount if
unmounted). I thought this was how the ensure =>
2008 Oct 08
9
Inheritance syntax question
If I try the following:
class foo {
define bar ($text) {
file {"/tmp/foo.txt":
content => $text,
}
}
bar { "hello":
text => ''Hello World'',
}
}
class foo2 inherits foo {
Foo::bar["default"] {
text => ''Hello World Again'',
}
}
I get: "Syntax error at '':''; expected
2007 Apr 23
8
exec resources
I am consistently getting the following error from puppetd when an exec resource is
triggered by a refresh event:
Apr 23 10:36:11 mailhub puppetd[37884]: Reopening log files
Apr 23 10:36:11 mailhub puppetd[37884]: Starting Puppet client version 0.22.3
Apr 23 10:36:11 mailhub puppetd[37884]: Starting configuration run
Apr 23 10:36:12 mailhub puppetd[37884]:
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need
to come up with a better name for...), can you test the current SVN
code?
I''m mostly wondering if the performance is any better. To use it,
you''ll have to remove your current database, since the database
schema is significantly changed.
I''m getting what looks like an additional 25% reduction