Merge branch 'cherry-pick-2f433a14' into 'master'
Merge branch 'bugfix/postfix-master-option' into master See merge request ungleich-public/cdist!907
This commit is contained in:
commit
cc089789de
3 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ case "$state_should" in
|
|||
remove_entry
|
||||
fi
|
||||
cat << DONE
|
||||
cat >> "$config" << ${__type##*/}_DONE
|
||||
cat >> "$config" << "${__type##*/}_DONE"
|
||||
$(cat "$entry")
|
||||
${__type##*/}_DONE
|
||||
DONE
|
||||
|
|
|
@ -4,6 +4,5 @@ unpriv
|
|||
chroot
|
||||
wakeup
|
||||
maxproc
|
||||
option
|
||||
comment
|
||||
state
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
option
|
Loading…
Reference in a new issue