Salt Stack - fast remote execution manager / provisioner (saltstack.org) 5 points by mtrn 14y ago ↗ HN
[–] mtrn 14y ago ↗ After using Puppet and Chef for small production deployments and local vagrant setups, salt looks promising in terms of performance and transparency.
[–] skorgu 14y ago ↗ I want to like this but having to use a template syestem to build a yaml file seems entirely backwards to me.Ref: http://salt.readthedocs.org/en/latest/topics/tutorials/state... [–] mtrn 14y ago ↗ As far as I can tell, templating is an addon - you can specify everything as pure yaml, also. [–] beaucronin 14y ago ↗ Templating is definitely not required - states are run through Jinja by default, but for most simple setups you won't need to template anything.
[–] mtrn 14y ago ↗ As far as I can tell, templating is an addon - you can specify everything as pure yaml, also.
[–] beaucronin 14y ago ↗ Templating is definitely not required - states are run through Jinja by default, but for most simple setups you won't need to template anything.
4 comments
[ 2.7 ms ] story [ 24.3 ms ] threadRef: http://salt.readthedocs.org/en/latest/topics/tutorials/state...