Jeff Schroeder
c92d4100df
export a few more env vars for apt-get to run non-interactively
...
I tested this by running: salt-call pkg.install postfix
Seems to work like a champ and fixes #786
2012-03-01 21:07:56 -08:00
David Boucha
8c375568f4
Fix errors regarding dns_check
...
Added dns_check to the default opt config for the minion.
Added SaltClientError to the imports
Updated safe_dns_check() to return the ip address if the dns is good.
Fixed an instance of safe_dns_check() to use the master config as arg.
2012-03-01 21:32:13 -07:00
Thomas S Hatch
96643ea79c
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-01 20:18:34 -07:00
Thomas S Hatch
33ca2d22ed
Add outputter printing to the batch system
2012-03-01 20:18:00 -07:00
Thomas S Hatch
005086a957
Add printout command to output module
2012-03-01 20:17:20 -07:00
Thomas S Hatch
de9aa51329
Merge pull request #810 from dcolish/develop
...
Add requirements.txt to sdist and allow setup.py to use setuptools if de...
2012-03-01 16:55:07 -08:00
Thomas S Hatch
cd9eb21dc0
add snum definition to figuring percentages
2012-03-01 17:39:53 -07:00
Thomas S Hatch
df09f4e52b
Make % management in batch more flexible
2012-03-01 17:35:19 -07:00
Thomas S Hatch
85466b8b9f
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-01 17:17:25 -07:00
Dan Colish
eae7bea4f6
Add requirements.txt to sdist and allow setup.py to use setuptools if detected in environment
2012-03-01 16:17:03 -08:00
Thomas S Hatch
35eb777c12
Add initial --batch option
...
Yes, there has been some disagreement on the name, I care a lot less
about why people dislike --batch and care a lot more about arguments for
something else to call it.
2012-03-01 17:16:12 -07:00
Thomas S Hatch
bfd2cb24b1
Add non-blocking iterative cmd method to local client
2012-03-01 17:15:40 -07:00
Thomas S Hatch
8a888b8e03
Merge pull request #808 from dcolish/develop
...
Add configuration for key logfile path and ensure it uses root_dir
2012-03-01 11:06:29 -08:00
Jeff Schroeder
c1d8e3c3bd
Merge pull request #807 from sjoeboo/develop
...
new section on open file limits
2012-03-01 10:28:09 -08:00
Matthew Nicholson
2539e1e735
new section on open file limits
2012-03-01 13:23:48 -05:00
Dan Colish
2ef9c58e97
Add configuration for key logfile path and ensure it uses root_dir
2012-03-01 09:48:30 -08:00
Thomas S Hatch
7e4d2bcbbf
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-03-01 10:24:40 -07:00
Thomas S Hatch
140b36b8a5
Add dns)_check to the minion config
2012-03-01 10:24:19 -07:00
Thomas S Hatch
3a69744cd5
change error type for new dns checks
2012-03-01 10:20:34 -07:00
Thomas S Hatch
10cce187a4
Add salt master error
2012-03-01 10:17:16 -07:00
Thomas S Hatch
88c2983de2
Add dns checks in self healing
2012-03-01 10:16:20 -07:00
Thomas S Hatch
86356062ed
Merge pull request #805 from archtaku/develop
...
add upgrade_available()
2012-03-01 09:02:15 -08:00
Erik Johnson
7e2a31a553
add upgrade_available()
2012-03-01 10:57:24 -06:00
Thomas S Hatch
5aab2de7ce
Fix trace in file.managed when no source is given and there is no parent
...
dir
2012-02-29 23:01:32 -07:00
Thomas S Hatch
cc56a49cef
Merge pull request #801 from archtaku/develop
...
add upgrade_available()
2012-02-29 21:33:48 -08:00
Erik Johnson
b25fc9e7f1
add upgrade_available()
2012-02-29 23:29:57 -06:00
Thomas S Hatch
97c5cb0312
Add SunOS to the basic service module
2012-02-29 21:05:07 -07:00
Thomas S Hatch
6e72535715
Add openSUSE to use systemd
2012-02-29 20:26:06 -07:00
Thomas S Hatch
b16e14d49c
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-02-29 20:24:57 -07:00
Thomas S Hatch
d4437c075f
Initial support for openSUSE's zypper
2012-02-29 20:24:19 -07:00
Thomas S Hatch
9fb95d0a9d
Merge pull request #800 from grierj/contribute
...
Clean up multiprocessing processes on SIGTERM
2012-02-29 19:09:52 -08:00
Grier Johnson
fdfce1b3c3
Clean up multiprocessing processes on SIGTERM
...
First pass at cleaning up the processes spawned by the salt master
when run in the foreground via some process minder like runit or
daemontools.
This current method is a little inelegant as the cleanup code gets
pulled into the child processes themselves and you waste a few cycles
trying to test the proc objects in the clean_proc() function.
That being said, it works and doesn't orphan processes.
2012-02-29 17:36:03 -08:00
Thomas S Hatch
e4e2c383c4
Merge pull request #799 from cedwards/documentation
...
fixed typo and added note re: FreeBSD file_roots
2012-02-29 12:47:40 -08:00
Thomas S Hatch
b4298e684d
Merge pull request #798 from cedwards/documentation
...
standardized install docs for code-blocks
2012-02-29 12:45:47 -08:00
Christer Edwards
f8dd5a9c8b
fixed typo and added note re: FreeBSD file_roots
2012-02-29 13:45:46 -07:00
Christer Edwards
e78a0fc5b3
standardized install docs for code-blocks
2012-02-29 13:41:38 -07:00
Thomas S Hatch
322f15a81f
Merge pull request #797 from cedwards/documentation
...
initial attempt at a firewall doc for salt master
2012-02-29 12:41:25 -08:00
Christer Edwards
f2902790e3
initial attempt at a firewall doc for salt master
2012-02-29 13:39:07 -07:00
Thomas S Hatch
f6bac9e62c
Merge pull request #795 from cedwards/documentation
...
fixed link to freebsd installation tutorial
2012-02-28 23:33:24 -08:00
Christer Edwards
ec79cffee0
fixed link to freebsd installation tutorial
2012-02-29 00:28:02 -07:00
Thomas S Hatch
6aebc33d36
Merge pull request #793 from archtaku/develop
...
add user comment fields and pw hash enforcement control to file state
2012-02-28 22:42:07 -08:00
Erik Johnson
ef59313043
add user comment fields and password hash enforcement control to file state
2012-02-29 00:10:35 -06:00
Thomas S Hatch
e5c6f6a303
Merge pull request #792 from cedwards/documentation
...
more formatting and syntax cleanup in release doc
2012-02-28 21:30:37 -08:00
Christer Edwards
ff62c63ad4
more formatting and syntax cleanup in release doc
2012-02-28 22:26:46 -07:00
Thomas S Hatch
7a42a93fad
Merge pull request #791 from grierj/contribute
...
Add Local Logging of User When Necessary
2012-02-28 16:52:12 -08:00
Grier Johnson
dcebaac7f7
Pass the user in the load
...
Forgot to add the actual user in the payload so the minion can read it
out for logging.
2012-02-28 16:45:01 -08:00
Thomas S Hatch
fe83dfc437
Merge pull request #790 from l2ol33rt/develop
...
Rehashing of CShell after pkgs are installed
2012-02-28 16:26:32 -08:00
Thomas S Hatch
33681bfcb9
Merge pull request #788 from gordonm/develop
...
Fix a few typos and docstring/comment formatting
2012-02-28 16:22:49 -08:00
Robert James Hernandez
683e74ea7c
Corrected CLI example thanks to SEJeff!
2012-02-28 16:18:30 -08:00
Jeff Schroeder
0dcf8eca80
Merge pull request #787 from blast-hardcheese/develop
...
Adding **kwargs to pkg installed and latest
2012-02-28 16:08:28 -08:00