Displaying 1 result from an estimated 1 matches for "fsname1".
Did you mean:
fsname
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 that should automount
"fsname1", one that should mount "fsname2" and one that should mount
both.
In CFEngine I have used the file editting commands (eg
"BeginGroupIfNoS...