Skip to content

Commit

Permalink
Merge remote-tracking branch 'local-from/develop' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
CI (Automated) committed Oct 11, 2018
2 parents 48203ce + 01db7df commit 2d781ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/packer/config/gcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def builders
'winrm_username' => 'winrmuser',
'winrm_use_ssl' => false,
'winrm_timeout' => '1h',
'state_timeout' => '10m',
'metadata' => {
'sysprep-specialize-script-url' => 'https://raw.githubusercontent.com/cloudfoundry-incubator/bosh-windows-stemcell-builder/master/scripts/gcp/setup-winrm.ps1',
'name' => "#{@vm_prefix}-#{Time.now.to_i}",
Expand Down
1 change: 1 addition & 0 deletions spec/packer/config/gcp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'winrm_username' => 'winrmuser',
'winrm_use_ssl' => false,
'winrm_timeout' => '1h',
'state_timeout' => '10m',
'metadata' => {
'sysprep-specialize-script-url' => 'https://raw.githubusercontent.com/cloudfoundry-incubator/bosh-windows-stemcell-builder/master/scripts/gcp/setup-winrm.ps1',
'name' => "some-vm-prefix-#{Time.now.to_i}"
Expand Down

0 comments on commit 2d781ef

Please sign in to comment.