Skip to content

Commit fd33537

Browse files
committed
ntp off for noble, trixie
1 parent e810465 commit fd33537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ntp/ntp.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ntp_ntpdate_cron:
1313

1414
{% endif %}
1515

16-
{% if grains['virtual'] == 'physical' and grains['oscodename'] not in ['focal', 'jammy'] %}
16+
{% if grains['virtual'] == 'physical' and grains['oscodename'] not in ['focal', 'jammy', 'noble', 'trixie'] %}
1717
ntp_service_installed:
1818
pkg.installed:
1919
- pkgs:

0 commit comments

Comments
 (0)