Skip to content

Commit

Permalink
Remove Vagrant agent for Debian 8 as it is no longer supported.
Browse files Browse the repository at this point in the history
Debian 8 is EOL (end of life) and has already stopped being supported by
this module.
  • Loading branch information
ghoneycutt committed Dec 16, 2020
1 parent 99d2b4e commit 799afdf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
agent.vm.provision :shell, :inline => "facter --custom-dir=/vagrant/lib/facter sensu_agent"
end

config.vm.define "debian8-agent", autostart: false do |agent|
agent.vm.box = "debian/jessie64"
# TODO: Use specific version as something broken with 8.11.1
# See https://github.com/sensu/sensu-puppet/pull/1234#issuecomment-605355385
agent.vm.box_version = '8.11.0'
agent.vm.hostname = 'debian8-agent.example.com'
agent.vm.network :private_network, ip: "192.168.52.17"
agent.vm.provision :shell, :path => "tests/provision_basic_debian.sh"
agent.vm.provision :shell, :inline => "puppet apply /vagrant/tests/sensu-agent.pp"
agent.vm.provision :shell, :inline => "facter --custom-dir=/vagrant/lib/facter sensu_agent"
end

config.vm.define "win2012r2-agent", autostart: false do |agent|
agent.vm.box = "opentable/win-2012r2-standard-amd64-nocm"
agent.vm.provider :virtualbox do |vb|
Expand Down

0 comments on commit 799afdf

Please sign in to comment.