summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-31Allow model to specify SSH PTY optionsSaku Ytti
2016-10-31Merge pull request #600 from flokli/gitignoreytti
add Ruby.gitignore from github.com/github/gitignore
2016-10-31add Ruby.gitignore from github.com/github/gitignoreFlorian Klink
2016-10-27Merge pull request #596 from flokli/hpe-bladesystemytti
add support for the HPE BladeSystem
2016-10-27add support for the HPE BladeSystemFlorian Klink
2016-10-26return nil if we can't find fileSaku Ytti
unsure if we really should, or just raise the error and let consumer of fetch decide what to do with the error
2016-10-26fetch should return string, not arraySaku Ytti
Also if group was explicitly given, we referred to wrong directory
2016-10-26Merge pull request #595 from emjemj/masterytti
Added Support for MRV FiberDriver Linux based management module
2016-10-26Added Support for MRV FiberDriver Linux based management moduleEric Lindsjö
2016-10-25Merge pull request #593 from stokbaek/masterytti
Added support for fujitsu blade switches
2016-10-25Added support for fujitsu blade switchesChristoffer Stokbaek
2016-10-21Merge pull request #592 from matthanley/masterytti
Docker: Add missing dependency for Rugged
2016-10-21Add missing dependency for RuggedMatt Hanley
2016-10-19Merge pull request #590 from denvera/masterytti
Update regex to match newer pfSense config files
2016-10-19Update regex to match newer pfSense config filesDenver Abrey
2016-10-17Merge pull request #589 from denvera/masterytti
Fix blank pfSense configs being saved if regex doesn't match
2016-10-17Fix blank pfSense configs being saved if regex doesn't matchDenver Abrey
2016-10-17Merge pull request #588 from denvera/masterytti
Add key authentication to ssh input
2016-10-17Use variable vars(:ssh_keys) for private key authenticationDenver Abrey
2016-10-14bump up version0.18.0Saku Ytti
2016-10-13Add key authentication to ssh inputDenver Abrey
2016-10-13Merge pull request #587 from denvera/masterytti
Add apache2 reverse proxy example
2016-10-13Add apache2 reverse proxy exampleDenver Abrey
2016-10-12Merge pull request #586 from roedie/doc-nginxytti
Add nginx reverse proxy example
2016-10-12Add nginx reverse proxy exampleroedie
2016-10-12Interpolate also node variables, not just vars mapSaku Ytti
Fixes #583
2016-10-12Merge pull request #585 from frederic-loui/patch-1ytti
Update README.md
2016-10-12Update README.mdfrederic-loui
Added correction related to issue #445 and docker-compose file example
2016-10-04Merge pull request #581 from boudreau/masterytti
The \n is not seen as a lineline with ' it need "
2016-10-04The \n is not seen as a lineline with ' it need "boudreau
2016-09-30prompt not captured after sending enabe PWSaku Ytti
fixes #577
2016-09-29regexp missed this modelSaku Ytti
2016-09-29add comware linkSaku Ytti
name contained -, which my replace regexp didn't allow, thus didn't generate link for that model
2016-09-29add links to modelsSaku Ytti
2016-09-29update model namesSaku Ytti
2016-09-29Merge pull request #578 from davromaniak/masterytti
Added APC model to oxidized
2016-09-29Redoing the modifications on a up to date baseCyril LAVIER
2016-09-29Redoing the modifications on a up to date baseCyril LAVIER
2016-09-28bump up version0.17.0Saku Ytti
2016-09-28update CHANGELOGSaku Ytti
2016-09-28interpolate node variable valuesSaku Ytti
Empty value was variably considered "" or nil, now it will always be "" string. Now "nil", "false", "true" strings are converted to their respective types nil, false and true. This also means we cannot have verbatim strings by that name, like if your password was "false", you're shit out of luck. If this is the case, we can add some __false__ hack or consider other similar solutions. Fixes #500 Fixes #534 May break stuff with ""/nil changing now, but as it was not consistent to begin with, I find it acceptable. Users now may need to manually enter nil in some fields to regain old behaviour.
2016-09-23Merge pull request #572 from danilopopeye/ds-rollback-alvarion-modelytti
rollback `alvarion` model
2016-09-21rollback `alvarion` modelDanilo Sousa
wrongly removed in 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1
2016-09-16ruby2.1 behaves oddly with this style of dependcySaku Ytti
fixed #565
2016-09-12Merge pull request #564 from mycahb2/masterytti
Updated Dockerfile to use ruby 2.3
2016-09-12Updated Dockerfile to use ruby 2.3Mycah Mattox
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