Skip to content

Commit

Permalink
Update AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jun 18, 2021
1 parent e7e703b commit a89b7a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 36 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,27 @@ Florian Baumann <[email protected]>
James Weakly <[email protected]>
Jan Collijs <[email protected]>
Johan Fleury <[email protected]>
Jonas Verhofsté <[email protected]>
Josh Beard <[email protected]>
Joshua Hoblitt <[email protected]>
Khanh Ngo <[email protected]>
Lennart Betz <[email protected]>
Leo Antunes <[email protected]>
Lorenz Bischof <[email protected]>
Markus Frosch <[email protected]>
Martin Jansen <[email protected]>
Matthias Baur <[email protected]>
Michael Friedrich <[email protected]>
Nicolas Dandrimont <[email protected]>
Ott, Jörn WI (Fa. Goetzfried) <[email protected]>
Paolo Schiro <[email protected]>
Pavel Pulec <[email protected]>
Peter Souter <[email protected]>
Robert Waffen <[email protected]>
Rudy Gevaert <[email protected]>
Sebastian Brückner <[email protected]>
Stefan Kleindl <[email protected]>
Steffen Zieger <[email protected]>
Steven Bambling <[email protected]>
Tim Bishop <[email protected]>
Timo Goebel <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ Run unit tests:
```
cd puppet-icinga2
pdk test unit
pdk test unit --tests=repos
```

Or dedicated tests:
```
pdk test unit --tests=spec/classes/repos_spec.rb,spec/classes/redis_spec.rb
pdk test unit --tests=spec/classes/vspheredb_spec.rb,spec/classes/vspeheredb_service_spec.rb
```

## Acceptance tests
Expand Down
31 changes: 0 additions & 31 deletions spec/classes/director_servicespec.rb

This file was deleted.

2 changes: 0 additions & 2 deletions spec/classes/director_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
.with_type('db')
.with_db_type('mysql')
.with_host('localhost')
.with_port('3306')
.with_db_name('director')
.with_db_username('director')
.with_db_password('director')
Expand Down Expand Up @@ -83,7 +82,6 @@
.with_type('db')
.with_db_type('mysql')
.with_host('localhost')
.with_port('3306')
.with_db_name('director')
.with_db_username('director')
.with_db_password('director')
Expand Down
3 changes: 2 additions & 1 deletion spec/classes/vspheredb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
is_expected.to contain_icingaweb2__module('vspheredb')
.with_install_method('git')
.with_git_revision('v1.1.0')
.with_package_name('icingaweb2-module-vspheredb')
.with_settings('icingaweb2-module-vspheredb' => {
'section_name' => 'db',
'target' => '/etc/icingaweb2/modules/vspheredb',
'target' => '/etc/icingaweb2/modules/vspheredb/config.ini',
'settings' => {
'resource' => 'icingaweb2-module-vspheredb',
},
Expand Down

0 comments on commit a89b7a5

Please sign in to comment.