sambot 0.1.52 → 0.1.53

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: b197a12af281a3505423c8d5d4de25973fb1fa88
4
- data.tar.gz: 78d7a17e42ab6546ed45bf18eda2811fb96b492b
3
+ metadata.gz: edd1cb5e796fd2ceef777b6156cfd8ba696ed957
4
+ data.tar.gz: 76814cf078f91733229c758652cd8539e7bf6432
5
5
  SHA512:
6
- metadata.gz: d302c480ddfd85e3843678ce771dcdd41b369837c63d3028d57801806d215b553b0a442f43e649501c31dfb71649facbe5fec0cab05f5fcdb94bd639fba09a45
7
- data.tar.gz: a104ac0af5d4e0c7d4a989cd680381947f6f7278021cfdf08fb01f9f93d65058b389c570a5a6b815f8cdac9c644cd24e0c73fe8791b355132b093fccc8ed63cd
6
+ metadata.gz: 17f80b04575d12a9eb329e4d5f80db2e96458005ad15baf5f30299ebba200bc35565d88c803399b724daeff1471c498051985c5a3c1645098ec5a3d3f069ff7b
7
+ data.tar.gz: 3901d2b3aa1b08eb0522f13e845006c28542a0c741a3f99d1b0723d7cfb0bcef1cfffedad86e2d520e550ffb17b26cc64f12d7ba164a9385293a5bb2328408be
@@ -22,7 +22,7 @@ platforms:
22
22
  disk_size: 80
23
23
  service_account_name: <%= ENV['GCP_SERVICE_ACCOUNT_NAME'] %>
24
24
  custom_metadata:
25
- startup-script-url: gs://bucket/startupscript.sh
25
+ startup-script-url: gs://test-kitchen-sfmc/startup-script.ps1
26
26
  service_account_scopes:
27
27
  - userinfo-email
28
28
  - logging-write
@@ -0,0 +1,4 @@
1
+ netsh advfirewall firewall add rule name="winrm" dir=in action=allow protocol=TCP localport=5985
2
+ winrm quickconfig -q
3
+ winrm set winrm/config/service @{AllowUnencrypted="true"}
4
+ winrm set winrm/config/service/auth @{Basic="true"}
@@ -1,3 +1,3 @@
1
1
  module Sambot
2
- VERSION = '0.1.52'.freeze
2
+ VERSION = '0.1.53'.freeze
3
3
  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.52
4
+ version: 0.1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame
@@ -222,6 +222,7 @@ files:
222
222
  - lib/sambot/templates/chefignore
223
223
  - lib/sambot/templates/metadata.rb.erb
224
224
  - lib/sambot/templates/pre-push
225
+ - lib/sambot/templates/startup-script.ps1
225
226
  - lib/sambot/templates/teamcity.sh
226
227
  - lib/sambot/templates/winrm_config
227
228
  - lib/sambot/version.rb