Skip to content

Commit

Permalink
set install vars to wheezy
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Apr 7, 2017
1 parent c0afe48 commit 365c25d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

# Every Vagrant virtual environment requires a box to build off of.
#config.vm.box = "boxcutter/debian78-i386" # wheezy 32bit
#config.vm.box = "boxcutter/debian78" # wheezy 64bit
config.vm.box = "boxcutter/debian81" # jessie 64bit
config.vm.box = "boxcutter/debian78" # wheezy 64bit
#config.vm.box = "boxcutter/debian81" # jessie 64bit

config.vm.provider "virtualbox" do |vb|
# Don't boot with headless mode
Expand Down
9 changes: 5 additions & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ set -x

MACHINE=$1

# optional: if you have brances in your own repo that should be merged add the repo here (example: 'https://github.com/...')
FFNORD_TESTING_REPO='https://github.com/ffnord/ffnord-puppet-gateway'
# optional: if you have brances in your own repo that should be merged add the repo here
# example: FFNORD_TESTING_REPO='https://github.com/ffnord/ffnord-puppet-gateway'
FFNORD_TESTING_REPO=''
# and add the branches here (komma separated):
FFNORD_TESTING_BRANCHES=('jessie')
FFNORD_TESTING_BRANCHES=('')

SCRIPTPATH="/vagrant"
MACHINE_PATH="$SCRIPTPATH/machines/${MACHINE}/"
mkdir -p "$MACHINE_PATH"

LSBDISTCODENAME='jessie'
LSBDISTCODENAME='wheezy'

cat > /etc/apt/sources.list << EOF
deb http:https://ftp.de.debian.org/debian $LSBDISTCODENAME main
Expand Down

0 comments on commit 365c25d

Please sign in to comment.