Skip to content

Plugins constantly try to install #17

@minorOffense

Description

@minorOffense

Bug Report

  • Module version: 6.0.0
  • Puppet version: 5.3.3
  • OS and version: Centos 7

Bug description

Expected behavior: Install kibana plugin once (e.g. wazuh)

Observed behavior: Constantly tries to reinstall the plugin on every puppet run even if I set a version. I'm not sure if it's an issue with the plugin itself or with the puppet module.

Example manifest:

  class { 'kibana':
    manage_repo => false,
    ensure => latest,
    config => {
      'server.host' => '0.0.0.0',
      'elasticsearch.url' => 'http://localhost:9200',
      'server.port' => '5601',
    },
    require => [Class['java'], Class['elastic_stack::repo']],
  } 

  kibana_plugin { 'wazuhapp':
    url => 'http://packages.wazuh.com/wazuhapp/wazuhapp.zip',
    version => '2.1.1',
    ensure => 'present',
  }

Puppet run logs:

Error: /Stage[main]/Coldfront::Profile::Elk/Kibana_plugin[wazuhapp]: Could not evaluate: Found previous install attempt. Deleting...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions