move powershell module to common

pull/4282/head
Matthew Hooker 9 years ago
parent d0a3e956a8
commit 45d4cf8b36
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -7,8 +7,8 @@ import (
"strconv"
"strings"
"github.com/mitchellh/packer/powershell"
"github.com/mitchellh/packer/powershell/hyperv"
"github.com/mitchellh/packer/common/powershell"
"github.com/mitchellh/packer/common/powershell/hyperv"
)
type HypervPS4Driver struct {

@ -10,11 +10,11 @@ import (
"github.com/mitchellh/multistep"
hypervcommon "github.com/mitchellh/packer/builder/hyperv/common"
"github.com/mitchellh/packer/common"
powershell "github.com/mitchellh/packer/common/powershell"
"github.com/mitchellh/packer/common/powershell/hyperv"
"github.com/mitchellh/packer/helper/communicator"
"github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer"
powershell "github.com/mitchellh/packer/powershell"
"github.com/mitchellh/packer/powershell/hyperv"
"github.com/mitchellh/packer/template/interpolate"
)

@ -5,7 +5,7 @@ import (
"strconv"
"strings"
"github.com/mitchellh/packer/powershell"
"github.com/mitchellh/packer/common/powershell"
)
func GetHostAdapterIpAddressForSwitch(switchName string) (string, error) {
Loading…
Cancel
Save