This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To make Pageant automatically run and load keys at startup: | |
- Find the location of pageant.exe | |
- Windows key + R to open the 'run' dialog box | |
- Type: 'shell:startup' in the dialog box | |
- Create a shortcut to the pageant.exe and put into this startup folder. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:/opscode/chefdk/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.6.0.1/lib/httpc | |
lient/webagent-cookie.rb:458: warning: already initialized constant HTTPClient:: | |
CookieManager | |
C:/opscode/chefdk/embedded/lib/ruby/gems/2.1.0/gems/httpclient-2.6.0.1/lib/httpc | |
lient/cookie.rb:8: warning: previous definition of CookieManager was here | |
--- | |
timestamp: 2016-03-31 17:12:33 UTC | |
kitchen_version: 1.4.2 | |
plugins: | |
driver: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, [2016-03-31T11:59:25.274870 #11096] INFO -- default-windows-2012r2: -----> Creating <default-windows-2012r2>... | |
I, [2016-03-31T11:59:27.212370 #11096] INFO -- default-windows-2012r2: Bringing machine 'default' up with 'virtualbox' provider... | |
I, [2016-03-31T11:59:28.050870 #11096] INFO -- default-windows-2012r2: ==> default: VirtualBox VM is already running. | |
I, [2016-03-31T11:59:33.442870 #11096] INFO -- default-windows-2012r2: [WinRM] Established | |
I, [2016-03-31T11:59:33.460370 #11096] INFO -- default-windows-2012r2: Vagrant instance <default-windows-2012r2> created. | |
I, [2016-03-31T11:59:33.466370 #11096] INFO -- default-windows-2012r2: Finished creating <default-windows-2012r2> (0m8.19s). | |
I, [2016-03-31T11:59:33.466870 #11096] INFO -- default-windows-2012r2: -----> Converging <default-windows-2012r2>... | |
I, [2016-03-31T11:59:33.469370 #11096] INFO -- default-windows-2012r2: Preparing files for transfer | |
I, [2016-03-31T11:59:33.469370 #11096] INFO -- default-windows-2012r2: Preparing dna.json | |
I, [20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |