diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-13 10:01:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-27 11:03:07 -0700 |
commit | 82fffd509b5c7462f0fb1c5677b601000d47bf91 (patch) | |
tree | 364ab77b7ae42cba822df2869115b912c1fa9385 /kitchen-tests | |
parent | 61ba4f6432593f4f594eb38526503b19d66a6ba3 (diff) | |
download | chef-82fffd509b5c7462f0fb1c5677b601000d47bf91.tar.gz |
Add end-to-end hostname testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/windows.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb index 22f78db319..df176e8751 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb @@ -68,3 +68,7 @@ locale "set system locale" do end include_recipe "::_ohai_hint" + +hostname "new-hostname" do + windows_reboot false +end
\ No newline at end of file |