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/
 | 
			
		||||
cdist/version.py
 | 
			
		||||
 | 
			
		||||
#sphinx build dir
 | 
			
		||||
# sphinx build dirs, cache
 | 
			
		||||
_build/
 | 
			
		||||
docs/dist
 | 
			
		||||
 | 
			
		||||
# Packaging: Archlinux
 | 
			
		||||
/PKGBUILD
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,12 +48,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,12 +38,6 @@ EXAMPLES
 | 
			
		|||
       --state present
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,12 +29,6 @@ EXAMPLES
 | 
			
		|||
    __apt_norecommends
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,12 +37,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -56,12 +56,6 @@ EXAMPLES
 | 
			
		|||
       --component partner --state present
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,12 +28,6 @@ EXAMPLES
 | 
			
		|||
    __apt_update_index
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -69,12 +69,6 @@ EXAMPLES
 | 
			
		|||
    DONE
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,12 +53,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
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/>.
 | 
			
		||||
:manpage:`ccollect`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,12 +50,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,12 +42,6 @@ EXAMPLES
 | 
			
		|||
    __cdistmarker --destination /tmp/cdist_marker --format '+%s'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Daniel Maher <phrawzty+cdist--@--gmail.com>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,10 +48,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__file(7) <cdist-type__file.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__file`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,12 +41,6 @@ EXAMPLES
 | 
			
		|||
       --version 0.4.1
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -165,10 +165,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/options.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/options.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -62,10 +62,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__consul_agent`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,12 +29,6 @@ EXAMPLES
 | 
			
		|||
    __consul_reload
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -66,10 +66,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__consul_agent(7) <cdist-type__consul_agent.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__consul_agent`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -125,10 +125,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<https://github.com/hashicorp/consul-template>.
 | 
			
		||||
consul documentation at: <https://github.com/hashicorp/consul-template>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,11 +59,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__consul_template(7) <cdist-type__consul_template.html>`_,
 | 
			
		||||
`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`>.
 | 
			
		||||
