Skip to content

Commit

Permalink
feat(formula): apply pr review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jun 29, 2019
1 parent d69bd4e commit ad30f21
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 357 deletions.
8 changes: 4 additions & 4 deletions FORMULA
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: sysstat
os: FreeBSD
os_family: FreeBSD
version: 1.1.0
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
version: 1.0.0
release: 1
minimum_version: 2016.11
summary: sysstat formula
description: Formula to set up sysstat
description: Formula to install sysstat/sar and configure it.
top_level_dir: sysstat
Empty file removed docs/AUTHORS.rst
Empty file.
Empty file removed docs/CHANGELOG.rst
Empty file.
32 changes: 1 addition & 31 deletions docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,36 +154,6 @@ An example of that:
...
BREAKING CHANGE: With the removal of all of the `.sls` files under
`sysstat package`, this formula no longer supports the installation of
`template package`, this formula no longer supports the installation of
packages.
Semantic release formulas
-------------------------

These formulas are already compatible with semantic-release:

* `bind-formula <https://github.com/saltstack-formulas/bind-formula>`_
* `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
* `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
* `collectd-formula <https://github.com/saltstack-formulas/collectd-formula>`_
* `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
* `keepalived-formula <https://github.com/saltstack-formulas/keepalived-formula>`_
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
* `postfix-formula <https://github.com/saltstack-formulas/postfix-formula>`_
* `postgres-formula <https://github.com/saltstack-formulas/postgres-formula>`_
* `prometheus-formula <https://github.com/saltstack-formulas/prometheus-formula>`_
* `rkhunter-formula <https://github.com/saltstack-formulas/rkhunter-formula>`_
* `salt-formula <https://github.com/saltstack-formulas/salt-formula>`_
* `sudoers-formula <https://github.com/saltstack-formulas/sudoers-formula>`_
* `syslog-ng-formula <https://github.com/saltstack-formulas/syslog-ng-formula>`_
* `systemd-formula <https://github.com/saltstack-formulas/systemd-formula>`_
* `sysstat-formula <https://github.com/saltstack-formulas/sysstat-formula>`_
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_


Documentation
-------------

`Documentation contributing guidelines <CONTRIBUTING_DOCS.rst>`_
96 changes: 0 additions & 96 deletions docs/CONTRIBUTING_DOCS.rst

This file was deleted.

23 changes: 11 additions & 12 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _readme:

sysstat-formula
================
===============

|img_travis| |img_sr|

Expand All @@ -14,8 +14,7 @@ sysstat-formula
:scale: 100%
:target: https://github.com/semantic-release/semantic-release

A SaltStack formula that is empty. It has dummy content to help with a quick
start on a new formula and it serves as a style guide.
Formula to install sysstat/sar and configure it.

.. contents:: **Table of Contents**

Expand Down Expand Up @@ -47,7 +46,7 @@ Available states
:local:

``sysstat``
^^^^^^^^^^^^
^^^^^^^^^^^

*Meta-state (This is a state that includes other states)*.

Expand All @@ -56,29 +55,29 @@ manages the sysstat configuration file and then
starts the associated sysstat service.

``sysstat.package``
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^

This state will install the sysstat package only.

``sysstat.source``
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^

This state will install the sysstat from source only.

``sysstat.config``
^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^

This state will configure the sysstat service and has a dependency on ``sysstat.install``
via include list.

``sysstat.service``
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^

This state will start the sysstat service and has a dependency on ``sysstat.config``
via include list.

``sysstat.clean``
^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^

*Meta-state (This is a state that includes other states)*.

Expand All @@ -88,18 +87,18 @@ removes the configuration file and
then uninstalls the package.

``sysstat.service.clean``
^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^

This state will stop the sysstat service and disable it at boot time.

``sysstat.config.clean``
^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove the configuration of the sysstat service and has a
dependency on ``sysstat.service.clean`` via include list.

``sysstat.package.clean``
^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove the sysstat package and has a depency on

Expand Down
21 changes: 0 additions & 21 deletions docs/_static/css/custom.css

This file was deleted.

Loading

0 comments on commit ad30f21

Please sign in to comment.