> shellcommands:
>    OracleClient::
>      "/usr/bin/yum install -y yada yada-lib yada-jdbc yada-etc"

Before someone else says it, adding a test for even one of the packages
in the subset might be a good idea:

packages:
   yada elsedefine=needs_yada
shellcommands:
  OracleClient.needs_yada::
    "yum ..."

My main point is that if this is an isolated case because of an
unusually long install list, it might be best to handle it simply,
rather than rewrite all your packages sections to use a wrapper instead
of 'action=install'.

-Ed



_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to