Merge pull request #451 from darko-poljak/manpages-fix
Make man pages SEE ALSO by convention. Improve docs building.
This commit is contained in:
commit
2981fc20da
100 changed files with 98 additions and 485 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -20,8 +20,9 @@ MANIFEST
|
||||||
dist/
|
dist/
|
||||||
cdist/version.py
|
cdist/version.py
|
||||||
|
|
||||||
#sphinx build dir
|
# sphinx build dirs, cache
|
||||||
_build/
|
_build/
|
||||||
|
docs/dist
|
||||||
|
|
||||||
# Packaging: Archlinux
|
# Packaging: Archlinux
|
||||||
/PKGBUILD
|
/PKGBUILD
|
||||||
|
|
|
@ -48,12 +48,6 @@ EXAMPLES
|
||||||
__apt_key UbuntuArchiveKey --keyid 437D05B5 --keyserver keyserver.ubuntu.com
|
__apt_key UbuntuArchiveKey --keyid 437D05B5 --keyserver keyserver.ubuntu.com
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -38,12 +38,6 @@ EXAMPLES
|
||||||
--state present
|
--state present
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -29,12 +29,6 @@ EXAMPLES
|
||||||
__apt_norecommends
|
__apt_norecommends
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -37,12 +37,6 @@ EXAMPLES
|
||||||
__apt_ppa ppa:sans-intern/missing-bits --state absent
|
__apt_ppa ppa:sans-intern/missing-bits --state absent
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -56,12 +56,6 @@ EXAMPLES
|
||||||
--component partner --state present
|
--component partner --state present
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -28,12 +28,6 @@ EXAMPLES
|
||||||
__apt_update_index
|
__apt_update_index
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -69,12 +69,6 @@ EXAMPLES
|
||||||
DONE
|
DONE
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -53,12 +53,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
ccollect(1)
|
:manpage:`ccollect`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
ccollect documentation at:
|
|
||||||
<http://www.nico.schottelius.org/software/ccollect/>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -50,12 +50,6 @@ EXAMPLES
|
||||||
__cdist --source "git://git.schottelius.org/cdist" /home/cdist/cdist
|
__cdist --source "git://git.schottelius.org/cdist" /home/cdist/cdist
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -42,12 +42,6 @@ EXAMPLES
|
||||||
__cdistmarker --destination /tmp/cdist_marker --format '+%s'
|
__cdistmarker --destination /tmp/cdist_marker --format '+%s'
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Daniel Maher <phrawzty+cdist--@--gmail.com>
|
Daniel Maher <phrawzty+cdist--@--gmail.com>
|
||||||
|
|
|
@ -48,10 +48,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__file(7) <cdist-type__file.html>`_
|
:manpage:`cdist-type__file`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -41,12 +41,6 @@ EXAMPLES
|
||||||
--version 0.4.1
|
--version 0.4.1
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -165,10 +165,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/options.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/options.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -62,10 +62,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -29,12 +29,6 @@ EXAMPLES
|
||||||
__consul_reload
|
__consul_reload
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -66,10 +66,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -125,10 +125,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <https://github.com/hashicorp/consul-template>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<https://github.com/hashicorp/consul-template>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -59,11 +59,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_template(7) <cdist-type__consul_template.html>`_,
|
:manpage:`cdist-type__consul_template`\ (7), :manpage:`cdist-type__consul_template_config`\ (7)
|
||||||
`cdist-type__consul_template_config(7) <cdist-type__consul_template_config.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -55,12 +55,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -48,12 +48,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -45,12 +45,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -45,11 +45,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consule documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -41,12 +41,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -65,11 +65,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consule documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -41,12 +41,9 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
|
:manpage:`cdist-type__consul_agent`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
consul documentation at:
|
|
||||||
<http://www.consul.io/docs/agent/watches.html>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -68,10 +68,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
crontab(5)
|
:manpage:`crontab`\ (5)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -37,11 +37,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
debconf-set-selections(1),
|
:manpage:`debconf-set-selections`\ (1), :manpage:`cdist-type__update_alternatives`\ (7)
|
||||||
`cdist-type__update_alternatives(7) <cdist-type__update_alternatives.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -88,12 +88,6 @@ EXAMPLES
|
||||||
--owner root --group root --mode 0755 --state present
|
--owner root --group root --mode 0755 --state present
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -43,10 +43,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
qemu(1), dog(8)
|
:manpage:`qemu`\ (1), :manpage:`dog`\ (8)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -99,12 +99,6 @@ EXAMPLES
|
||||||
DONE
|
DONE
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -65,11 +65,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__iptables_rule(7) <cdist-type__iptables_rule.html>`_,
|
:manpage:`cdist-type__iptables_rule`\ (7), :manpage:`firewalld`\ (8)
|
||||||
firewalld(8)
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -47,12 +47,6 @@ EXAMPLES
|
||||||
__git /home/nico/cdist --source git://github.com/telmich/cdist.git --branch 2.1
|
__git /home/nico/cdist --source git://github.com/telmich/cdist.git --branch 2.1
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -67,12 +67,6 @@ EXAMPLES
|
||||||
__group foobar --gid 1234 --password 'crypted-password-string'
|
__group foobar --gid 1234 --password 'crypted-password-string'
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -39,12 +39,6 @@ EXAMPLES
|
||||||
__hostname --name some-static-hostname
|
__hostname --name some-static-hostname
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -29,11 +29,7 @@ None (__iptables_apply is used by __iptables_rule)
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__iptables_rule(7) <cdist-type__iptables_rule.html>`_,
|
:manpage:`cdist-type__iptables_rule`\ (7), :manpage:`iptables`\ (8)
|
||||||
iptables(8)
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -50,11 +50,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__iptables_apply(7) <cdist-type__iptables_apply.html>`_,
|
:manpage:`cdist-type__iptables_apply`\ (7), :manpage:`iptables`\ (8)
|
||||||
iptables(8)
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -34,12 +34,6 @@ EXAMPLES
|
||||||
__issue --source "$__type/files/myfancyissue"
|
__issue --source "$__type/files/myfancyissue"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -108,8 +108,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
:manpage:`jail`\ (8)
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -107,8 +107,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
:manpage:`jail`\ (8)
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -108,8 +108,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
:manpage:`jail`\ (8)
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -81,12 +81,6 @@ This type try to handle as many values as possible, so it doesn't use regexes.
|
||||||
So you need to exactly specify the key and delimiter. Delimiter can be of any lenght.
|
So you need to exactly specify the key and delimiter. Delimiter can be of any lenght.
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -61,10 +61,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
grep(1)
|
:manpage:`grep`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -47,12 +47,6 @@ EXAMPLES
|
||||||
__link /opt/plone --state absent
|
__link /opt/plone --state absent
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -34,10 +34,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
locale(1), localedef(1)
|
:manpage:`locale`\ (1), :manpage:`localedef`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -35,12 +35,6 @@ EXAMPLES
|
||||||
__motd --source "$__type/files/my-motd"
|
__motd --source "$__type/files/my-motd"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -71,12 +71,6 @@ EXAMPLES
|
||||||
--options "mfsmaster=mfsmaster.domain.tld,mfssubfolder=/one,nonempty,_netdev"
|
--options "mfsmaster=mfsmaster.domain.tld,mfssubfolder=/one,nonempty,_netdev"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -36,12 +36,6 @@ EXAMPLES
|
||||||
__mysql_database "cdist" --name "cdist" --user "myuser" --password "mypwd"
|
__mysql_database "cdist" --name "cdist" --user "myuser" --password "mypwd"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Benedikt Koeppel <code@benediktkoeppel.ch>
|
Benedikt Koeppel <code@benediktkoeppel.ch>
|
||||||
|
|
|
@ -51,12 +51,6 @@ EXAMPLES
|
||||||
__package vim --state present --type __package_apt
|
__package vim --state present --type __package_apt
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -46,10 +46,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -47,11 +47,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_,
|
:manpage:`cdist-type__package`\ (7), :manpage:`cdist-type__package_emerge_dependencies`\ (7)
|
||||||
`cdist-type__package_emerge_dependencies(7) <cdist-type__package_emerge_dependencies.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -36,11 +36,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_,
|
:manpage:`cdist-type__package`\ (7), :manpage:`cdist-type__package_emerge`\ (7)
|
||||||
`cdist-type__package_emerge(7) <cdist-type__package_emerge.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,10 +39,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,10 +39,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -42,10 +42,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -49,10 +49,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -54,10 +54,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -54,10 +54,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -85,10 +85,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,10 +39,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -40,12 +40,6 @@ EXAMPLES
|
||||||
__package_update_index --type apt
|
__package_update_index --type apt
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
|
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
|
||||||
|
|
|
@ -40,12 +40,6 @@ EXAMPLES
|
||||||
__package_upgrade_all --type apt
|
__package_upgrade_all --type apt
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
|
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
|
||||||
|
|
|
@ -49,10 +49,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -56,10 +56,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__package(7) <cdist-type__package.html>`_
|
:manpage:`cdist-type__package`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -59,10 +59,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
grep(1)
|
:manpage:`grep`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -35,10 +35,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
grep(1)
|
:manpage:`grep`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,11 +39,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
pf(4),
|
:manpage:`pf`\ (4), :manpage:`cdist-type__pf_ruleset`\ (7)
|
||||||
`cdist-type__pf_ruleset(7) <cdist-type__pf_ruleset.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,10 +39,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
pf(4)
|
:manpage:`pf`\ (4)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -29,12 +29,6 @@ EXAMPLES
|
||||||
__postfix
|
__postfix
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -68,10 +68,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
master(5)
|
:manpage:`master`\ (5)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -38,10 +38,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
postconf(5)
|
:manpage:`postconf`\ (5)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -29,12 +29,6 @@ EXAMPLES
|
||||||
__postfix_postmap /etc/postfix/generic
|
__postfix_postmap /etc/postfix/generic
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -29,12 +29,6 @@ EXAMPLES
|
||||||
__postfix_reload
|
__postfix_reload
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -30,10 +30,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__postgres_role(7) <cdist-type__postgres_role.html>`_
|
:manpage:`cdist-type__postgres_role`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -48,10 +48,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__postgres_database(7) <cdist-type__postgres_database.html>`_
|
:manpage:`cdist-type__postgres_database`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
postgresql documentation at:
|
postgresql documentation at:
|
||||||
<http://www.postgresql.org/docs/current/static/sql-createrole.html>.
|
<http://www.postgresql.org/docs/current/static/sql-createrole.html>.
|
||||||
|
|
||||||
|
|
|
@ -58,10 +58,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__start_on_boot(7) <cdist-type__start_on_boot.html>`_
|
:manpage:`cdist-type__start_on_boot`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -67,12 +67,6 @@ EXAMPLES
|
||||||
__pyvenv /home/services/djangoenv --venvparams "--copies --system-site-packages"
|
__pyvenv /home/services/djangoenv --venvparams "--copies --system-site-packages"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Darko Poljak <darko.poljak--@--gmail.com>
|
Darko Poljak <darko.poljak--@--gmail.com>
|
||||||
|
|
|
@ -37,10 +37,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
qemu-img(1)
|
:manpage:`qemu-img`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -36,12 +36,6 @@ EXAMPLES
|
||||||
__rbenv /home/bastian --state absent
|
__rbenv /home/bastian --state absent
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
|
@ -98,10 +98,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
rsync(1)
|
:manpage:`rsync`\ (1)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -31,12 +31,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
|
:manpage:`cdist-type__rvm_gem`\ (7), :manpage:`cdist-type__rvm_gemset`\ (7),
|
||||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_,
|
:manpage:`cdist-type__rvm_ruby`\ (7)
|
||||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -43,12 +43,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
|
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gemset`\ (7),
|
||||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_,
|
:manpage:`cdist-type__rvm_ruby`\ (7)
|
||||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -41,12 +41,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
|
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gem`\ (7),
|
||||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
|
:manpage:`cdist-type__rvm_ruby`\ (7)
|
||||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -42,12 +42,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
|
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gem`\ (7),
|
||||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
|
:manpage:`cdist-type__rvm_gemset`\ (7)
|
||||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -55,11 +55,8 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist__ssh_authorized_keys(7) <cdist__ssh_authorized_keys.html>`_,
|
:manpage:`cdist__ssh_authorized_keys`\ (7), :manpage:`sshd`\ (8)
|
||||||
sshd(8)
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -105,10 +105,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
sshd(8)
|
:manpage:`sshd`\ (8)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -33,10 +33,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__ssh_authorized_keys(7) <cdist-type__ssh_authorized_keys.html>`_
|
:manpage:`cdist-type__ssh_authorized_keys`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -99,10 +99,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__file(7) <cdist-type__file.html>`_
|
:manpage:`cdist-type__file`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -45,10 +45,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__process(7) <cdist-type__process.html>`_
|
:manpage:`cdist-type__process`\ (7)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -34,12 +34,6 @@ EXAMPLES
|
||||||
__timezone US/Central
|
__timezone US/Central
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Ramon Salvadó <rsalvado--@--gnuine--dot--com>
|
Ramon Salvadó <rsalvado--@--gnuine--dot--com>
|
||||||
|
|
|
@ -30,11 +30,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
`cdist-type__debconf_set_selections(7) <cdist-type__debconf_set_selections.html>`_,
|
:manpage:`cdist-type__debconf_set_selections`\ (7), :manpage:`update-alternatives`\ (8)
|
||||||
update-alternatives(8)
|
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -84,10 +84,7 @@ EXAMPLES
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
pw(8), usermod(8)
|
:manpage:`pw`\ (8), :manpage:`usermod`\ (8)
|
||||||
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
|
@ -39,12 +39,6 @@ EXAMPLES
|
||||||
--group webuser2 --state absent
|
--group webuser2 --state absent
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -111,12 +111,6 @@ EXAMPLES
|
||||||
--gpgkey https://fedoraproject.org/static/0608B895.txt
|
--gpgkey https://fedoraproject.org/static/0608B895.txt
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
|
@ -60,12 +60,6 @@ EXAMPLES
|
||||||
__zypper_repo testrepo4 --state disabled --repo_id 4
|
__zypper_repo testrepo4 --state disabled --repo_id 4
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Daniel Heule <hda--@--sfs.biz>
|
Daniel Heule <hda--@--sfs.biz>
|
||||||
|
|
|
@ -53,12 +53,6 @@ EXAMPLES
|
||||||
__zypper_service INTERNAL_SLES11_SP3 --state absent --uri "http://path/to/your/ris/dir"
|
__zypper_service INTERNAL_SLES11_SP3 --state absent --uri "http://path/to/your/ris/dir"
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>,
|
|
||||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Daniel Heule <hda--@--sfs.biz>
|
Daniel Heule <hda--@--sfs.biz>
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = sphinx-build
|
SPHINXBUILD = sphinx-build
|
||||||
PAPER =
|
PAPER =
|
||||||
BUILDDIR = _build
|
BUILDDIR = ../dist
|
||||||
|
# for cache, etc.
|
||||||
|
_BUILDDIR = _build
|
||||||
|
|
||||||
# User-friendly check for sphinx-build
|
# User-friendly check for sphinx-build
|
||||||
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
|
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
|
||||||
|
@ -15,7 +17,7 @@ endif
|
||||||
# Internal variables.
|
# Internal variables.
|
||||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||||
PAPEROPT_letter = -D latex_paper_size=letter
|
PAPEROPT_letter = -D latex_paper_size=letter
|
||||||
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
ALLSPHINXOPTS = -d $(_BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
||||||
# the i18n builder cannot share the environment and doctrees with the others
|
# the i18n builder cannot share the environment and doctrees with the others
|
||||||
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
||||||
|
|
||||||
|
@ -52,6 +54,7 @@ help:
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)/*
|
rm -rf $(BUILDDIR)/*
|
||||||
|
rm -rf $(_BUILDDIR)/*
|
||||||
|
|
||||||
.PHONY: html
|
.PHONY: html
|
||||||
html:
|
html:
|
||||||
|
@ -162,6 +165,10 @@ text:
|
||||||
.PHONY: man
|
.PHONY: man
|
||||||
man:
|
man:
|
||||||
$(SPHINXBUILD) -b cman $(ALLSPHINXOPTS) $(BUILDDIR)/man
|
$(SPHINXBUILD) -b cman $(ALLSPHINXOPTS) $(BUILDDIR)/man
|
||||||
|
mkdir -p $(BUILDDIR)/man/man1
|
||||||
|
mkdir -p $(BUILDDIR)/man/man7
|
||||||
|
mv -f $(BUILDDIR)/man/*.1 $(BUILDDIR)/man/man1/
|
||||||
|
mv -f $(BUILDDIR)/man/*.7 $(BUILDDIR)/man/man7/
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
|
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
|
||||||
|
|
||||||
|
|
|
@ -76,9 +76,9 @@ If you want to build and use the manpages, run:
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
make man
|
make man
|
||||||
export MANPATH=$MANPATH:$(pwd -P)/docs/man/_build/man
|
export MANPATH=$MANPATH:$(pwd -P)/docs/dist/man
|
||||||
|
|
||||||
Or you can move manpages from docs/man/_build/man directory to some
|
Or you can move manpages from docs/dist/man directory to some
|
||||||
other directory and add it to MANPATH.
|
other directory and add it to MANPATH.
|
||||||
|
|
||||||
You can also build manpages for types in your ~/.cdist directory:
|
You can also build manpages for types in your ~/.cdist directory:
|
||||||
|
@ -87,12 +87,23 @@ You can also build manpages for types in your ~/.cdist directory:
|
||||||
|
|
||||||
make dotman
|
make dotman
|
||||||
|
|
||||||
Built manpages are now in docs/man/_build/man directory. If you have
|
Built manpages are now in docs/dist/man directory. If you have
|
||||||
some other custom .cdist directory, e.g. /custom/.cdist then use:
|
some other custom .cdist directory, e.g. /opt/cdist then use:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
DOT_CDIST_PATH=/custom/.cdist make dotman
|
DOT_CDIST_PATH=/opt/cdist make dotman
|
||||||
|
|
||||||
|
Building and using HTML documentation
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
If you want to build and use HTML documentation, run:
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
make html
|
||||||
|
|
||||||
|
Now you can access docs/dist/html/index.html.
|
||||||
|
|
||||||
Python package
|
Python package
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -310,9 +310,3 @@ texinfo_documents = [
|
||||||
|
|
||||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
extlinks = {
|
|
||||||
'cdist_docs':
|
|
||||||
('http://www.nico.schottelius.org/software/cdist/man/{}/%s.html'.format(
|
|
||||||
release), None),
|
|
||||||
}
|
|
||||||
|
|
|
@ -175,10 +175,6 @@ The following exit values shall be returned:
|
||||||
One or more host configurations failed
|
One or more host configurations failed
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
Full documentation at: <:cdist_docs:`index`>.
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
Loading…
Reference in a new issue