Consul Salt Formula
Go to file
Eric Renfro 891fc58676
Updated consul service and service environment
2018-05-16 12:13:27 -04:00
consul Updated consul service and service environment 2018-05-16 12:13:27 -04:00
consul-template Providing for upstart in consul-template service (#10) 2016-09-02 10:26:58 +02:00
test/integration/consul/inspec make sure consul service is up and running 2017-11-29 23:11:34 +01:00
.kitchen.yml Re-added ubuntu-14.04 back, changed defaults to remove encrypt 2018-05-16 11:18:36 -04:00
.travis.yml give pillar vars more modularity 2017-11-25 13:03:40 +01:00
Gemfile make sure consul service is up and running 2017-11-29 23:11:34 +01:00
LICENSE Initial commit 2015-10-07 21:18:22 +03:00
README.rst Enable Consul service to start at boot time 2016-10-24 13:45:20 +03:00
pillar.example Allow configure user and group for Consul service 2017-11-28 12:16:19 +02:00

README.rst

======
consul
======

.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:

``consul``
------------

Installs and configures the Consul service.

``consul.install``
------------------

Downloads and installs the Consul binary file.

``consul.config``
-----------------

Provision the Consul configuration files and sources.

``consul.service``
------------------

Adds the Consul service startup configuration or script to an operating system.

To start a service during Salt run and enable it at boot time, you need to set following Pillar:

.. code:: yaml

    consul:
      service: True

``consul-template``
-------------------

Installs and configures Consul template.

.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=4 sw=4 et