On Thu, February 4, 2010 1:24 pm, Mark Burgess wrote:
>
> You should be more concrete. What are you trying to do?
Please see the original email in this thread from about 2 weeks ago. It
contains the problem in full. I didn't want to repost the entire lot
again.
Regards
Martin.
On Tue, January 26, 2010 12:06 pm, Martin A. Brooks wrote:
> I have been trying to make cfengine handle user account more usefully. To
> this end, I have writtne a pair of modules for parsing users and group and
> then creating classes based on what it finds.
I don't suppose
Hi
I have been trying to make cfengine handle user account more usefully. To
this end, I have writtne a pair of modules for parsing users and group and
then creating classes based on what it finds.
If the user "martin" account exists, a class is created of the form
"user_martin".
If the group "s
Hi
In cfengine2 is there a way I can compound classes with "paragraphs"?
For example
shellcommands:
specialclass1::
{
foo::
bar::
}
The idea is so I don't have to write reams of "specialclass1.foo::
specialclass1.bar::" and so on. I hav