Skip to content

Commit

Permalink
fix molecule test check (due to change in container/host name)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoss committed Aug 26, 2019
1 parent a52949b commit 33d032f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def test_krb5_conf(host):
"ticket_lifetime = 24h",
"renew_lifetime = 7d",
"EXAMPLE.COM = {",
"kdc = centos-7.example.com",
"admin_server = centos-7.example.com",
"kdc = centos7",
"admin_server = centos7",
".example.com = EXAMPLE.COM",
"example.com = EXAMPLE.COM"
])
Expand Down

0 comments on commit 33d032f

Please sign in to comment.