Forum: CFEngine Help
Subject: Re: CFEngine Help: How-to restart machine after certain package have 
been installed.
Author: nickanderson
Link to topic: https://cfengine.com/forum/read.php?3,26673,26705#msg-26705

I would reccomend against changing things in the stdlib. You could copy it and 
make your own. Also you can check out the yum_rpm package_method I think it is 
set to 0 by default, and it uses rpm for some parts which is faster than yum.

I like package_list_update_ifelapsed="0" and then I usually put an if_elapsed 
on my package installs so that they dont run all the time, or I context class 
them to a specific time period.

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

Reply via email to