forked from ungleich-public/cdist
remove unused functions
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
bd4194cff9
commit
ebbacf4873
1 changed files with 0 additions and 10 deletions
|
@ -185,16 +185,6 @@ __cdist_init_deploy()
|
||||||
ln -sf "$__cdist_conf_dir" "$__cdist_local_base_dir/$__cdist_name_conf_dir"
|
ln -sf "$__cdist_conf_dir" "$__cdist_local_base_dir/$__cdist_name_conf_dir"
|
||||||
}
|
}
|
||||||
|
|
||||||
__cdist_new_objects_created()
|
|
||||||
{
|
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
|
||||||
}
|
|
||||||
|
|
||||||
__cdist_has_new_objects()
|
|
||||||
{
|
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
|
||||||
}
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Object
|
# Object
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue