You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When setting
super_user = true
anddaemon_user = 'deploy'
a dependency cycle happens that breaks thepuppet apply
. I've attached the cycle dependency graph as well as the error.Puppet client version: 4.3.0
The text was updated successfully, but these errors were encountered: