Commit Graph

7094 Commits

Author SHA1 Message Date
Thomas S Hatch
bc783a7518 Merge pull request #2320 from tail/fix-pip-install-options
Fixed --install-option for pip module.
2012-10-23 08:44:46 -07:00
Thomas S Hatch
3ebe607526 Merge pull request #2318 from ffa/remove_system_links_support
add link removal to the modules.file.remove fuction.
2012-10-23 08:39:11 -07:00
Jason Yan
ff34fe1df4 Fixed --install-option for pip module. 2012-10-23 02:13:35 -07:00
ffa
dbb02ce8ae add link removal to the modules.file.remove fuction. 2012-10-23 00:46:25 -07:00
Thomas S Hatch
2ee9e9513c Update the release notes with more goodies :) 2012-10-22 18:01:18 -06:00
Thomas S Hatch
3df288129a Merge pull request #2317 from romeotheriault/develop
update solaris release notes
2012-10-22 16:34:23 -07:00
Thomas S Hatch
59615b4e6f Fix #2240 2012-10-22 17:33:37 -06:00
Romeo Theriault
a0a315e4e6 update solaris release notes 2012-10-22 13:25:29 -10:00
Thomas S Hatch
ec34d5ab0d Merge pull request #2316 from UtahDave/develop
First draft of 0.10.4 Release notes
2012-10-22 16:00:11 -07:00
Dave Boucha
6ecd7b2515 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-22 16:55:28 -06:00
Dave Boucha
154dbec554 Formatting and grammar fixes. 2012-10-22 16:53:21 -06:00
Dave Boucha
e52c27a230 Additions to 0.10.4 release notes. 2012-10-22 16:09:45 -06:00
Thomas S Hatch
8eafdb3e3d need index for .format strings!!!!! 2012-10-22 15:23:04 -06:00
Thomas S Hatch
f34e9de0ab Fix memory mapping issue 2012-10-22 15:14:21 -06:00
Thomas S Hatch
c1429a2927 Catch when rabbitmq does not return expected output 2012-10-22 14:55:45 -06:00
Thomas S Hatch
a308a2c52f Have to use field numbers for .format to work in python 2.6 2012-10-22 14:51:48 -06:00
Thomas S Hatch
9f05f53fd7 Fix tests from failing if token present for the user 2012-10-22 14:43:47 -06:00
Thomas S Hatch
4c561272a7 Fix problem where old master code may return a string 2012-10-22 13:41:35 -06:00
Thomas S Hatch
e210936afc Fix minor issue in tokens when the auth fails 2012-10-22 11:57:49 -06:00
Thomas S Hatch
cb272e94c0 Merge pull request #2313 from archtaku/develop
Tolerate trailing whitespace in package metadata
2012-10-22 10:47:13 -07:00
Erik Johnson
6e657b7987 Tolerate trailing whitespace in package metadata
This is an addendum to pull req #2306 that will make _parse_pkg_meta()
tolerant of trailing whitespace, should there be any.
2012-10-22 12:40:43 -05:00
Thomas S Hatch
2838273133 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-22 11:40:00 -06:00
Thomas S Hatch
2f48f99329 Fix stack trace when auth fails 2012-10-22 11:39:38 -06:00
Thomas S Hatch
bc8725cdd0 Merge pull request #2312 from UtahDave/non_root_user
Run salt-master as non-root user
2012-10-22 10:16:07 -07:00
Dave Boucha
2b28a0d0cc Refix running master as non-root user 2012-10-22 11:10:17 -06:00
Thomas S Hatch
ed4e9bf708 Only check for SUDO_USER when looking for sudo 2012-10-22 10:54:05 -06:00
Dave Boucha
7c54097182 Merge branch 'develop' of github.com:saltstack/salt into non_root_user 2012-10-22 10:38:59 -06:00
Thomas S Hatch
a9baeb26d2 Make the root user track the master's user key 2012-10-22 10:36:42 -06:00
Thomas S Hatch
4814079ff5 Merge pull request #2307 from archtaku/yumpkg_file
Add ability to install pkg from file (yumpkg)
2012-10-22 08:36:14 -07:00
Dave Boucha
a7778110f4 Run master as non-root user 2012-10-22 00:15:09 -06:00
Erik Johnson
d74d2bf1c9 add missing "return {}" to error condition 2012-10-22 00:24:42 -05:00
Erik Johnson
adccb3378d Add ability to install pkg from file (yumpkg)
This is my first attempt at extending yum support for anything, so it is
entirely possible I messed something up without realizing. I did however
test this on a Fedora 17 VM and it works there.
2012-10-22 00:11:32 -05:00
Thomas S Hatch
85fe2de4c4 Merge pull request #2306 from archtaku/develop
Add ability to install pkg from file (pacman)
2012-10-21 21:35:44 -07:00
Erik Johnson
c576177b23 Add ability to install pkg from file (pacman) 2012-10-21 22:04:34 -05:00
Thomas S Hatch
808091d1f4 Merge pull request #2293 from vbulax/patch-1
Update salt/grains/core.py
2012-10-21 13:16:00 -07:00
Thomas S Hatch
2f34ac1eca Merge pull request #2305 from gcw/develop
minor typo fixes in documentation
2012-10-20 17:02:33 -07:00
G. Clifford Williams
aacdf24aca minor typo fixes 2012-10-20 18:10:18 -05:00
Seth House
42b4784bb2 Merge pull request #2303 from gcw/develop
conflict resolved..
2012-10-20 12:14:34 -07:00
G. Clifford Williams
a4c0963340 fix missed merge error 2012-10-20 13:17:48 -05:00
G. Clifford Williams
607dab0e71 Merge branch 'develop' of https://github.com/saltstack/salt into develop
resolution of documentation merge with upstream develop branch
2012-10-20 13:13:59 -05:00
G. Clifford Williams
d399da4259 Merge branch 'master' of https://github.com/saltstack/salt into develop
Conflicts:
	doc/ref/renderers/all/index.rst
2012-10-20 11:54:50 -05:00
Thomas S Hatch
5777927e98 Add os detection for SmartOS to grains 2012-10-19 22:31:07 -06:00
Thomas S Hatch
4c8a4b2191 Fix RabbitMQ tests where we can be a little less specific 2012-10-19 15:20:31 -06:00
Thomas S Hatch
ebfb9533ea Merge pull request #2299 from FireHost/ovs_oel_os_family_redhat
Move OVS and OEL to the RedHat os_family
2012-10-19 12:35:20 -07:00
David Boucha
9194c21171 Merge pull request #2298 from FireHost/centos_os_grain_fix
Add 'centoslinu' to _os_name_map
2012-10-19 11:39:16 -07:00
Aaron Tygart
74a5cf7a09 Move OVS and OEL to the RedHat os_family 2012-10-19 13:26:55 -05:00
Aaron Tygart
6952d4a72f Add 'centoslinu' to _os_name_map 2012-10-19 12:41:51 -05:00
David Boucha
01aa1f4914 Merge pull request #2292 from scott-w/develop
Add RabbitMQ States
2012-10-19 09:23:04 -07:00
Vadim Bulax
4520fa9a79 Update salt/grains/core.py
Resolves grains conflict. 
grains['host'] in os_data() rewrites grains['host'] in hostname()
2012-10-19 19:57:00 +04:00
Scott Walton
e7ea808701 Merge remote-tracking branch 'upstream/develop' into develop 2012-10-19 16:28:55 +01:00