add source record information to created objects

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 19:53:13 +01:00
commit 7c8dba566f
2 changed files with 7 additions and 3 deletions

View file

@ -60,6 +60,9 @@ __cdist_bin_prefix="__"
# Used for IDs
__cdist_sane_chars='[A-Za-z0-9_]'
# Used to mark file that created a specific type
__cdist_object_source=".source"
################################################################################
# Function list
#