summaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Collapse)Author
2016-06-21fix ruby deprecation warningselijah
2016-05-26ensure that local nodes get the 'local' environment.elijah
2016-04-12move template() from manager to environment. closes #8026elijah
2016-04-09secrets: fix bug when secrets.json doesn't existelijah
2016-04-08environments: clean up the json inheritence system with a proper environment ↵elijah
class, and fix bugs with partials and inheritance. requires latest leap_platform.
2016-04-06ensure provider objects in defeault environment have 'nil' for environment. ↵elijah
closes #8006
2016-02-18added support for json keys prefixed with '!' for replace.elijah
2016-02-01added manager.template(), used when creating new nodeselijah
2016-02-01allow for object.dump_json to exclude certain keyselijah
2015-10-05fixes bug when environment is not listed in tagelijah
2015-08-18moved commands to leap_platformelijah
2015-08-07giver provider objects an env variable.elijah
2015-08-07add method to test if a secret has been used.elijah
2015-08-07added `leap compile firewall`elijah
2015-07-10improve `leap facts update`. closes bugs #7236 and #7237elijah
2015-07-08die more gracefully if facts.json is corrupted.elijah
2015-06-26`leap ls --print` should return values, not formulaselijah
2015-06-16fix problem with default environment and secrets.json generationelijah
2015-05-05added support for secrets.set() with value passed as a block, so that ↵elijah
secrets don't get needlessly generated
2015-05-05properly bind 'global.services' and 'global.tags' in the right environment ↵elijah
in the macros.
2015-02-05minor - fix indentationelijah
2014-12-01better secrets.json compile when environment is pinned.elijah
2014-11-09make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed ↵elijah
because otherwise you can't connect to a server that has ecdsa host key if all you have is an rsa key host key. closes bug #6337
2014-11-04bugfix - deploy failed when all nodes had default environmentelijah
2014-10-31only spit out stack trace if --debugelijah
2014-10-31allow json properties to be named 'key'elijah
2014-10-30minor fix to bail and log levelelijah
2014-10-29allow for control over how arrays are merged in json inheritanceelijah
2014-10-15filter: fix bug when given incorrect filterelijah
2014-10-05more robust env pinning, fixes several edge case bugs.elijah
2014-10-05ensure arrays are always sorted when exported to yamlelijah
2014-10-01fixed typo in manager.rbelijah
2014-09-30environment pinning: new commands `leap env`, `leap env pin X` and `leap env ↵elijah
unpin`. See `leap help env` for more information.
2014-06-27leap list improvements: lazy evaluation; don't bomb on ConfigError; remove ↵elijah
requirements.rb
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.elijah
2014-06-20moved all json macros to the platform (breaks compatibility with earlier ↵elijah
platforms)
2014-06-20changed how stunnel is generated in hiera files. breaks compatibility with ↵elijah
older platforms
2014-06-18added support for 'control files', files like the .json configuration files ↵elijah
but contain arbitrary ruby code evaluated in the context of the node.
2014-06-17ensure that local stunnel ports are allocated by alphabetical order of the ↵elijah
node, to ensure ports don't jump around.
2014-06-05ensure hiera hosts entry is an empty hash if there are no hosts (closes #3752)elijah
2014-06-04by default, skip local nodes on `leap facts update`elijah
2014-05-22added 'try {}' macro.elijah
2014-05-21Merge branch 'feature/obfsproxy_macros' of ↵elijah
https://github.com/irregulator/leap_cli
2014-05-22Change macro name to rand_range, add base32 gem dependencyirregulator
2014-05-20added support for environmentally scoped services and tags (e.g. ↵elijah
services/webapp.production.json). requires latest platform.
2014-05-21Add two macros, base32_secret and obfs_port, used in obfsproxyirregulator
2014-04-05more graceful handling of error for `leap node add` (closes ↵elijah
https://leap.se/code/issues/3725)
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ↵elijah
~/.ssh/config per-domain settings.
2014-04-03remove ascii string debug line (closes https://leap.se/code/issues/5428)elijah
2014-04-01make secrets be utf8elijah