mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Surround scalar in single quotes
This commit is contained in:
@@ -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"\
|
||||||
|
|||||||
Reference in New Issue
Block a user