We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810465 commit fd33537Copy full SHA for fd33537
1 file changed
ntp/ntp.sls
@@ -13,7 +13,7 @@ ntp_ntpdate_cron:
13
14
{% endif %}
15
16
-{% if grains['virtual'] == 'physical' and grains['oscodename'] not in ['focal', 'jammy'] %}
+{% if grains['virtual'] == 'physical' and grains['oscodename'] not in ['focal', 'jammy', 'noble', 'trixie'] %}
17
ntp_service_installed:
18
pkg.installed:
19
- pkgs:
0 commit comments