forked from ungleich-public/cdist
consistency: function {} begin on next line
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ad7a9f82f7
commit
6be9d02e6a
1 changed files with 4 additions and 3 deletions
|
@ -185,11 +185,13 @@ __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() {
|
__cdist_new_objects_created()
|
||||||
|
{
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
touch "$__cdist_tmp_dir/object_created"
|
||||||
}
|
}
|
||||||
|
|
||||||
__cdist_has_new_objects() {
|
__cdist_has_new_objects()
|
||||||
|
{
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
touch "$__cdist_tmp_dir/object_created"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -267,7 +269,6 @@ __cdist_object_type_explorer_dir()
|
||||||
echo "$(__cdist_object_dir "$1")/${__cdist_name_explorer}"
|
echo "$(__cdist_object_dir "$1")/${__cdist_name_explorer}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Remote
|
# Remote
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue