Commit 345cb638 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Remove acceptance nodesets

parent 80d4fbbe
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
HOSTS:
  centos-59-x64:
    roles:
      - master
    platform: el-5-x86_64
    box : centos-59-x64-vbox4210-nocm
    box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-59-x64-vbox4210-nocm.box
    hypervisor : vagrant
CONFIG:
  type: git
+0 −12
Original line number Diff line number Diff line
HOSTS:
  centos-64-x64:
    roles:
      - master
      - database
      - dashboard
    platform: el-6-x86_64
    box : centos-64-x64-vbox4210-nocm
    box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
    hypervisor : vagrant
CONFIG:
  type: pe
+0 −10
Original line number Diff line number Diff line
HOSTS:
  centos-65-x64:
    roles:
      - master
    platform: el-6-x86_64
    box : centos-65-x64-vbox436-nocm
    box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-nocm.box
    hypervisor : vagrant
CONFIG:
  type: foss
+0 −10
Original line number Diff line number Diff line
HOSTS:
  ubuntu-server-10044-x64:
    roles:
      - master
    platform: ubuntu-10.04-amd64
    box : ubuntu-server-10044-x64-vbox4210-nocm
    box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-10044-x64-vbox4210-nocm.box
    hypervisor : vagrant
CONFIG:
  type: foss
+0 −10
Original line number Diff line number Diff line
HOSTS:
  ubuntu-server-12042-x64:
    roles:
      - master
    platform: ubuntu-12.04-amd64
    box : ubuntu-server-12042-x64-vbox4210-nocm
    box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210-nocm.box
    hypervisor : vagrant
CONFIG:
  type: foss
Loading