-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from kanr/packer-windows-submodule
Packer windows submodule
- Loading branch information
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "packer"] | ||
path = packer-windows | ||
url = https://github.com/StefanScherer/packer-windows.git |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# vagrant-windows | ||
Vagrant windows guest configuration | ||
|
||
To build vagrant boxes for windows you can version windows environments. Given the ongoing use of windows in the modern business world, the ability to deploy these systems with codified configurations is highly desireable. | ||
To build vagrant boxes for windows you can version windows environments. Given the ongoing use of windows in the modern business world, the ability to deploy these systems with codified configurations is highly desireable. | ||
|
||
the [Windows Packer Templates](https://github.com/joefitzgerald/packer-windows) repo contains a wealth of resources for building windows vagrant boxes. | ||
|
||
Install packer | ||
Clone the packer-windows repo | ||
Install packer as a git submodule | ||
|
||
``` | ||
git submodule add --name packer https://github.com/StefanScherer/packer-windows | ||
``` | ||
|
||
Packer, and its windows templates can be managed in a seprate git repo and updated within the vagrant windows deployment repo. | ||
|
||
when setting up in a new development environment you need to run: | ||
`git submodule update` you will then see your subdirectory pull down its contents. |
Submodule packer-windows
added at
658b1d