aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Expand)Author
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.HEADmasterhotfix/6374elijah
2014-06-18added support for 'control files', files like the .json configuration files b...elijah
2014-06-17ensure that local stunnel ports are allocated by alphabetical order of the no...elijah
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 https://github.com/irregulator/lea...elijah
2014-05-22Change macro name to rand_range, add base32 gem dependencyirregulator
2014-05-20added support for environmentally scoped services and tags (e.g. services/web...elijah
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 https://leap.se/c...elijah
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ~/.ssh/...elijah
2014-04-03remove ascii string debug line (closes https://leap.se/code/issues/5428)elijah
2014-04-01make secrets be utf8elijah
2014-03-24fixed problems when default encoding is not utf8elijah
2014-03-23fix bug that prevented json keys with a period in them.elijah
2014-03-18only run the tests that are specified, regardless of dependencieselijah
2014-03-14added ability to define environment specific provider.json (e.g. provider.pro...elijah
2014-03-08added support for specifying what order nodes should be tested in.elijah
2014-03-08include mx nodes in /etc/hosts of all nodeselijah
2014-02-14Include monitor node itself in hiera hosts hash (Feature #5133)varac
2014-02-13fix bug with compiling secrets.jsonelijah
2014-02-10fixed bug that prevented `leap list`elijah
2014-02-10automatically upgrade secrets.jsonelijah
2014-02-10different secrets for each environmentelijah
2014-02-09added ssh pub key information to the 'hosts' hash saved in hiera files. versi...elijah
2014-02-07added support for custom /etc/hosts files, fixed bug in ObjectList filters (w...elijah
2014-02-06added support for 'monitor' ssh keys.elijah
2013-09-21added support for config arrays that are required: e.g. ["REQUIRED"]. this wi...elijah
2013-09-20add support to haproxy_servers macro for the possibility that at node might h...elijah
2013-09-05change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if defin...elijah
2013-07-301.2.1 - fix bug in haproxy (weight max is 256)elijah
2013-07-29allow ssh to disabled nodeselijah
2013-07-29security fix - don't allow leap_cli created files to be world/group readable.elijah
2013-07-29added assert() macro.elijah
2013-07-26add macro to support for haproxy with weightselijah
2013-06-26added command `leap compile zone`elijah
2013-06-25change it so the file loading info is only logged if log level is >= 3 (it is...elijah
2013-06-25lock version for allowed platform & add authorized_keys supportelijah
2013-06-22improve `leap inspect`elijah
2013-06-20Fixed bug when facts.json is missing.elijah
2013-06-19fixed utf8 bug when locale not set, and improved testing for ruby 1.8.elijah
2013-06-04when generating /etc/hosts, use local ips if available via facts.jsonelijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like run_with_pr...elijah
2013-05-27important! the order that a node specifies its services and tags is now impor...elijah
2013-05-27disabled nodes -- ensure the disabled nodes are also removed from the service...elijah
2013-05-27prevent `leap compile` from destroying disabled node files.elijah
2013-05-27added support for disabling nodeselijah
2013-05-22object list -- added pick_fields() and exclude()elijah
2013-05-22fixed bug with config list not supporting correctly not filters (eg nodes[:na...elijah