В Срд, 26/05/2010 в 10:53 +0400, Vasiliy G Tolstov пишет:
> Hello.
> 
> I'm try to understand cfengine (manuals already read, but not fully
> understand)

Hmm. Already found solution (cf-agent -f xxx.cf).
Another question - can i provide parameters to agent bundle in command
line?

For example i need packages mc screen less mytop to install on demand
via cf-agent. How can i do this? I'm already have 
bundle agent pkg_add(pkg)
{
  packages:
    "$(pkg)"
      package_policy => "add",
      package_method => generic;

  reports:
    linux::
      "Finished installing $(pkg)";
}


-- 
Vasiliy G Tolstov <v.tols...@selfip.ru>
Selfip.Ru

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to