Commit Graph

26409 Commits

Author SHA1 Message Date
Erik Johnson
88ccacce5c Add environment to file state error
Just a little enhancement to error reporting.
2014-02-18 21:01:56 -06:00
Erik Johnson
a0f9213679 Add new hgfs features to docs 2014-02-18 21:01:42 -06:00
Erik Johnson
d90f47703b Add hgfs mountpoints and per-remote params 2014-02-18 21:01:42 -06:00
Erik Johnson
b68b005acf gitfs: remove emptydirs collection logic
Git cannot have empty dirs. This logic is unnecessary.
2014-02-18 21:01:33 -06:00
Erik Johnson
090c7a96e0 gitfs: replace refs to _strip_proto()
Also a bit of variable name cleanup
2014-02-18 21:01:24 -06:00
Erik Johnson
14776ae394 Add salt.utils.strip_proto() 2014-02-18 21:01:24 -06:00
Alexey Ivanov
2166c11803 security: remove race between bind(2) and chmod(2)
This adds umask(2) calls before and after zmq_bind(3) calls.
Also while here check sockets with salt.utils.check_ipc_path_max_len()
and removed executable permissions from sockets.

PS. This is proper version of #10442
2014-02-18 19:00:16 -08:00
Pedro Algarvio
c84716c7cc Merge pull request #10560 from hulu/dig-shadowing
avoid shadowing in dig module
2014-02-18 23:43:25 +00:00
Mike Place
e8b07d5c39 A glossary. 2014-02-18 15:59:56 -07:00
Joseph Hall
347a6fbd30 Add minimum version for apache-libcloud 2014-02-18 15:31:50 -07:00
Andrew Hammond
a6f03c401b support additional arguments for lv_present 2014-02-18 14:24:55 -08:00
Andrew Hammond
0affe6636c support additional kwargs to lvcreate 2014-02-18 14:24:55 -08:00
Thomas S Hatch
18065188db Merge pull request #10557 from s0undt3ch/hotfix/lint
Revert "Remove unused import"
2014-02-18 14:36:44 -07:00
Chris Rebert
09cd07f3e1 avoid shadowing in dig module 2014-02-18 13:35:50 -08:00
Thomas S Hatch
79194d2f1e Skip lint on raet stuff still 2014-02-18 14:33:30 -07:00
Samuel M Smith
30e6250d18 small DRY refactor of joiner and joinent transactons
rnamind in stack
2014-02-18 14:30:53 -07:00
Pedro Algarvio
3c0dfdbc6c Have pylint ignore the import 2014-02-18 21:19:13 +00:00
Pedro Algarvio
492582afc4 Revert "Remove unused import"
This reverts commit 046e54bc46.
2014-02-18 21:12:45 +00:00
Thomas S Hatch
6ab4c4d8a3 Merge pull request #10555 from s0undt3ch/develop
Revert "security: avoid race between file creation and chmod(2)"
2014-02-18 14:12:37 -07:00
Pedro Algarvio
7982a1e39d Revert "security: avoid race between file creation and chmod(2)"
This reverts commit cf0f1c981c.
2014-02-18 21:09:47 +00:00
Thomas S Hatch
cee74334b8 Merge pull request #10548 from s0undt3ch/hotfix/remove-sockets
Remove existing IPC sockets
2014-02-18 14:08:49 -07:00
Colton Myers
84b31fe87e Remove "upgrade instructions" wording for releases index.rst, Fix #10482 2014-02-18 13:47:05 -07:00
Pedro Algarvio
315e56af2b Remove existing IPC sockets 2014-02-18 20:40:45 +00:00
Colton Myers
1fd8cee45f Fix broken hg.pull CLi example, Fix #10477 2014-02-18 13:38:41 -07:00
Samuel Smith
c9ab0993ec Merge pull request #10546 from SmithSamuelM/sam_raet_4
Sam raet 4
2014-02-18 13:29:57 -07:00
Samuel M Smith
aceb0218a4 Merge remote-tracking branch 'upstream/develop' into sam_raet_4
Conflicts:
	salt/transport/road/raet/raeting.py
	salt/transport/road/raet/stacking.py
	salt/transport/road/raet/test/test_stacking.py
