The module works with the notion of an instance
<https://github.com/elastic/puppet-elasticsearch/blob/master/README.md#instances>
and when you setup an instance it creates
/etc/init.d/elasticsearch-$instancename

On 22 April 2015 at 17:42, Sergey Zemlyanoy <s.zemlya...@gmail.com> wrote:

> 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
> <https://groups.google.com/d/msgid/elasticsearch/81473097-7423-472f-8438-cf9c76e4e813%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAEYi1X9ZmtZRNtLoiTL7j3td0%2BkEHGM7Pvk%3Da-MSjPH8ffoobw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to