aboutsummaryrefslogtreecommitdiff
path: root/sysutils/salt
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.9.6, which is primarily a documentation update toDoug Barton2012-01-254-22/+95
| | | | | | | | | | | | | | | | new version 0.9.5. The upgrade to 0.9.5 includes a change from pickle to msgpack for request serialization. If you update the master and all the minions at the same time there is no problem. Otherwise follow the instructions in the release notes at: http://saltstack.org/topics/releases/0.9.5/ Submitted by: christer.edwards@gmail.com (maintainer) via private mail Notes: svn path=/head/; revision=289765
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Salt : Remote Execution and State ManagerEitan Adler2011-12-269-0/+506
====================================== Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. WWW: http://saltstack.org Submitted by: Christer Edwards <christer.ewards@gmail.com> Notes: svn path=/head/; revision=288072