[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Followup fixes for ntpsec transition
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Mon Aug 7 15:16:09 BST 2023
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
e9f9ab68 by Guido Berhoerster at 2023-08-07T14:15:21+00:00
Followup fixes for ntpsec transition
Explicitly install the ntpsec package instead of the transitional ntp package.
Update comments accordingly.
Remove non-existent editline_ntp promise.
- - - - -
2 changed files:
- cf3/cf.ntp
- cf3/promises.cf
Changes:
=====================================
cf3/cf.ntp
=====================================
@@ -2,10 +2,10 @@ bundle agent ntp
{
# Use custom ntp configuration for networked clients (package systemd-timesyncd
# is installed by default). On the internal ntp server (default: 'tjener'), the
-# ntp package is installed.
+# ntpsec package is installed.
# Keep systemd-timesyncd default settings for roaming workstations.
-# Note: In case the ntp package is installed, the conflicting systemd-timesyncd
-# package gets removed (but not purged).
+# Note: In case the ntpsec package is installed, the conflicting
+# systemd-timesyncd package gets removed (but not purged).
vars:
@@ -24,10 +24,10 @@ files:
commands:
- # Make sure ntp gets installed
+ # Make sure ntpsec gets installed
debian.server.installation::
- "/usr/bin/apt-get install -y ntp"
+ "/usr/bin/apt-get install -y ntpsec"
contain => in_shell;
}
=====================================
cf3/promises.cf
=====================================
@@ -53,7 +53,6 @@ body common control
ldapclient,
desktop,
ntp,
- editline_ntp,
squid,
sshd,
syslog,
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/e9f9ab6866fa3bd36231d78f5cc099a94e6d2a0e
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/e9f9ab6866fa3bd36231d78f5cc099a94e6d2a0e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230807/a592b94a/attachment-0001.htm>
More information about the debian-edu-commits
mailing list