remove reference to __target_user - has never been used and is not implemented anymore
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
df258cf330
commit
7c8f9e8b98
2 changed files with 0 additions and 5 deletions
|
@ -16,8 +16,6 @@ TESTS
|
||||||
- verify that all env variables in doc/man/cdist-reference.text.sh
|
- verify that all env variables in doc/man/cdist-reference.text.sh
|
||||||
exist in the right stages
|
exist in the right stages
|
||||||
|
|
||||||
__target_user - unneeded?
|
|
||||||
|
|
||||||
USER INTERFACE
|
USER INTERFACE
|
||||||
--------------
|
--------------
|
||||||
- add support $__tmp?
|
- add support $__tmp?
|
||||||
|
|
|
@ -188,9 +188,6 @@ __object_name::
|
||||||
__target_host::
|
__target_host::
|
||||||
The host we are deploying to.
|
The host we are deploying to.
|
||||||
Available for: initial manifest, type manifest, type gencode
|
Available for: initial manifest, type manifest, type gencode
|
||||||
__target_user::
|
|
||||||
User to use for authentication on remote host.
|
|
||||||
Currently static in core.
|
|
||||||
__type::
|
__type::
|
||||||
Path to the current type.
|
Path to the current type.
|
||||||
Available for: type manifest, type gencode
|
Available for: type manifest, type gencode
|
||||||
|
|
Loading…
Reference in a new issue