-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to store machine data in node attribute rather than file.
To use this option, specify a driver url of 'ssh:chef' In support of above: 1. Some refactoring of driver.rb. 2. Fixes some warnings with gemspec. 3. Fixes tests for changed location of vagrant insecure key in vagrant 1.7+. 4. Updated readme for above and some out of date info. Also fixes #29 by using stored transport options if none specified
- Loading branch information
christine_draper
committed
May 8, 2016
1 parent
ef89ed0
commit 2ccebb8
Showing
9 changed files
with
174 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,7 @@ test/.chef/provisioning | |
test/nodes | ||
test/clients | ||
test/.chef/local-mode-cache | ||
.project | ||
vendor/ | ||
Gemfile.lock | ||
*.gem |
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
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
Oops, something went wrong.