2014-02-18 13:28:00 -07:00
Joseph Hall
b6ea15b742 Merge pull request #10542 from rallytime/dnsutil_test
Final tests for dnsutil
2014-02-18 13:17:41 -07:00
Samuel M Smith
4647e16e67 CurveCp handshake now working with raw keys and binary body packed packets 2014-02-18 13:15:48 -07:00
Thomas S Hatch
1af2dba997 Merge pull request #10545 from Nibbler999/fix-service-restart
Fix service restart over salt
2014-02-18 13:14:10 -07:00
Sébastien Luttringer
87e55a9625 Allow pacman upgrade to don't refresh the database
The default behavior is still to refresh before upgrade.
2014-02-18 21:08:46 +01:00
Sébastien Luttringer
6b55fb031e Make pacman system upgrade optional
Split upgrade and refresh options when installing a pacman package.

refresh option control pacman -Sy
sysupgrade option control pacman -Su

Important note: refresh=True no more upgrade your whole system.

Linked to this: https://github.com/saltstack/salt/pull/10519/
2014-02-18 21:07:31 +01:00
Joseph Hall
306150a3ad Merge pull request #10544 from s0undt3ch/hotfix/lint
Lint fixes
2014-02-18 13:06:06 -07:00
Pedro Algarvio
046e54bc46 Remove unused import 2014-02-18 19:56:33 +00:00
Pedro Algarvio
d2f6cab4d2 No dangerous default values. Double to single quotes. 2014-02-18 19:52:38 +00:00
Tom Atkinson
4c87afbdc8 Fix service restart over salt 2014-02-18 20:37:53 +01:00
rallytime
56e89ac1f2 final tests for dnsutil 2014-02-18 12:36:09 -07:00
Thomas S Hatch
0c5af800a1 Fix typo in walkthrough 2014-02-18 12:28:31 -07:00
Samuel M Smith
d2f6ba5910 Allow transaction (CurveCP) basically working now 2014-02-18 12:24:50 -07:00
Thomas S Hatch
7d2d219560 Merge pull request #10539 from rallytime/dnsutil_test
Dnsutil test
2014-02-18 11:13:31 -07:00
Thomas S Hatch
a2a4ead49c Merge pull request #10517 from borgstrom/pyobjects
Add Pyobjects (formerly NaCl) to Salt
2014-02-18 11:12:01 -07:00
rallytime
5d38a2faa3 Merge branch 'develop' of https://github.com/saltstack/salt into dnsutil_test 2014-02-18 10:48:30 -07:00
rallytime
94128532d2 started new dnsutil_test 2014-02-18 10:45:43 -07:00
Thomas S Hatch
90a3ea8997 Merge pull request #10516 from techdragon/bhyve-detection
added bhyve detection - issue 8946
2014-02-18 10:29:45 -07:00
Thomas S Hatch
8c5a2ef12d Merge pull request #10514 from czue/develop
workaround for bad output format dpkg-query command
2014-02-18 10:28:27 -07:00
Thomas S Hatch
0104d8e088 Merge pull request #10537 from gtmanfred/develop
[salt] Pacman shouldn't default to refresh
2014-02-18 10:22:32 -07:00
Daniel Wallace
bfaf95ec62 [salt] Pacman shouldn't default to refresh
Because refreshing requires you to update the entire system and
installing should by default limited to only the package you are
installing.
2014-02-18 11:04:26 -06:00
Pedro Algarvio
2ea19fec85 Merge pull request #10534 from s0undt3ch/develop
Update `bootstrap-salt.sh` to latest version, v2014.02.18
2014-02-18 16:24:19 +00:00
Pedro Algarvio
8e958485b6 Update bootstrap-salt.sh to latest version, v2014.02.18 2014-02-18 15:31:16 +00:00
Erik Johnson
ea5b3a2fd9 Merge pull request #10520 from s0undt3ch/develop
Lint and File lock fixes
2014-02-18 09:20:26 -06:00
Erik Johnson
7a94c0240b Merge pull request #10525 from techhat/pacman
Add comment discussing the dangers of pacman -Sy
2014-02-18 09:01:06 -06:00