Actions
Bug #16319
closedInstall foreman-proxy gives errror on foreman-proxy user with no puppet installed.
Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Description
Installed foreman 1.12.2 with foreman and foreman-cli (no puppet from foreman-installer).
Now adding the foreman-proxy to it, gives the following error on foreman-proxy-user
foreman-installer --enable-foreman-proxy --foreman-user-groups EMPTY_ARRAY --foreman-configure-epel-repo false --foreman-configure-scl-repo false --foreman-proxy-custom-repo true 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 /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
Specifying one of these options does not help;
--foreman-proxy-puppet-group EMPTY_ARRAY --foreman-proxy-puppet-group EMPTY_HASH --foreman-proxy-puppet-group UNDEF --foreman-proxy-puppet-group=UNDEF
Actions