knife-butler 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/chef/knife/butler_run.rb +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6cc04e9386149e034f6668aa9a1a451128e887e9
4
- data.tar.gz: d1e1ebd8d7479011af8ba3c39408e2b28a8899c1
2
+ SHA256:
3
+ metadata.gz: 4cbbeefaa8892babcd80e5dbc774e9b3a7a7554e1a4bef4084098a3fa7e129a4
4
+ data.tar.gz: 4e7fd5d25f1044602d7aca49be24b385c866eecf0052a595914e73a8f683da0f
5
5
  SHA512:
6
- metadata.gz: 65597e30106b2570dbfb1ee62565abe91a70d2ad50fc7c4f6deb15b5fb0aed9b5af41c62fc9a7d81664bc67bb94289b96d54e68ca6591a3cd1555f0f08deb007
7
- data.tar.gz: 5abd3122ea1949896554a3cc2c8acef5d99e90400ade7fd07f88c7114cc41602b40eb2949b95480b24ddce320788015153edbb83ebb3dc53faf71170ef621c7b
6
+ metadata.gz: 5f4ad1a04532dbf60e0b0ae7086aa24198bc37b7e7c7f240cb6d51ef0fbdb7ad9a2513936f1404e896c655051fb769c07317d6ea5f6a6fd832a8369ab888cff3
7
+ data.tar.gz: 1c8a7493506ed443216b7f578301f4d9fb986b3a96288dce23df7df4b6300cf438dc066e1a928563c06e2df69a24c4e102e95ef2224c7be22a660efc23576cde
@@ -10,8 +10,8 @@ module KnifeButler
10
10
  class ButlerRun < Chef::Knife
11
11
 
12
12
  deps do
13
- require 'chef/knife/bootstrap_windows_winrm'
14
- Chef::Knife::BootstrapWindowsWinrm.load_deps
13
+ require 'chef/knife/winops_bootstrap_windows_winrm'
14
+ Chef::Knife::BootstrapWindowsWinRM.load_deps
15
15
  require 'yaml'
16
16
  require 'erb'
17
17
  require 'socket'
@@ -87,7 +87,7 @@ module KnifeButler
87
87
 
88
88
  # Bootstrap our VM with the desired runlist
89
89
  puts "Configuring bootstrap call"
90
- bootstrap = Chef::Knife::BootstrapWindowsWinrm.new
90
+ bootstrap = Chef::Knife::BootstrapWindowsWinRM.new
91
91
 
92
92
  bootstrap.name_args = [test_config['driver']['customize']['pf_ip_address']]
93
93
  bootstrap.config[:winrm_port] = butler_data['port_exposed_winrm']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-butler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robbert-Jan Sperna Weiland
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.6.13
161
+ rubygems_version: 2.7.6
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: A knife plugin for testing Chef cookbooks