Forum: CFEngine Help
Subject: Re: Having trouble installing YUM packages with 
"package_file_repositories" attribute
Author: eystein
Link to topic: https://cfengine.com/forum/read.php?3,23330,23340#msg-23340

Hi Aleksey,

If you use 


package_name_convention => "$(name).$(arch)";


I think you need to supply both the name and the architecture of the package. 
Perhaps retry with the same policy snippet but add the architecture(s)?



"pgdg-centos"

package_policy => "add",
package_architectures => { "x86_64" },
package_method => yum_filebased;


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

Reply via email to