kitchen-azurerm 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b293fab8889ce005825ae55cc9d40f32b49a58b1
4
- data.tar.gz: 471901a503b5253ed4186452569f20744067e3ca
3
+ metadata.gz: 06439c0893170d3ad663d761b4051ae48969d01f
4
+ data.tar.gz: dc684921deacb3f64fdf3e83df422b7cd80be6d1
5
5
  SHA512:
6
- metadata.gz: bc878626a10d48b87660186dcef9f7314054dc5ff27ccbc9863171cc63f8f8f845ca82137ca5f82344cbc8d73688e70ddc9e8cb996320681c2580f423a0e7bc8
7
- data.tar.gz: ae7c006343d7129c0a8ece2530e714eb2cc1bb8b9aae5bc21483b5c8e087544f53cfa7e4298e23c39016f75fd95414ed3b39c3948a61e0012a041f0e4233432c
6
+ metadata.gz: c25d8f2fcd5d8699ac830e0d37ec420f0952afbc1c82e8e0888c3b3ccc7db55f145704b1e17c378ad40094f683abda4037e99e3564fef763e11e929afa806d14
7
+ data.tar.gz: 715882f760cf7409af7e1c00640fee927832a786dcfeb89d944e1015a72fc267e27df63658824674cb0484f61ea56016ed273e5547da56d4d7f5c88e44af7b00
@@ -168,7 +168,8 @@ module Kitchen
168
168
  def template_for_transport_name
169
169
  template = JSON.parse(virtual_machine_deployment_template)
170
170
  if instance.transport.name.casecmp('winrm').zero?
171
- unless instance.platform.name.casecmp('nano')
171
+ if instance.platform.name.index('nano').nil?
172
+ info 'Adding WinRM configuration to provisioning profile.'
172
173
  encoded_command = Base64.strict_encode64(enable_winrm_powershell_script)
173
174
  command = command_to_execute
174
175
  template['resources'].select { |h| h['type'] == 'Microsoft.Compute/virtualMachines' }.each do |resource|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-azurerm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Preston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-15 00:00:00.000000000 Z
11
+ date: 2016-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inifile