Skip to content

Commit

Permalink
Merge pull request #305 from traylenator/debian8
Browse files Browse the repository at this point in the history
Remove debian 8 support
  • Loading branch information
jhoblitt authored Jan 26, 2023
2 parents 439e87e + 8a5e3d9 commit 40a0f77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions data/Debian-8.yaml

This file was deleted.

9 changes: 1 addition & 8 deletions manifests/timesyncd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,10 @@
} else {
$_ntp_server = join($ntp_server, ' ')
}
$setting = $facts['os']['family'] ? {
'Debian' => $facts['os']['release']['major'] ? {
'8' => 'Servers',
default => 'NTP',
},
default => 'NTP',
}
ini_setting { 'ntp_server':
ensure => 'present',
value => $_ntp_server,
setting => $setting,
setting => 'NTP',
section => 'Time',
path => '/etc/systemd/timesyncd.conf',
notify => Service['systemd-timesyncd'],
Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9",
"10",
"11"
Expand Down

0 comments on commit 40a0f77

Please sign in to comment.