Skip to content

Commit

Permalink
Merge pull request #5 from kanr/packer-windows-submodule
Browse files Browse the repository at this point in the history
Packer windows submodule
  • Loading branch information
Connor authored Mar 14, 2018
2 parents d21bcde + 8dc7615 commit cb989fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build-iPhoneSimulator/

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

.DS_Store
#Vagrant
/.vagrant
/windows_2016_virtualbox.box
3 changes: 3 additions & 0 deletions .gitmodules
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
14 changes: 11 additions & 3 deletions README.md
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.
1 change: 1 addition & 0 deletions packer-windows
Submodule packer-windows added at 658b1d

0 comments on commit cb989fa

Please sign in to comment.