Fix Puppet tests + Samba package version

Change-Id: I5e07c63ea56ca20630a02a487b0fdb9a9088cc12
This commit is contained in:
Simon Pasquier 2017-03-29 10:23:13 +02:00
parent bf722985ad
commit bb4662bfc4
4 changed files with 7 additions and 2 deletions

View File

@ -18,5 +18,6 @@ group :development, :test do
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0'
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
# puppet-lint >= 2.2.0 don't support Puppet 3.x anymore
gem 'puppet-lint', '~> 2.1.0'
end

View File

@ -21,5 +21,7 @@ group :development, :test do
gem 'rspec-puppet-facts'
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
# puppet-lint >= 2.2.0 don't support Puppet 3.x anymore
gem 'puppet-lint', '~> 2.1.0'
gem 'metadata-json-lint'
end

View File

@ -21,5 +21,7 @@ group :development, :test do
gem 'rspec-puppet-facts'
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
# puppet-lint >= 2.2.0 don't support Puppet 3.x anymore
gem 'puppet-lint', '~> 2.1.0'
gem 'metadata-json-lint'
end

View File

@ -11,7 +11,7 @@ FIREWALL_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-firewa
NAGIOS_VERSION="1.5-3ubuntu1"
PHP5_VERSION="5.5.9+dfsg-1ubuntu4.21"
SAMBA_VERSION="4.3.11+dfsg-0ubuntu0.14.04.4"
SAMBA_VERSION="4.3.11+dfsg-0ubuntu0.14.04.6"
download_packages \
http://mirrors.kernel.org/ubuntu/pool/main/t/talloc/libtalloc2_2.1.0-1_amd64.deb\