File tree Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 1
1
---
2
-
3
2
driver :
4
3
name : vagrant
5
4
provisioner :
6
5
name : puppet_apply
7
- test_repo_uri : " https://github.com/TelekomLabs/tests-apache-hardening.git"
6
+ test_repo_uri : https://github.com/TelekomLabs/tests-apache-hardening.git
8
7
platforms :
9
8
- name : ubuntu-12.04
10
9
driver_config :
@@ -20,26 +19,24 @@ platforms:
20
19
box_url : https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
21
20
- name : centos-6.5
22
21
driver_config :
23
- box : opscode-centos-6.5
24
- box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
25
- # - name: oracle-6.4
26
- # driver_config:
27
- # box: oracle-6.4
28
- # box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
22
+ box : opscode-centos-6.5
23
+ box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
24
+ - name : oracle-6.4
25
+ driver_config :
26
+ box : oracle-6.4
27
+ box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
29
28
- name : oracle-6.5
30
29
driver_config :
31
30
box : oracle-6.5
32
31
box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
33
32
- name : debian-6
34
33
driver_config :
35
34
box : debian-6
36
- box_url : https://googledrive. com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs /debian-6.0.10-amd64_virtualbox.box
35
+ box_url : https://s3.eu-central-1.amazonaws. com/ffuenf-vagrantboxes/debian /debian-6.0.10-amd64_virtualbox.box
37
36
- name : debian-7
38
37
driver_config :
39
38
box : debian-7
40
- box_url : https://googledrive. com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U /debian-7.6 .0-amd64_virtualbox.box
39
+ box_url : https://s3.eu-central-1.amazonaws. com/ffuenf-vagrantboxes/debian /debian-7.7 .0-amd64_virtualbox.box
41
40
suites :
42
41
- name : default
43
42
manifest : site.pp
44
-
45
-
Original file line number Diff line number Diff line change
1
+ ---
1
2
AllCops :
2
3
Exclude :
3
- - vendor/**
4
- - metadata.rb
5
- - ' **/Puppetfile'
6
- - Puppetfile
7
- - Gemfile
8
- - ' test/integration/**/*'
9
-
4
+ - vendor/**/*
5
+ - test/**/*
6
+ - spec/fixtures/**/*
7
+ - Puppetfile
10
8
Documentation :
11
9
Enabled : false
12
10
AlignParameters :
@@ -17,7 +15,15 @@ HashSyntax:
17
15
Enabled : false
18
16
LineLength :
19
17
Enabled : false
18
+ EmptyLinesAroundBlockBody :
19
+ Enabled : false
20
20
MethodLength :
21
- Max : 30
21
+ Max : 40
22
22
NumericLiterals :
23
23
MinDigits : 10
24
+ Metrics/CyclomaticComplexity :
25
+ Max : 10
26
+ Metrics/PerceivedComplexity :
27
+ Max : 10
28
+ Metrics/AbcSize :
29
+ Max : 29
Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
- if puppetversion = ENV [ 'PUPPET_VERSION' ]
5
+ puppetversion = ENV [ 'PUPPET_VERSION' ]
6
+ if puppetversion
6
7
gem 'puppet' , puppetversion , :require => false
7
8
else
8
9
gem 'puppet' , :require => false
You can’t perform that action at this time.
0 commit comments