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,26706#msg-26706

Actually a quick look at the difference between yum and yum_rpm seems to 
indicate the yum package_method might have an error when you dont specify the 
version.

It seems to select the package from my example as "vim-enhanced.*" instead of 
"vim-enhanced" as the yum_rpm package_method does. So since vim-enhanced.* 
isn't actually a package name thats installed, it trys to install vim-enhanced, 
which is already installed, and so returns 0 which triggers the class.

I don't have time to look into the details of this now, but I did want to 
mention it.

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

Reply via email to