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

Circular dependency when setting daemon_user and super_user #728

Closed
kostecky opened this issue Dec 10, 2015 · 2 comments
Closed

Circular dependency when setting daemon_user and super_user #728

kostecky opened this issue Dec 10, 2015 · 2 comments

Comments

@kostecky
Copy link

When setting super_user = true and daemon_user = 'deploy' a dependency cycle happens that breaks the puppet apply. I've attached the cycle dependency graph as well as the error.

Puppet client version: 4.3.0

Error: Failed to apply catalog: Found 1 dependency cycle:
(Anchor[nginx::end] => Class[Nginx] => User[deploy] => File[/var/nginx/client_body_temp] => Class[Nginx::Config] => Class[Nginx::Service] => Service[nginx] => Class[Nginx::Service] => Anchor[nginx::end])
Cycle graph written to /opt/puppetlabs/puppet/cache/state/graphs/cycles.dot.

cycles

@kostecky
Copy link
Author

I believe this is an issue on my end, my apologies.

@jfryman
Copy link
Contributor

jfryman commented Dec 10, 2015

@kostecky no worries. glad you got it sorted!

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

No branches or pull requests

2 participants