cleanup
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9b44fc6c9c
commit
d555ba5710
1 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
# Base
|
||||
: ${__cdist_config:=/etc/cdist}
|
||||
: ${__cdist_explorer_dir:=$__cdist_config/$__cdist_name_explorer}
|
||||
: ${__cdist_manifest_dir:=$__cdist_config/manifests}
|
||||
: ${__cdist_manifest_init:=$__cdist_manifest_dir/$__cdist_name_init}
|
||||
: ${__cdist_type_dir:=$__cdist_config/$__cdist_name_type}
|
||||
|
@ -45,9 +46,8 @@
|
|||
: ${__cdist_cache_hosts:=$__cdist_cache_dir/$__cdist_name_host}
|
||||
: ${__cdist_cache_bin:=$__cdist_cache_dir/$__cdist_name_bin}
|
||||
|
||||
: ${__cdist_explorer_dir:=$__cdist_config/$__cdist_name_explorer}
|
||||
|
||||
# Paths used on the target - must be kind of secure....
|
||||
# Remote
|
||||
: ${__cdist_remote_base_dir:=/var/lib/cdist}
|
||||
: ${__cdist_remote_explorer_dir:=$__cdist_remote_base_dir/$__cdist_name_explorer}
|
||||
export __cdist_remote_explorer_dir
|
||||
|
|
Loading…
Reference in a new issue