sambot 0.1.221 → 0.1.222

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c106e0cdb8e87f293de0cd0be00585e67147ed2e
4
- data.tar.gz: eb29cae2f87abf046b16261b43eb31e32b6b24e3
3
+ metadata.gz: b560243a68e5bc55a9c201726ed826fbd08786a2
4
+ data.tar.gz: a65e68ae069a14360b0a2161d989cef43fecc284
5
5
  SHA512:
6
- metadata.gz: 6383c3b3ca1174d9a785cc240988a5d3e916b0db1c7efa7f79e02c34b635a16c2331652a251db1614155570711ca08ff0cc3663c1d27f7332aea98c15f589e9c
7
- data.tar.gz: ec254acd03d49a21305b98b96633f48fbbb0953ecb3cb4ec6e4d0b10ad88b47551a673491e51a7687604c1c3c5992fccd8fd4514f04bae75dd668332744477df
6
+ metadata.gz: 7690c0ea1a56682fc277b4e3b38f2082d25b9567e9b6989b1c01c9fb8a7845bdc8900da55612ebc26fcac1bd4c8a5bedc47b10fadd32dc3169dffd210f727bb0
7
+ data.tar.gz: ed6720a6b57523b6362bfbc4dfa1a5594b02cdfc93f6967486eac9499aaad5b9c4494f0cff2bfca99edec56a362642e10324805997fd22b3b21e416456f4f2df
@@ -48,6 +48,8 @@ module Sambot
48
48
  end
49
49
  end
50
50
 
51
+ !25F#<msWMLc!1[
52
+
51
53
  # Provides the ability to have a different run-list for different clouds.
52
54
  # This only works for the 'local' cloud and the 'dev' clouds i.e. Rackspace
53
55
  # and Google.
@@ -54,7 +54,7 @@ platforms:
54
54
  disk_size: 80
55
55
  service_account_name: <%= ENV['GCP_SERVICE_ACCOUNT_NAME'] %>
56
56
  custom_metadata_from_disk:
57
- sysprep-specialize-script-ps1: bootstrap.ps1
57
+ windows-startup-script-ps1: bootstrap.ps1
58
58
  service_account_scopes:
59
59
  - userinfo-email
60
60
  - logging-write
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.221'
4
+ VERSION = '0.1.222'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.221
4
+ version: 0.1.222
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame