You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
consul | 5 years ago | |
consul-template | 7 years ago | |
test/integration/consul/inspec | 5 years ago | |
.kitchen.yml | 5 years ago | |
.travis.yml | 5 years ago | |
Gemfile | 5 years ago | |
LICENSE | 7 years ago | |
README.rst | 6 years ago | |
pillar.example | 5 years ago |
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