theforeman / puppet-foreman_proxy

Puppet module for Foreman Smart Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Puppet user(group) anymore on Puppet 4.9.4 => Puppetlabs Repo RedHat Releases

Yamakasi opened this issue · comments

It seems that the user/usergroup is not created anymore when using the PC1 repo from puppetlabs and package 4.9.4

Foreman_proxy gives the following error:

err Puppet Could not set groups on user[foreman-proxy]: Execution of '/usr/sbin/usermod -G puppet foreman-proxy' returned 6: usermod: group 'puppet' does not exist
err /Stage[main]/Foreman_proxy::Config/User[foreman-proxy]/groups change from to puppet failed: Could not set groups on user[foreman-proxy]: Execution of '/usr/sbin/usermod -G puppet foreman-proxy' returned 6: usermod: group 'puppet' does not exist

How can we fix this the best way ?

Ensure $manage_puppet_group is enabled, if not using a Puppet server (see e12a382).