:manpage:`cdist-type__consul_template`\ (7), :manpage:`cdist-type__consul_template_config`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -55,12 +55,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,12 +48,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,12 +45,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,11 +45,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consule documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,12 +41,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -65,11 +65,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consule documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,12 +41,9 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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`>.
 | 
			
		||||
consul documentation at:
 | 
			
		||||
<http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
consul documentation at: <http://www.consul.io/docs/agent/watches.html>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -68,10 +68,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
crontab(5)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`crontab`\ (5)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,11 +37,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
debconf-set-selections(1),
 | 
			
		||||
`cdist-type__update_alternatives(7) <cdist-type__update_alternatives.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`debconf-set-selections`\ (1), :manpage:`cdist-type__update_alternatives`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -88,12 +88,6 @@ EXAMPLES
 | 
			
		|||
        --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
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,10 +43,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
qemu(1), dog(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`qemu`\ (1), :manpage:`dog`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -99,12 +99,6 @@ EXAMPLES
 | 
			
		|||
    DONE
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -65,11 +65,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__iptables_rule(7) <cdist-type__iptables_rule.html>`_,
 | 
			
		||||
firewalld(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__iptables_rule`\ (7), :manpage:`firewalld`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,12 +47,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,12 +67,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,12 +39,6 @@ EXAMPLES
 | 
			
		|||
    __hostname --name some-static-hostname
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,11 +29,7 @@ None (__iptables_apply is used by __iptables_rule)
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__iptables_rule(7) <cdist-type__iptables_rule.html>`_,
 | 
			
		||||
iptables(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__iptables_rule`\ (7), :manpage:`iptables`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,11 +50,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__iptables_apply(7) <cdist-type__iptables_apply.html>`_,
 | 
			
		||||
iptables(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__iptables_apply`\ (7), :manpage:`iptables`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,12 +34,6 @@ EXAMPLES
 | 
			
		|||
    __issue --source "$__type/files/myfancyissue"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -108,8 +108,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`jail`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -107,8 +107,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`jail`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -108,8 +108,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`jail`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -61,10 +61,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
grep(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`grep`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,12 +47,6 @@ EXAMPLES
 | 
			
		|||
    __link /opt/plone --state absent
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,10 +34,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
locale(1), localedef(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`locale`\ (1), :manpage:`localedef`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,12 +35,6 @@ EXAMPLES
 | 
			
		|||
    __motd --source "$__type/files/my-motd"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,12 +71,6 @@ EXAMPLES
 | 
			
		|||
       --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
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,12 +36,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Benedikt Koeppel <code@benediktkoeppel.ch>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,12 +51,6 @@ EXAMPLES
 | 
			
		|||
    __package vim --state present --type __package_apt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,10 +46,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,11 +47,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_,
 | 
			
		||||
`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`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7), :manpage:`cdist-type__package_emerge_dependencies`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,11 +36,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_,
 | 
			
		||||
`cdist-type__package_emerge(7) <cdist-type__package_emerge.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7), :manpage:`cdist-type__package_emerge`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,10 +39,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,10 +39,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,10 +42,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,10 +49,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,10 +54,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,10 +54,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -85,10 +85,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,10 +39,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,12 +40,6 @@ EXAMPLES
 | 
			
		|||
    __package_update_index --type apt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,12 +40,6 @@ EXAMPLES
 | 
			
		|||
    __package_upgrade_all --type apt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,10 +49,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -56,10 +56,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__package(7) <cdist-type__package.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__package`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,10 +59,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
grep(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`grep`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,10 +35,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
grep(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`grep`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,11 +39,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
pf(4),
 | 
			
		||||
`cdist-type__pf_ruleset(7) <cdist-type__pf_ruleset.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`pf`\ (4), :manpage:`cdist-type__pf_ruleset`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,10 +39,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
pf(4)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`pf`\ (4)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,12 +29,6 @@ EXAMPLES
 | 
			
		|||
    __postfix
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -68,10 +68,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
master(5)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`master`\ (5)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,10 +38,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
postconf(5)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`postconf`\ (5)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,12 +29,6 @@ EXAMPLES
 | 
			
		|||
    __postfix_postmap /etc/postfix/generic
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,12 +29,6 @@ EXAMPLES
 | 
			
		|||
    __postfix_reload
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,10 +30,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__postgres_role(7) <cdist-type__postgres_role.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__postgres_role`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,10 +48,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
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:
 | 
			
		||||
<http://www.postgresql.org/docs/current/static/sql-createrole.html>.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -58,10 +58,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__start_on_boot(7) <cdist-type__start_on_boot.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__start_on_boot`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,12 +67,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Darko Poljak <darko.poljak--@--gmail.com>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,10 +37,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
qemu-img(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`qemu-img`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,12 +36,6 @@ EXAMPLES
 | 
			
		|||
    __rbenv /home/bastian --state absent
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -98,10 +98,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
rsync(1)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`rsync`\ (1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -31,12 +31,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
 | 
			
		||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_,
 | 
			
		||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__rvm_gem`\ (7), :manpage:`cdist-type__rvm_gemset`\ (7),
 | 
			
		||||
:manpage:`cdist-type__rvm_ruby`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,12 +43,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
 | 
			
		||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_,
 | 
			
		||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gemset`\ (7),
 | 
			
		||||
:manpage:`cdist-type__rvm_ruby`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,12 +41,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
 | 
			
		||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
 | 
			
		||||
`cdist-type__rvm_ruby(7) <cdist-type__rvm_ruby.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gem`\ (7),
 | 
			
		||||
:manpage:`cdist-type__rvm_ruby`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,12 +42,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__rvm(7) <cdist-type__rvm.html>`_,
 | 
			
		||||
`cdist-type__rvm_gem(7) <cdist-type__rvm_gem.html>`_,
 | 
			
		||||
`cdist-type__rvm_gemset(7) <cdist-type__rvm_gemset.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__rvm`\ (7), :manpage:`cdist-type__rvm_gem`\ (7),
 | 
			
		||||
:manpage:`cdist-type__rvm_gemset`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -55,11 +55,8 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist__ssh_authorized_keys(7) <cdist__ssh_authorized_keys.html>`_,
 | 
			
		||||
sshd(8)
 | 
			
		||||
:manpage:`cdist__ssh_authorized_keys`\ (7), :manpage:`sshd`\ (8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -105,10 +105,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
sshd(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`sshd`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,10 +33,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__ssh_authorized_keys(7) <cdist-type__ssh_authorized_keys.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__ssh_authorized_keys`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -99,10 +99,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__file(7) <cdist-type__file.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__file`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,10 +45,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__process(7) <cdist-type__process.html>`_
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__process`\ (7)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,12 +34,6 @@ EXAMPLES
 | 
			
		|||
    __timezone US/Central
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Ramon Salvadó <rsalvado--@--gnuine--dot--com>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,11 +30,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
`cdist-type__debconf_set_selections(7) <cdist-type__debconf_set_selections.html>`_,
 | 
			
		||||
update-alternatives(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`cdist-type__debconf_set_selections`\ (7), :manpage:`update-alternatives`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -84,10 +84,7 @@ EXAMPLES
 | 
			
		|||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
pw(8), usermod(8)
 | 
			
		||||
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
:manpage:`pw`\ (8), :manpage:`usermod`\ (8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,12 +39,6 @@ EXAMPLES
 | 
			
		|||
       --group webuser2 --state absent
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -111,12 +111,6 @@ EXAMPLES
 | 
			
		|||
       --gpgkey https://fedoraproject.org/static/0608B895.txt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>,
 | 
			
		||||
especially cdist type chapter: <:cdist_docs:`cdist-type`>.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,12 +60,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Daniel Heule <hda--@--sfs.biz>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,12 +53,6 @@ EXAMPLES
 | 
			
		|||
    __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
 | 
			
		||||
-------
 | 
			
		||||
Daniel Heule <hda--@--sfs.biz>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,9 @@
 | 
			
		|||
SPHINXOPTS    =
 | 
			
		||||
SPHINXBUILD   = sphinx-build
 | 
			
		||||
PAPER         =
 | 
			
		||||
BUILDDIR      = _build
 | 
			
		||||
BUILDDIR      = ../dist
 | 
			
		||||
# for cache, etc.
 | 
			
		||||
_BUILDDIR     = _build
 | 
			
		||||
 | 
			
		||||
# User-friendly check for sphinx-build
 | 
			
		||||
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +17,7 @@ endif
 | 
			
		|||
# Internal variables.
 | 
			
		||||
PAPEROPT_a4     = -D latex_paper_size=a4
 | 
			
		||||
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
 | 
			
		||||
I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -52,6 +54,7 @@ help:
 | 
			
		|||
.PHONY: clean
 | 
			
		||||
clean:
 | 
			
		||||
	rm -rf $(BUILDDIR)/*
 | 
			
		||||
	rm -rf $(_BUILDDIR)/*
 | 
			
		||||
 | 
			
		||||
.PHONY: html
 | 
			
		||||
html:
 | 
			
		||||
| 
						 | 
				
			
			@ -162,6 +165,10 @@ text:
 | 
			
		|||
.PHONY: man
 | 
			
		||||
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 "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
 | 
			
		||||
 | 
			
		||||
    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.
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
Built manpages are now in docs/man/_build/man directory. If you have
 | 
			
		||||
some other custom .cdist directory, e.g. /custom/.cdist then use:
 | 
			
		||||
Built manpages are now in docs/dist/man directory. If you have
 | 
			
		||||
some other custom .cdist directory, e.g. /opt/cdist then use:
 | 
			
		||||
 | 
			
		||||
.. 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
 | 
			
		||||
~~~~~~~~~~~~~~
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -310,9 +310,3 @@ texinfo_documents = [
 | 
			
		|||
 | 
			
		||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
 | 
			
		||||
#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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
--------
 | 
			
		||||
Full documentation at: <:cdist_docs:`index`>.
 | 
			
		||||
 | 
			
		||||
AUTHORS
 | 
			
		||||
-------
 | 
			
		||||
Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue