Sha256: 38b66c2ba68304ba0d4e9020741e2fcfa082a9e37be2644dfa79599d60f9158c
Contents?: true
Size: 633 Bytes
Versions: 28
Compression:
Stored size: 633 Bytes
Contents
--- driver: name: proxy host: localhost reset_command: "echo hello" port: <%= ENV["machine_port"] %> username: <%= ENV["machine_user"] %> password: <%= ENV["machine_pass"] %> provisioner: name: chef_zero platforms: - name: ubuntu-14.04 verifier: name: busser suites: # We run a different test based upon the configuration - basically each TK # test asserts that the expected configuration is transfered to the target # machine - name: default run_list: - recipe[test::tk_<%= ENV['TK_SUITE_NAME'] %>_test] # TODO a machine which doesn't setup squid and doesn't copy across # proxy settings
Version data entries
28 entries across 28 versions & 1 rubygems