summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-08Merge pull request #560 from MajesticFalcon/masterytti
Add some OS-Model mapping in README
2016-09-07Add OS-Model mapping in READMESchylar Utley
2016-09-07Add OS-Model mapping in READMESchylar Utley
2016-09-06Merge pull request #557 from gerard780/patch-1ytti
Remove extra new lines added by export command
2016-09-06Remove extra new lines added by export commandgerard780
2016-09-05Merge pull request #555 from MajesticFalcon/masterytti
Update README.md SQL
2016-09-04Update README.mdSchylar Utley
2016-09-04UPDATE README.mdMajesticFalcon
Add MYSQL docs
2016-09-04Update README.mdMajesticFalcon
2016-09-04Update README.mdMajesticFalcon
2016-09-04UPDATE README.mdMajesticFalcon
Add MYSQL help
2016-09-04Update README.mdMajesticFalcon
2016-09-04Update README.mdSchylar Utley
2016-09-04Merge pull request #554 from MajesticFalcon/masterytti
Update ruby support in README
2016-09-04Update ruby support in READMESchylar Utley
2016-09-02Merge pull request #552 from boudreau/masterytti
Update catos.rb
2016-09-02Update catos.rbboudreau
2016-08-31Merge pull request #548 from MajesticFalcon/masterytti
Add Alvarion support
2016-08-30Update tftp.rbMajesticFalcon
2016-08-30Update tftp.rbMajesticFalcon
2016-08-30Remove unnecessary debuggingMajesticFalcon
2016-08-30Update Filename and tftp loadMajesticFalcon
2016-08-30Update tftpMajesticFalcon
2016-08-30Update README.MDMajesticFalcon
Fix mistake on input
2016-08-30Update README.MDMajesticFalcon
2016-08-30Add UDP TFTPMajesticFalcon
2016-08-30Adding Alvarion modelMajesticFalcon
2016-08-29Merge pull request #547 from danilopopeye/ds-fix-529ytti
fix the node variable from `#fetch`
2016-08-29fix the node variable from `#fetch`. closes #529Danilo Sousa
in commit `de2a9d1` I changed the `#fetch` method to pass the `Node` object instead of the node name.
2016-08-29don't install twiceSaku Ytti
2016-08-29Merge pull request #467 from ldep30/patch-1ytti
Update rest_client.rb to support 'rest' parameter
2016-08-29support terminal and ssh auth for same modelSaku Ytti
Some boxes like prokurwa may authenticate via SSH (proper), or may have no auth on SSH and use terminal auth (improper) Even if SSH is configured for terminal auth, in this change we attempt to detect prompt, so that we won't expect terminal auth, even when requested, if it is not presented.
2016-08-28Merge pull request #545 from MajesticFalcon/masterytti
Add more extensive pattern matching
2016-08-28Changing {0,} -> *MajesticFalcon
2016-08-28Add more extensive pattern matchingMajesticFalcon
2016-08-28Merge pull request #543 from MajesticFalcon/masterytti
Update README to include specific group settings
2016-08-28Update README.mdMajesticFalcon
2016-08-28Update README.mdMajesticFalcon
2016-08-28Update README.mdMajesticFalcon
2016-08-28expand_path in file outputSaku Ytti
so that ``` output: file: directory: ~/foox ``` will work
2016-08-26Merge pull request #542 from ytti/ds-docker-readmeytti
cleanup exited container & better docs
2016-08-26ready: cleanup exited container & better docsDanilo Sousa
the first container run it's only needed for creating the config file, so we run it with `--rm` to be removed after its exit
2016-08-26Merge pull request #541 from stokbaek/masterytti
pfSense: config pull will not remove its revision time
2016-08-26config pull will not remove its revision timeChristoffer Stokbaek
2016-08-25quote debuggingSaku Ytti
2016-08-25typo fixSaku Ytti
2016-08-25add debugging to key resolutionSaku Ytti
2016-08-25fix symbol conversion to stringSaku Ytti
2016-08-25refactor node resolutionSaku Ytti
two primary goals - username and password can come from different sources (Global PW, per group username) - model can come from group
2016-08-25release 0.16.30.16.3Saku Ytti