diff --git a/FORMULA b/FORMULA index 9018c17e..cfd776f3 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: consul -os: Debian, Ubuntu, CentOS, Amazon -os_family: Debian, RedHat -version: 1.0.0 +os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS +os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS +version: 0.11.2 release: 1 minimum_version: 2017.7 summary: Consul formula diff --git a/README.rst b/README.rst deleted file mode 100644 index e563232c..00000000 --- a/README.rst +++ /dev/null @@ -1,48 +0,0 @@ -====== -consul -====== - -.. note:: - - See the full `Salt Formulas installation and usage instructions - `_. - -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 diff --git a/test/integration/consul/inspec/consul_spec.rb b/test/integration/default/controls/service_spec.rb similarity index 100% rename from test/integration/consul/inspec/consul_spec.rb rename to test/integration/default/controls/service_spec.rb