Surround scalar in single quotes

This commit is contained in:
William Wernert
2021-04-21 17:58:13 -04:00
parent 071e5166b4
commit c297031f6b

View File

@@ -1873,7 +1873,7 @@ patch_pillar() {
printf '%s\n'\ printf '%s\n'\
"patch:"\ "patch:"\
" os:"\ " os:"\
" source: $source"\ " source: '$source'"\
" schedule_name: '$PATCHSCHEDULENAME'"\ " schedule_name: '$PATCHSCHEDULENAME'"\
" enabled: True"\ " enabled: True"\
" splay: 300"\ " splay: 300"\