mirror of https://github.com/hashicorp/packer
parent
fe584f4448
commit
0866cb3714
@ -1,6 +1,6 @@
|
|||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package common
|
package client
|
||||||
|
|
||||||
// IsAzure returns true if Packer is running on Azure (currently only works on Linux)
|
// IsAzure returns true if Packer is running on Azure (currently only works on Linux)
|
||||||
func IsAzure() bool {
|
func IsAzure() bool {
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package common
|
package client
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package common
|
package client
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package common
|
package client
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
Loading…
Reference in new issue