forked from ungleich-public/cdist
Merge branch 'bugfix/postfix-master-option' into '6.6'
Fix broken --option parameter in __postfix_master type See merge request ungleich-public/cdist!905 (cherry picked from commit 2f433a1458f3a1f7f8859e9ae165178a0ec5b7a0)9496b234
The option parameter is actually multi-valued4009bbd7
Protect postfix variables in options
This commit is contained in:
parent
652ffea4a8
commit
bc97073131
3 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ case "$state_should" in
|
||||||
remove_entry
|
remove_entry
|
||||||
fi
|
fi
|
||||||
cat << DONE
|
cat << DONE
|
||||||
cat >> "$config" << ${__type##*/}_DONE
|
cat >> "$config" << "${__type##*/}_DONE"
|
||||||
$(cat "$entry")
|
$(cat "$entry")
|
||||||
${__type##*/}_DONE
|
${__type##*/}_DONE
|
||||||
DONE
|
DONE
|
||||||
|
|
|
@ -4,6 +4,5 @@ unpriv
|
||||||
chroot
|
chroot
|
||||||
wakeup
|
wakeup
|
||||||
maxproc
|
maxproc
|
||||||
option
|
|
||||||
comment
|
comment
|
||||||
state
|
state
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
option
|
Loading…
Reference in a new issue