Forum: CFEngine Help
Subject: Re: 0000848: upgrade packages to latest available version with yum
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,23809,23810#msg-23810

I admit I don't use package promises much.  Does this not work?

bundle agent recipe{

   packages:

      "nano"
         handle => "recipe_packages_update_nano",
         comment => "Add or update nano editor package",
         package_policy => "addupdate",
         package_method => yum;
}

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

Reply via email to