Commit Graph

18256 Commits

Author SHA1 Message Date
David Boucha
e862396094 Return stderr 2013-09-26 11:35:46 -06:00
Thomas S Hatch
ef7f3e9693 Add Salt Thin to the release notes 2013-09-26 11:18:30 -06:00
Thomas S Hatch
88082b9c74 Add initial thin runner for managing salt thin 2013-09-26 11:05:14 -06:00
Thomas S Hatch
1a3e1b0350 Add doc directory to clean routine 2013-09-26 10:44:14 -06:00
Thomas S Hatch
4276ecc456 Add ssh-max-procs to the command line options for salt-ssh 2013-09-26 10:38:40 -06:00
Thomas S Hatch
089207094a Pull in the correct yaml libs 2013-09-26 10:19:52 -06:00
Henrik Holmboe
da3799ba19 Add unit tests for a few functions in modules.virt
For:

 * modules.virt._disk_profile()
 * modules.virt._nic_profile()
 * modules.virt._gen_xml()
2013-09-26 17:21:37 +02:00
Thomas S Hatch
0b4286269f Merge pull request #7465 from holmboe/develop
Add another sticky bit
2013-09-26 07:38:58 -07:00
Henrik Holmboe
5b70ebdfe0 Add another sticky bit 2013-09-26 15:05:51 +02:00
Henrik Holmboe
2956139d3c Incorrect YAML in document example
The difference between:

```python
{'disk': {'default': [{'format': 'qcow2',
                       'model': 'virtio',
                       'size': 8192,
                       'system': None}]}}
```

and:

```yaml
{'disk': {'default': [{'system': {'format': 'qcow2',
                                  'model': 'virtio',
                                  'size': 8192}}]}}
```
2013-09-26 14:51:37 +02:00
Mickey Malone
f5a89abb70 Merge remote-tracking branch 'upstream/develop' into develop 2013-09-26 06:02:31 -05:00
Thomas S Hatch
f648983204 Add the sticky bit 2013-09-26 00:19:49 -06:00
Thomas S Hatch
f3a6dad957 Modify socket delletion to handle minor api change in pyzmq 14 2013-09-26 00:11:30 -06:00
Thomas S Hatch
93a80bf715 fix race condition where return value is omitted 2013-09-25 22:15:38 -06:00
Thomas S Hatch
29dbe592fe refine heredoces to handle issues in sudo commands 2013-09-25 21:50:30 -06:00
Mickey Malone
b3ab6b7931 Grammar update 2013-09-25 22:31:07 -05:00
Mickey Malone
2675f34079 Added more symlink funtionality
Cleaned up some of the comments/doc language
2013-09-25 22:21:27 -05:00
Mickey Malone
8c91eb3558 Merge remote-tracking branch 'upstream/develop' into develop 2013-09-25 21:37:00 -05:00
Mickey Malone
fc1533906d Refactored the the symlink logic 2013-09-25 21:34:39 -05:00
Thomas S Hatch
ca31aea76e take out bad implimentation of sudo calls 2013-09-25 19:21:15 -06:00
Thomas S Hatch
28b7ac457e Support passwordless sudo logins 2013-09-25 19:19:38 -06:00
Colton Myers
9786d4848b Merge pull request #7461 from glitch17/fixed-filter-msi-installers
Fixed mistake recent pull request
2013-09-25 15:58:20 -07:00
Ross Hammermeister
d0ac33b9dd Fixed mistake from windows installer 2013-09-25 15:19:37 -06:00
Thomas S Hatch
7aa914c9dc Set tags in the heredoc so that we can detect MOTD 2013-09-25 15:09:59 -06:00
Thomas S Hatch
b95c170c54 Merge pull request #7450 from geops/develop
FIX wrong substition in queries
2013-09-25 13:49:49 -07:00
David Boucha
05afde3c81 Merge pull request #7458 from glitch17/fixed-filter-msi-installers
Windows packages are being wrongly detected as as an msi installer
2013-09-25 12:43:39 -07:00
Ross Hammermeister
8f2c9d730a Fixed issue where some packages in windows were being detected wrongly as an msi installer 2013-09-25 13:25:28 -06:00
Pedro Algarvio
135cf60212 Merge pull request #7453 from terminalmage/jenkins
Fix jenkins pylint failures
2013-09-25 11:49:30 -07:00
Erik Johnson
e47d60a942 Fix jenkins pylint failures
See the below link for details:

