Update

When I commented this part of config.pp the service and configs appeared on 
host

/*    # Removal of files that are provided with the package which we don't 
use
    file { '/etc/init.d/elasticsearch':
      ensure => 'absent'
    }
    file { '/usr/lib/systemd/system/elasticsearch.service':
      ensure => 'absent'
    }

    file { "${elasticsearch::params::defaults_location}/elasticsearch":
      ensure => 'absent'
    }

    file { '/etc/elasticsearch/elasticsearch.yml':
      ensure => 'absent'
    }
    file { '/etc/elasticsearch/logging.yml':
      ensure => 'absent'
    }
*/


I'm a bit confused how this should work at all...

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/81473097-7423-472f-8438-cf9c76e4e813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to