ocf / puppet

Puppet config for OCF servers and lab machines
https://www.ocf.berkeley.edu/
31 stars 71 forks source link

Use modern facts and use non-free-firmware for Debian 12 #1381

Closed singingtelegram closed 1 year ago

ocfjenkins[bot] commented 1 year ago

Errored hosts (0)

Changed hosts (3)

Unaffected hosts (47)


Changed hosts
diff for afterhours.ocf.berkeley.edu, corruption.ocf.berkeley.edu, segfault.ocf.berkeley.edu ```diff ******************************************* Apt::Setting[list-debian-security] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian-security -deb https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free non-free-firmware ******************************************* Apt::Setting[list-debian-updates] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian-updates -deb https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free non-free-firmware ******************************************* Apt::Setting[list-debian] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian -deb https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free non-free-firmware ******************************************* Apt::Source[debian-security] => parameters => repos => - main contrib non-free + main contrib non-free non-free-firmware ******************************************* Apt::Source[debian-updates] => parameters => repos => - main contrib non-free + main contrib non-free non-free-firmware ******************************************* Apt::Source[debian] => parameters => repos => - main contrib non-free + main contrib non-free non-free-firmware ******************************************* File[/etc/apt/sources.list.d/debian-security.list] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian-security -deb https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian-security/ bookworm-security main contrib non-free non-free-firmware ******************************************* File[/etc/apt/sources.list.d/debian-updates.list] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian-updates -deb https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm-updates main contrib non-free non-free-firmware ******************************************* File[/etc/apt/sources.list.d/debian.list] => parameters => content => @@ -1,4 +1,4 @@ # This file is managed by Puppet. DO NOT EDIT. # debian -deb https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free -deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free +deb https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free non-free-firmware +deb-src https://mirrors.ocf.berkeley.edu/debian/ bookworm main contrib non-free non-free-firmware ******************************************* ```
Unaffected hosts ``` acid.ocf.berkeley.edu anthrax.ocf.berkeley.edu arsenic.ocf.berkeley.edu asteroid.ocf.berkeley.edu autocrat.ocf.berkeley.edu avalanche.ocf.berkeley.edu bedbugs.ocf.berkeley.edu bigbang.ocf.berkeley.edu biohazard.ocf.berkeley.edu blight.ocf.berkeley.edu blizzard.ocf.berkeley.edu coup.ocf.berkeley.edu cyanide.ocf.berkeley.edu dataloss.ocf.berkeley.edu deadlock.ocf.berkeley.edu death.ocf.berkeley.edu dementors.ocf.berkeley.edu democracy.ocf.berkeley.edu drought.ocf.berkeley.edu famine.ocf.berkeley.edu firestorm.ocf.berkeley.edu flood.ocf.berkeley.edu fraud.ocf.berkeley.edu gridlock.ocf.berkeley.edu hailstorm.ocf.berkeley.edu hal.ocf.berkeley.edu heatwave.ocf.berkeley.edu hurricane.ocf.berkeley.edu lethe.ocf.berkeley.edu lightning.ocf.berkeley.edu madcow.ocf.berkeley.edu maelstrom.ocf.berkeley.edu pestilence.ocf.berkeley.edu plague.ocf.berkeley.edu quarantine.ocf.berkeley.edu reaper.ocf.berkeley.edu riptide.ocf.berkeley.edu scurvy.ocf.berkeley.edu supernova.ocf.berkeley.edu surge.ocf.berkeley.edu thunder.ocf.berkeley.edu tsunami.ocf.berkeley.edu vampires.ocf.berkeley.edu volcano.ocf.berkeley.edu whiteout.ocf.berkeley.edu wildfire.ocf.berkeley.edu windshear.ocf.berkeley.edu ```

Jenkins