diff --git a/acceptance_spec/acceptance/nodesets/centos-6-x64.yml b/acceptance_spec/acceptance/nodesets/centos-6-x64.yml index 1bd1307ce..6429c65c7 100644 --- a/acceptance_spec/acceptance/nodesets/centos-6-x64.yml +++ b/acceptance_spec/acceptance/nodesets/centos-6-x64.yml @@ -8,7 +8,7 @@ HOSTS: image: jordansissel/system:centos-6.4 hypervisor: docker docker_cmd: '["/sbin/init"]' - extra_commands: + docker_image_commands: - 'yum install -y wget ntpdate rubygems ruby-augeas ruby-devel augeas-devel' - 'touch /etc/sysconfig/network' CONFIG: diff --git a/acceptance_spec/acceptance/nodesets/debian-6-x64.yml b/acceptance_spec/acceptance/nodesets/debian-6-x64.yml index da891411c..646872137 100644 --- a/acceptance_spec/acceptance/nodesets/debian-6-x64.yml +++ b/acceptance_spec/acceptance/nodesets/debian-6-x64.yml @@ -8,7 +8,7 @@ HOSTS: image: jordansissel/system:debian-6.0.8 hypervisor: docker docker_cmd: '["/sbin/init"]' - extra_commands: + docker_image_commands: - 'apt-get install -yq lsb-release wget net-tools ruby rubygems ruby1.8-dev libaugeas-dev libaugeas-ruby ntpdate locales-all' - 'REALLY_GEM_UPDATE_SYSTEM=1 gem update --system --no-ri --no-rdoc' CONFIG: diff --git a/acceptance_spec/acceptance/nodesets/debian-7-x64.yml b/acceptance_spec/acceptance/nodesets/debian-7-x64.yml index dd9681bcb..c90dafaef 100644 --- a/acceptance_spec/acceptance/nodesets/debian-7-x64.yml +++ b/acceptance_spec/acceptance/nodesets/debian-7-x64.yml @@ -8,7 +8,7 @@ HOSTS: image: jordansissel/system:debian-7.3 hypervisor: docker docker_cmd: '["/sbin/init"]' - extra_commands: + docker_image_commands: - 'apt-get install -yq lsb-release wget net-tools ruby rubygems ruby1.8-dev libaugeas-dev libaugeas-ruby ntpdate locales-all' - 'REALLY_GEM_UPDATE_SYSTEM=1 gem update --system --no-ri --no-rdoc' CONFIG: diff --git a/acceptance_spec/acceptance/nodesets/ubuntu-server-1204-x64.yml b/acceptance_spec/acceptance/nodesets/ubuntu-server-1204-x64.yml index 92bab9cda..e53d08047 100644 --- a/acceptance_spec/acceptance/nodesets/ubuntu-server-1204-x64.yml +++ b/acceptance_spec/acceptance/nodesets/ubuntu-server-1204-x64.yml @@ -8,7 +8,7 @@ HOSTS: image: jordansissel/system:ubuntu-12.04 hypervisor: docker docker_cmd: '["/sbin/init"]' - extra_commands: + docker_image_commands: - 'apt-get install -yq ruby1.8-dev libaugeas-dev libaugeas-ruby ruby rubygems lsb-release wget net-tools curl' CONFIG: type: foss diff --git a/acceptance_spec/acceptance/nodesets/ubuntu-server-1304-x64.yml b/acceptance_spec/acceptance/nodesets/ubuntu-server-1304-x64.yml index 6c4165632..5735afc46 100644 --- a/acceptance_spec/acceptance/nodesets/ubuntu-server-1304-x64.yml +++ b/acceptance_spec/acceptance/nodesets/ubuntu-server-1304-x64.yml @@ -8,7 +8,7 @@ HOSTS: image: jordansissel/system:ubuntu-13.04 hypervisor: docker docker_cmd: '["/sbin/init"]' - extra_commands: + docker_image_commands: - 'apt-get install -yq ruby1.8-dev libaugeas-dev libaugeas-ruby ruby rubygems lsb-release wget net-tools curl' CONFIG: type: foss