aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/macros.rb
AgeCommit message (Collapse)Author
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-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-03-24fixed problems when default encoding is not utf8elijah
2014-03-14added ability to define environment specific provider.json (e.g. ↵elijah
provider.production.json)
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-10different secrets for each environmentelijah
2014-02-09added ssh pub key information to the 'hosts' hash saved in hiera files. ↵elijah
version bumped to 1.4.0.
2014-02-07added support for custom /etc/hosts files, fixed bug in ObjectList filters ↵elijah
(when using negative value on an array attribute).
2014-02-06added support for 'monitor' ssh keys.elijah
2013-09-20add support to haproxy_servers macro for the possibility that at node might ↵elijah
haproxy to itself
2013-09-05change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if ↵elijah
defined. REQUIRES latest platform (0.2.4).
2013-07-301.2.1 - fix bug in haproxy (weight max is 256)elijah
2013-07-29security fix - don't allow leap_cli created files to be world/group readable.elijah
2013-07-29added assert() macro.elijah
if failed, spits out this on compile: = FAILED assertion while evaluating node 'worm' - assertion: services.include? 'couchdb' - offending key: require_couchdb = bailing out
2013-07-26add macro to support for haproxy with weightselijah
2013-06-25lock version for allowed platform & add authorized_keys supportelijah
2013-06-04when generating /etc/hosts, use local ips if available via facts.jsonelijah
2013-04-02added support for hex_secretselijah
2013-03-31add ability to search for nodes using nil values.elijah
2013-03-27make sure stunnel hostnames show up in /etc/hostselijah
2013-03-27move config macros to config/macros.rbelijah