forked from ungleich-public/cdist
Remove __self variable
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
3f9213be7e
commit
57ed946414
7 changed files with 1 additions and 9 deletions
|
|
@ -5,6 +5,7 @@ Changelog (v2.1 specific)
|
|||
* Exception: No braces means author == Nico Schottelius
|
||||
|
||||
2.1.0:
|
||||
* Core: Removed obsolete variable __self
|
||||
* Removed type __addifnosuchline (replaced by __line)
|
||||
* Removed type __removeline (replaced by __line)
|
||||
* Type __directory: Parameter --parents and --recursive are now boolean
|
||||
|
|
|
|||
|
|
@ -184,9 +184,6 @@ __object_id::
|
|||
the filesystem database and ensured by the core).
|
||||
|
||||
Note: Double slashes ("//") will not be fixed and result in an error.
|
||||
__self::
|
||||
DEPRECATED: Same as __object_name, do not use anymore, use __object_name instead.
|
||||
Will be removed in cdist 2.1.
|
||||
__object_name::
|
||||
The full qualified name of the current object.
|
||||
Available for: type manifest, type explorer, type gencode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue