Skip to content

Commit 5049d17

Browse files
authored
Merge pull request #41 from dimabutyrin/feature/compatibility-with-salt-2019-2
salt 2019.2 yaml render compatibility
2 parents 7c19a0e + e22a0e3 commit 5049d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ntp/ng/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ntpd_conf:
1616
- source: salt://ntp/ng/files/ntp.conf
1717
- template: jinja
1818
- context:
19-
config: {{ ntp.settings.ntp_conf }}
19+
config: {{ ntp.settings.ntp_conf|json }}
2020
- watch_in:
2121
- service: {{ ntp.lookup.service }}
2222
{% if 'package' in ntp.lookup %}

0 commit comments

Comments
 (0)