Hello.
I'm trying to pass a list to directories and have directories create
the dirs if they dont exist.   In this scenario the last user in the
admin_users list get's a directory created and the permissions set

control:
        actionsequence = ( directories )

        admin_users     = ( bill bob tony timmy )

        Split           = ( " " )

directories:
        /tmp/test4/$(admin_users) mode=0755 owner=$(admin_users)
group=$(admin_users)


   I can achieve the desired results through the use of shellcommands
but I would like to understand if i could have cfengine do the work for
me which I believe would be more graceful and more portable since I
have multiple OS's which I have to have seperate shellcommands
statements for.

   TIA! Deet.

_______________________________________________
Help-cfengine mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to