DEPRECATE __self environment variable, use __object_name (documentation)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
07ef08938b
commit
28614b3dd4
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2.0.4:
|
||||
* Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)
|
||||
* Cleanup: __object_fq variable removed (never used)
|
||||
* Cleanup: Environment variable __self DEPRECATED, use __object_name instead
|
||||
* Cleanup: Environment variable __self scheduled for removal in cdist 2.1
|
||||
|
||||
2.0.3: 2011-10-18
|
||||
* Improved logging, added --verbose, by more quiet by default
|
||||
|
|
|
@ -181,7 +181,8 @@ __object_id::
|
|||
The type unique object id.
|
||||
Available for: type manifest, type explorer, type gencode
|
||||
__self::
|
||||
__object_fq::
|
||||
DEPRECATED: Same as __object_name, do not use anymore, use __object_name instead.
|
||||
__object_name::
|
||||
The full qualified name of the current object.
|
||||
Available for: type manifest, type explorer, type gencode
|
||||
__target_host::
|
||||
|
|
Loading…
Reference in a new issue