Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System foreman-proxy group #765

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anesterova
Copy link

Let people manage whether foreman-proxy group should be a system group or not.
In my case i am getting a dependency cycle error starting from module version 22.0.0:

Error: Found 1 dependency cycle:
(Augeas[puppet::server::puppetserver::bootstrap] => Class[Puppet::Server::Puppetserver] => Class[Puppet::Server::Config] => Class[Foreman_proxy::Config] => Group[foreman-proxy] => User[puppet] => File[/opt/puppetlabs/puppet/cache/reports] => Class[Puppet::Server::Config])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

@ekohl
Copy link
Member

ekohl commented Jun 24, 2022

The Group[foreman-proxy] => User[puppet] relation looks odd to me. Any idea why that's there?

@anesterova
Copy link
Author

@ekohl unfortunately i have no idea. Tried to find but with no luck.
These are modules we use:

mod 'theforeman/puppet', '16.2.0'
mod 'theforeman/foreman', '20.1.0'
mod 'theforeman/puppetserver_foreman', '2.1.0'
mod 'theforeman/dhcp', '8.1.0'
mod 'theforeman/dns', '9.3.0'
mod 'theforeman/tftp', '7.2.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants