Skip to content

Commit

Permalink
fb_systemd: drop systemd-timesyncd package installation
Browse files Browse the repository at this point in the history
Summary: This package in Fedora was subsumed by udev a long time ago, let's stop attempting to install it.

Differential Revision: D59654432

fbshipit-source-id: 2bf275d055c4e182fde5272a26822f576f644518
  • Loading branch information
davide125 authored and facebook-github-bot committed Jul 12, 2024
1 parent 93b0328 commit 88410b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbooks/fb_systemd/recipes/default_packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
!['trusty', 'jessie'].include?(node['lsb']['codename'])
systemd_packages << 'systemd-journal-remote'
end
if node['fb_systemd']['timesyncd']['enable']
if node['fb_systemd']['timesyncd']['enable'] &&
node['platform_family'] == 'debian'
systemd_packages << 'systemd-timesyncd'
end
if node['packages'] && node['packages']['systemd']['version']
Expand Down

0 comments on commit 88410b0

Please sign in to comment.