http://jenkins.saltstack.com/job/salt-lint/262/violations/file/salt/states/supervisord.py/
2013-09-25 13:47:45 -05:00
Thomas S Hatch
15a2606c67 Merge pull request #7451 from terminalmage/issue1905
apt: Make not-yet-installed virt pkgs work with pkg.latest
2013-09-25 11:44:30 -07:00
Thomas S Hatch
940ac030fd Merge pull request #7444 from mafrosis/supervisor
Support process groups in Supervisor
2013-09-25 11:41:30 -07:00
Thomas S Hatch
d860e41bbf Merge pull request #7443 from russellballestrini/develop
Include additional arguments and options to the hg command line
2013-09-25 11:40:33 -07:00
Erik Johnson
4ba6d8449b apt: Make not-yet-installed virt pkgs work with pkg.latest
This commit makes pkg.latest_version look at virtual packages if the
targeted package is not found with apt-cache policy. This allows for
targeted virtual packages to be installed for the first time with
pkg.latest rather than pkg.installed. Because of the nature of virtual
packages however, a virtual package will never be updated using
pkg.latest, since they don't actually have version numbers (salt uses
'1' as a version number for virtual packages). So, it's not really
recommended that one use a pkg.latest state for virtual packages, but if
they do, the states will at least not fail on the initial install
attempt.
2013-09-25 12:41:22 -05:00
Patric Hafner
6a7028f514 FIX wrong substition in queries 2013-09-25 14:24:18 +02:00
Pedro Algarvio
b776828c86 Merge pull request #7445 from terminalmage/alt-linux-passwords
Fix ALT Linux password hash specification
2013-09-25 02:45:44 -07:00
Henrik Holmboe
6c0fb8278f Merge branch 'develop' into esxi-init
Conflicts:
	salt/modules/virt.py
2013-09-25 11:04:58 +02:00
Pedro Algarvio
2c4f7df0d3 Merge pull request #7446 from gravyboat/develop
s3fs names must match in their letter case.
2013-09-25 01:00:49 -07:00
Forrest Alvarez
c44a6a9300 jcockhren encountered an issue this evening with regards to s3fs buckets, I have added a note that details the solution to hopefully avoid this in the future. 2013-09-25 06:04:34 +00:00
Erik Johnson
e2a7c02d80 Fix ALT Linux password hash specification
Fixes #3474.
2013-09-25 00:29:39 -05:00
Erik Johnson
053d235bf0 Merge pull request #7439 from hulu/freebsd-pkg-mgmt
fix pylint problems in rewritten FreeBSD package mgmt modules
2013-09-24 21:57:43 -07:00
Russell Ballestrini
59570fb59d Include additional arguments and options to the hg command line
modified:   hg.py
2013-09-25 00:46:39 -04:00
Thomas S Hatch
2c58026dc9 Merge pull request #7442 from gravyboat/develop
Updated the gitfs tutorial.
2013-09-24 20:22:41 -07:00
Forrest Alvarez
03285879d3 Updated the gitfs tutorial to mention that the salt-states repo does not have the latest releases of the states as it was mentioned that was confusing in the IRC today. 2013-09-25 02:53:55 +00:00
Mickey Malone
fa2640077c Grammar fix 2013-09-24 21:41:41 -05:00
Joseph Hall
a81b6cb426 Merge pull request #7440 from hulu/nova-profile-fixes
honor 'profile' args in nova mod; fixes #7279
2013-09-24 19:37:56 -07:00
Mickey Malone
84fee92e72 Merge remote-tracking branch 'upstream/develop' into develop 2013-09-24 21:37:47 -05:00
Mickey Malone
1be07f2ff0 Added some more documentation to fileserver_followsymlinks 2013-09-24 21:36:16 -05:00
Chris Rebert
bc4794a714 honor 'profile' args in nova mod; fixes #7279 2013-09-24 19:35:43 -07:00
Chris Rebert
6352bfab31 modules.freebsdpkg: rm unused import of 'os'
salt/modules/freebsdpkg.py:73: [W0611(unused-import), ] Unused import os
2013-09-24 19:30:40 -07:00
Chris Rebert
13054e3bb2 modules.freebsdpkg.list_pkgs: fix except syntax
salt/modules/freebsdpkg.py:241: [W0623(redefine-in-handler), list_pkgs] Redefining name 'ValueError' from builtins in exception handler
2013-09-24 19:30:38 -07:00