Skip to content

Commit

Permalink
fix: add unit value to tests so it does not fail on debian9
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Apr 25, 2018
1 parent e8160fc commit 65b029e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
users:
- { name: foobar, password: foobar }
openssl_self_signed:
- { name: 'foobar.local', country: 'DE', state: 'Bavaria', city: 'Munich', organization: 'Foo Bar', email: 'foo@bar.com' }
- name: 'foobar.local'
country: 'DE'
state: 'Bavaria'
city: 'Munich'
organization: 'Foo Bar'
unit: 'Foo Bar Unit'
email: 'foo@bar.com'
apache2_sites:
- id: foobar
state: present
Expand Down

0 comments on commit 65b029e

Please sign in to comment.