github.com/go-chef/chef@v0.30.1/test/environment.json (about) 1 { 2 "name": "testenvironment", 3 "json_class": "Chef::Environment", 4 "default_attributes": { 5 "openssh": { 6 "server": { 7 "permit_root_login": "no", 8 "max_auth_tries": "3", 9 "password_authentication": "no", 10 "x11_forwarding": "yes", 11 "subsystem": "sftp /usr/lib/openssh/sftp-server" 12 }, 13 "client": { 14 "forward_x11": "yes", 15 "forward_agent": "yes" 16 } 17 } 18 }, 19 "chef_type": "environment", 20 "override_attributes": {}, 21 "cookbook_versions": { 22 "couchdb": "= 11.0.0", 23 "my_rails_app": "~> 1.2.0" 24 }, 25 "cookbook": { 26 "couchdb": "= 11.0.0" 27 } 28 }