Remove __self variable

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-09-21 20:25:37 +02:00
commit 57ed946414
7 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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