Skip to content

Commit d604876

Browse files
committed
docs: fix CONTRIBUTING and README
* Finalises comments from #51
1 parent 4fb086a commit d604876

File tree

4 files changed

+6
-32
lines changed

4 files changed

+6
-32
lines changed

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ version: 1.0.0rc
55
release: 1
66
minimum_version: 2016.11
77
summary: Sudoers formula
8-
description: Formula to configure sudo
8+
description: Formula to configure sudo and the sudoers included files
99
top_level_dir: sudoers

docs/CONTRIBUTING.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -156,31 +156,3 @@ An example of that:
156156
BREAKING CHANGE: With the removal of all of the `.sls` files under
157157
`template package`, this formula no longer supports the installation of
158158
packages.
159-
160-
161-
Semantic release formulas
162-
-------------------------
163-
164-
These formulas are already compatible with semantic-release:
165-
166-
* `bind-formula <https://github.com/saltstack-formulas/bind-formula>`_
167-
* `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
168-
* `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
169-
* `collectd-formula <https://github.com/saltstack-formulas/collectd-formula>`_
170-
* `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
171-
* `keepalived-formula <https://github.com/saltstack-formulas/keepalived-formula>`_
172-
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
173-
* `postgres-formula <https://github.com/saltstack-formulas/postgres-formula>`_
174-
* `prometheus-formula <https://github.com/saltstack-formulas/prometheus-formula>`_
175-
* `rkhunter-formula <https://github.com/saltstack-formulas/rkhunter-formula>`_
176-
* `salt-formula <https://github.com/saltstack-formulas/salt-formula>`_
177-
* `syslog-ng-formula <https://github.com/saltstack-formulas/syslog-ng-formula>`_
178-
* `systemd-formula <https://github.com/saltstack-formulas/systemd-formula>`_
179-
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
180-
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_
181-
182-
183-
Documentation
184-
-------------
185-
186-
`Documentation contributing guidelines <CONTRIBUTING_DOCS.rst>`_

docs/README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ sudoers-formula
1414
:scale: 100%
1515
:target: https://github.com/semantic-release/semantic-release
1616

17-
A SaltStack formula that is empty. It has dummy content to help with a quick
18-
start on a new formula and it serves as a style guide.
17+
Set up ``sudo`` and the ``sudoers`` included files.
1918

2019
.. contents:: **Table of Contents**
2120

@@ -80,7 +79,7 @@ e.g. ``debian-9-2019-2-py3``.
8079
``bin/kitchen converge``
8180
^^^^^^^^^^^^^^^^^^^^^^^^
8281

83-
Creates the docker instance and runs the ``template`` main state, ready for testing.
82+
Creates the docker instance and runs the ``sudoers`` main state, ready for testing.
8483

8584
``bin/kitchen verify``
8685
^^^^^^^^^^^^^^^^^^^^^^

pillar.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
14
sudoers:
25
# By default the main sudoers file is managed by this formula (False to skip)
36
manage_main_config: True

0 commit comments

Comments
 (0)