Displaying 2 results from an estimated 2 matches for "dirsnippet".
2006 Nov 27
0
Brett''s snippet implementation
I''ve been playing with Brett''s file snippet implementation from
September 12th today and found a bug.
With the following dirsnippet definition
define dirsnippet
{
file { $name : ensure => directory }
}
if you change the order value of one of your file snippets, Puppet will
not remove the snippet with the old order value on it from the snippet
directory. Changing the definition to
define dirsnippet
{
file { $name...
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi,
How should I handle the combinatorics when one config file must be
built for a combination of possible classes?
Take for example the amd automounter''s configuration file, which on
Debian is found at /etc/am-utils/amd.conf. This is an INI style file
which looks like:
[fsname1]
param1=foo
param2=bar
[fsname2]
param1=baz
param2=quag
In my case I have one class of machines