Hey there. I'm trying to install kibana using the puppet module from elastic and I'm getting the following error:
Error: Found 1 dependency cycle:
(Exec[apt_update] => Class[Apt::Update] => Package[apt-transport-https] => Exec[apt_update])
Cycle graph written to /opt/puppetlabs/puppet/cache/state/graphs/cycles.dot.
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Here's the pretty graph.
Anyone have any idea where to troubleshoot this? I have removed any references to apt::update in our code.
I have managed to successfully install logstash and elasticsearch on the same server..