Skip to content

Commit e22a0e3

Browse files
committed
salt 2019.2 yaml render compatibility
1 parent 0cfb229 commit e22a0e3

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|tojson }}
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)