help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cfperl update


From: Ted Zlatanov
Subject: cfperl update
Date: Sun, 27 Oct 2002 08:49:42 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-redhat-linux-gnu)

cfperl is at

http://savannah.gnu.org/projects/cfperl

It's still CVS-only, but may be of interest to some of the people on
the list.

I've added the first working section: add/change/delete users and
groups.  cfperl understands actionsequences (though with only one
action, it's not a meaningful feature).  It also understands the
groups section and classes as in the usual cfengine syntax.  See the
cftest.conf file for an example of what the users: section can do,
here's the actual syntax:

  add_user test uid=1500 group =500 secondary_group= 7 gecos="The 'test' 
Mongoose"
  change_user test uid=1501
  delete_user test full
  add_group test group =1500
  change_group test group=1501
  delete_group test

Run with the usual "cfperl.pl -f cftest.conf" and set debugging level
with -D if you want more output.

It's only set up for Linux right now, but extending the matrix to
Solaris and others should be trivial.  I'll try to get that and a
README file done soon.

Ted





reply via email to

[Prev in Thread] Current Thread [Next in Thread]