forked from chef-boneyard/chef-provisioning-ssh
-
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.
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 chef-boneyard#29 by using stored transport options if none specified, and fixes chef-boneyard#25 so validation logic accepts windows :port
- Loading branch information
christine_draper
committed
May 18, 2016
1 parent
ef89ed0
commit 3fa00e0
Showing
11 changed files
with
224 additions
and
145 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
Oops, something went wrong.