Puppet-kibana module failing on installation

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.

cycles

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..

Debugging happening here for any following: https://github.com/elastic/puppet-kibana/issues/18

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.