Skip to content

Commit

Permalink
(maint) remove vanagon overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Nov 29, 2023
1 parent 1f960c8 commit d84b4d1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions configs/platforms/debian-11-amd64.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
platform "debian-11-amd64" do |plat|
# Delete the 6 lines below when a vanagon with Debian 11 support is released
plat.servicedir "/lib/systemd/system"
plat.defaultdir "/etc/default"
plat.servicetype "systemd"
plat.codename "bullseye"
plat.vmpooler_template "debian-11-x86_64"
plat.install_build_dependencies_with "DEBIAN_FRONTEND=noninteractive; apt-get install -qy --no-install-recommends "

# Uncomment these when a vanagon with Debian 11 support is released
# plat.inherit_from_default
# plat.clear_provisioning
plat.inherit_from_default

packages = [
'build-essential',
Expand Down

0 comments on commit d84b4d1

Please sign in to comment.