Skip to content

Commit 6c81dd5

Browse files
committed
Merge pull request 'Add openvas module v0.0.2' (#1548) from add-upstream-openvas-module-changes into master
Reviewed-on: https://gitea.obmondo.com/EnableIT/LinuxAid/pulls/1548
2 parents d96215f + 786b1b8 commit 6c81dd5

File tree

19 files changed

+1254
-30
lines changed

19 files changed

+1254
-30
lines changed

modules/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,4 @@ mod 'obmondo/puppetlabs-yumrepo_core',
490490

491491
mod 'obmondo/openvas',
492492
:git => 'https://github.com/Obmondo/puppet-openvas',
493-
:ref => 'v0.0.1'
493+
:ref => 'v0.0.2'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file can be used to install module dependencies for unit testing
2+
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
3+
---
4+
fixtures:
5+
forge_modules:
6+
stdlib: "puppetlabs/stdlib"
7+
docker: "puppetlabs/docker"
8+
firewall_multi: "alexharvey/firewall_multi"
9+
firewall: "puppetlabs/firewall"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.rb eol=lf
2+
*.erb eol=lf
3+
*.pp eol=lf
4+
*.sh eol=lf
5+
*.epp eol=lf
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.git/
2+
.*.sw[op]
3+
.metadata
4+
.yardoc
5+
.yardwarns
6+
*.iml
7+
/.bundle/
8+
/.idea/
9+
/.vagrant/
10+
/coverage/
11+
/bin/
12+
/doc/
13+
/Gemfile.local
14+
/Gemfile.lock
15+
/junit/
16+
/log/
17+
/pkg/
18+
/spec/fixtures/manifests/
19+
/spec/fixtures/modules/*
20+
/tmp/
21+
/vendor/
22+
/.vendor/
23+
/convert_report.txt
24+
/update_report.txt
25+
.DS_Store
26+
.project
27+
.envrc
28+
/inventory.yaml
29+
/spec/fixtures/litmus_inventory.yaml
30+
.resource_types
31+
.modules
32+
.task_cache.json
33+
.plan_cache.json
34+
.rerun.json
35+
bolt-debug.log
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--fail-on-warnings
2+
--relative
3+
--no-80chars-check
4+
--no-140chars-check
5+
--no-class_inherits_from_params_class-check
6+
--no-autoloader_layout-check
7+
--no-documentation-check
8+
--no-single_quote_string_with_variables-check
9+
--ignore-paths=.vendor/**/*.pp,.bundle/**/*.pp,pkg/**/*.pp,spec/**/*.pp,tests/**/*.pp,types/**/*.pp,vendor/**/*.pp

0 commit comments

Comments
 (0)