Skip to content

Commit

Permalink
update vagrant config for opensuse (crowdsecurity#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Jul 9, 2024
1 parent aab59b6 commit 31195dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true

Vagrant.configure('2') do |config|
config.vm.box = 'opensuse/Leap-15.4.x86_64'
config.vm.box = 'opensuse/Leap-15.6.x86_64'
config.vm.box_version = "15.6.13.280"
config.vm.define 'crowdsec'

config.vm.provision 'shell', path: 'bootstrap'
Expand Down
3 changes: 3 additions & 0 deletions test/ansible/vagrant/experimental/opensuse-15.6/bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

zypper install -y kitty-terminfo

0 comments on commit 31195dd

Please sign in to comment.