forked from ungleich-public/cdist
Allow ids to contain slashes
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
91127357e7
commit
45429c2ca0
3 changed files with 15 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ __cdist_version="1.0.0"
|
|||
: ${__cdist_type_dir:=$__cdist_conf_dir/$__cdist_name_type}
|
||||
|
||||
# Used for IDs
|
||||
__cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*'
|
||||
__cdist_sane_regexp='[A-Za-z0-9/]*[-A-Za-z0-9_/]*'
|
||||
|
||||
# Default remote user
|
||||
: ${__cdist_remote_user:=root}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue