2 more types for issue 131

This commit is contained in:
Daniel Heule 2014-02-08 22:06:27 +01:00
parent 423001b702
commit f3172fda95
8 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ This type is used on FreeBSD to manage jails.
REQUIRED PARAMETERS REQUIRED PARAMETERS
------------------- -------------------
state:: state::
Either "present" or "absent." Either "present" or "absent", defaults to "present".
jailbase:: jailbase::
The location of the .tgz archive containing the base fs for your jails. The location of the .tgz archive containing the base fs for your jails.

View File

@ -0,0 +1 @@
present

View File

@ -5,3 +5,4 @@ interface
devfs-ruleset devfs-ruleset
jaildir jaildir
jailbase jailbase
state

View File

@ -1 +0,0 @@
state

View File

@ -20,7 +20,7 @@ user::
gemset:: gemset::
The gemset to use The gemset to use
state:: state::
Either "present" or "absent" Either "present" or "absent", defaults to "present".
OPTIONAL PARAMETERS OPTIONAL PARAMETERS
------------------- -------------------

View File

@ -0,0 +1 @@
present

View File

@ -1 +1,2 @@
default default
state

View File

@ -1,3 +1,2 @@
state
gemset gemset
user user