Skip to content

Commit 10b5883

Browse files
authored
Merge pull request voxpupuli#43 from voxpupuli/modulesync
modulesync 0.15.0
2 parents c73c690 + bfc34c2 commit 10b5883

15 files changed

+67
-78
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ log/
1212
.idea/
1313
*.iml
1414
.*.sw
15+
.yardoc/

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
modulesync_config_version: '0.14.1'
1+
modulesync_config_version: '0.15.0'

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Style/AndOr:
5757
Style/RedundantSelf:
5858
Enabled: True
5959

60-
Metric/BlockLength:
60+
Metrics/BlockLength:
6161
Enabled: False
6262

6363
# Method length is not necessarily an indicator of code quality

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end
1212

1313
group :test do
1414
gem 'puppetlabs_spec_helper', '~> 1.2.2', :require => false
15-
gem 'rspec-puppet', :require => false, :git => 'https://github.com/rodjek/rspec-puppet.git'
15+
gem 'rspec-puppet', '~> 2.5', :require => false
1616
gem 'rspec-puppet-facts', :require => false
1717
gem 'rspec-puppet-utils', :require => false
1818
gem 'puppet-lint-absolute_classname-check', :require => false
@@ -30,6 +30,7 @@ group :test do
3030
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
3131
gem 'mocha', '>= 1.2.1', :require => false
3232
gem 'coveralls', :require => false if RUBY_VERSION >= '2.0.0'
33+
gem 'simplecov-console', :require => false if RUBY_VERSION >= '2.0.0'
3334
end
3435

3536
group :development do

spec/acceptance/download_file_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
end
1616

1717
describe file('C:\\dotNetFx40_Full_x86_x64.exe') do
18-
it { should be_file }
18+
it { is_expected.to be_file }
1919
end
2020
end
2121
end

spec/acceptance/nodesets/docker/centos-5.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
centos-5-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: el-5-x86_64
11-
hypervisor : docker
12-
image: tianon/centos:5.10
8+
hypervisor: docker
9+
image: centos:5
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
16-
- 'yum install -y crontabs tar wget which'
13+
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
1714
- 'sed -i -e "/mingetty/d" /etc/inittab'
1815
CONFIG:
19-
type: aio
20-
log_level: debug
16+
trace_limit: 200
17+
masterless: true
2118
...
2219
# vim: syntax=yaml

spec/acceptance/nodesets/docker/centos-6.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
centos-6-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: el-6-x86_64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: centos:6
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
1613
- 'rm -rf /var/run/network/*'
17-
- 'yum install -y crontabs tar wget'
14+
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
1815
- 'rm /etc/init/tty.conf'
1916
CONFIG:
20-
type: aio
21-
log_level: debug
17+
trace_limit: 200
18+
masterless: true
2219
...
2320
# vim: syntax=yaml

spec/acceptance/nodesets/docker/centos-7.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
centos-7-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: el-7-x86_64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: centos:7
1310
docker_preserve_image: true
1411
docker_cmd: '["/usr/sbin/init"]'
1512
docker_image_commands:
16-
- 'yum install -y crontabs tar wget iproute'
13+
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
1714
CONFIG:
18-
type: aio
19-
log_level: debug
15+
trace_limit: 200
16+
masterless: true
2017
...
2118
# vim: syntax=yaml

spec/acceptance/nodesets/docker/debian-7.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
debian-7-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: debian-7-amd64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: debian:7
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
16-
- 'apt-get install -y cron locales-all net-tools wget'
13+
- 'echo deb http://ftp.debian.org/debian wheezy-backports main >> /etc/apt/sources.list'
14+
- 'apt-get update && apt-get install -y cron locales-all net-tools wget'
1715
CONFIG:
18-
type: aio
19-
log_level: debug
16+
trace_limit: 200
17+
masterless: true
2018
...
2119
# vim: syntax=yaml

spec/acceptance/nodesets/docker/debian-8.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
debian-8-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: debian-8-amd64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: debian:8
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
16-
- 'apt-get install -y cron locales-all net-tools wget'
13+
- 'echo deb http://ftp.debian.org/debian jessie-backports main >> /etc/apt/sources.list'
14+
- 'apt-get update && apt-get install -y cron locales-all net-tools wget'
1715
- 'rm -f /usr/sbin/policy-rc.d'
1816
CONFIG:
19-
type: aio
20-
log_level: debug
17+
trace_limit: 200
18+
masterless: true
2119
...
2220
# vim: syntax=yaml

spec/acceptance/nodesets/docker/ubuntu-12.04.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
ubuntu-1204-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: ubuntu-12.04-amd64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: ubuntu:12.04
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
1613
- 'apt-get install -y net-tools wget'
1714
- 'locale-gen en_US.UTF-8'
1815
CONFIG:
19-
type: aio
20-
log_level: debug
16+
trace_limit: 200
17+
masterless: true
2118
...
2219
# vim: syntax=yaml

spec/acceptance/nodesets/docker/ubuntu-14.04.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
ubuntu-1404-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: ubuntu-14.04-amd64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: ubuntu:14.04
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
@@ -18,7 +15,7 @@ HOSTS:
1815
- 'apt-get install -y net-tools wget'
1916
- 'locale-gen en_US.UTF-8'
2017
CONFIG:
21-
type: aio
22-
log_level: debug
18+
trace_limit: 200
19+
masterless: true
2320
...
2421
# vim: syntax=yaml

spec/acceptance/nodesets/docker/ubuntu-16.04.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44
# https://github.com/voxpupuli/modulesync_config
55
HOSTS:
66
ubuntu-1604-x64:
7-
default_apply_opts:
8-
order: random
9-
strict_variables:
107
platform: ubuntu-16.04-amd64
11-
hypervisor : docker
8+
hypervisor: docker
129
image: ubuntu:16.04
1310
docker_preserve_image: true
1411
docker_cmd: '["/sbin/init"]'
1512
docker_image_commands:
1613
- 'apt-get install -y net-tools wget'
1714
- 'locale-gen en_US.UTF-8'
1815
CONFIG:
19-
type: aio
20-
log_level: debug
16+
trace_limit: 200
17+
masterless: true
2118
...
2219
# vim: syntax=yaml

0 commit comments

Comments
 (0)