Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
d4c9ed43
Commit
d4c9ed43
authored
Jan 31, 2014
by
Prasanna Santhanam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatted googlecompute builder as per `make format`
parent
0e98b2a2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
49 deletions
+49
-49
builder/googlecompute/builder.go
builder/googlecompute/builder.go
+25
-25
builder/googlecompute/step_create_instance.go
builder/googlecompute/step_create_instance.go
+6
-6
builder/googlecompute/step_create_ssh_key.go
builder/googlecompute/step_create_ssh_key.go
+18
-18
No files found.
builder/googlecompute/builder.go
View file @
d4c9ed43
...
...
@@ -3,12 +3,12 @@
package
googlecompute
import
(
"log"
"time"
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer"
"log"
"time"
)
// The unique ID for this builder.
...
...
builder/googlecompute/step_create_instance.go
View file @
d4c9ed43
builder/googlecompute/step_create_ssh_key.go
View file @
d4c9ed43
package
googlecompute
import
(
"code.google.com/p/go.crypto/ssh"
"crypto/rand"
"crypto/rsa"
"crypto/x509"
"encoding/pem"
"os"
"fmt"
"code.google.com/p/go.crypto/ssh"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"os"
)
// StepCreateSSHKey represents a Packer build step that generates SSH key pairs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment