Fabio Salt Formua
Go to file
Eric Renfro e0e9e48821
Trying to fix init-env loop
2018-05-21 23:30:44 -04:00
fabio Trying to fix init-env loop 2018-05-21 23:30:44 -04:00
test/integration/fabio/inspec initial commit 2018-05-17 17:36:29 -04:00
.kitchen.yml initial commit 2018-05-17 17:36:29 -04:00
.travis.yml initial commit 2018-05-17 17:36:29 -04:00
Gemfile initial commit 2018-05-17 17:36:29 -04:00
LICENSE initial commit 2018-05-17 17:36:29 -04:00
README.rst initial commit 2018-05-17 17:36:29 -04:00
pillar.example initial commit 2018-05-17 17:36:29 -04:00

README.rst

======
fabio
======

.. 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:

``fabio``
------------

Installs and configures the fabio service.

``fabio.install``
------------------

Downloads and installs the fabio binary file.

``fabio.config``
-----------------

Provision the fabio configuration files and sources.

``fabio.service``
------------------

Adds the fabio 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

    fabio:
      service: True

``fabio-template``
-------------------

Installs and configures fabio template.

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