forked from ungleich-public/cdist
2 more types for issue 131
This commit is contained in:
parent
423001b702
commit
f3172fda95
8 changed files with 6 additions and 4 deletions
|
@ -16,7 +16,7 @@ This type is used on FreeBSD to manage jails.
|
|||
REQUIRED PARAMETERS
|
||||
-------------------
|
||||
state::
|
||||
Either "present" or "absent."
|
||||
Either "present" or "absent", defaults to "present".
|
||||
|
||||
jailbase::
|
||||
The location of the .tgz archive containing the base fs for your jails.
|
||||
|
|
1
cdist/conf/type/__jail/parameter/default/state
Normal file
1
cdist/conf/type/__jail/parameter/default/state
Normal file
|
@ -0,0 +1 @@
|
|||
present
|
|
@ -5,3 +5,4 @@ interface
|
|||
devfs-ruleset
|
||||
jaildir
|
||||
jailbase
|
||||
state
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
state
|
|
@ -20,7 +20,7 @@ user::
|
|||
gemset::
|
||||
The gemset to use
|
||||
state::
|
||||
Either "present" or "absent"
|
||||
Either "present" or "absent", defaults to "present".
|
||||
|
||||
OPTIONAL PARAMETERS
|
||||
-------------------
|
||||
|
|
1
cdist/conf/type/__rvm_gem/parameter/default/state
Normal file
1
cdist/conf/type/__rvm_gem/parameter/default/state
Normal file
|
@ -0,0 +1 @@
|
|||
present
|
|
@ -1 +1,2 @@
|
|||
default
|
||||
state
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
state
|
||||
gemset
|
||||
user
|
||||
|
|
Loading…
Reference in a new issue