github.com/go-chef/chef@v0.30.1/test_chef_server/recipes/default.rb (about) 1 # 2 # Cookbook:: chefapi_examples 3 # Recipe:: default 4 # 5 # Copyright:: 2019, The Authors, All Rights Reserved. 6 7 hostname 'testhost' 8 9 node.override['chef-server']['api_fqdn'] = 'testhost' 10 include_recipe 'chef-server'