Commit Graph

6335 Commits

Author SHA1 Message Date
Thomas S Hatch
7ca15f47cf Merge pull request #1889 from herlo/master
fixed 'recurse' typo in several locations
2012-08-27 22:06:13 -07:00
Thomas S Hatch
e2e79ced5a Add Tom Vaughan's state tree 2012-08-27 22:56:31 -06:00
Clint Savage
a79caf940d fixed 'recurse' typo in several locations 2012-08-27 21:26:41 -06:00
Scott Walton
e2d4268cd4 Added hg state ripped off from git.py. Will probably be related to #330 2012-08-27 22:53:59 +01:00
Thomas S Hatch
e7d8e10550 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-08-27 13:29:23 -06:00
Thomas S Hatch
921300afa0 Add daemonize_if to bsd services, Fix #1888 2012-08-27 13:28:53 -06:00
Thomas S Hatch
4301d01422 Add daemonize_if to systemd 2012-08-27 13:26:33 -06:00
Thomas S Hatch
ce0100a724 Add daemonize_if to gentoo service 2012-08-27 13:25:11 -06:00
Thomas S Hatch
ba358cc00c Import salt.utils 2012-08-27 13:24:50 -06:00
Thomas S Hatch
4c3d99a392 Add daemonize_if to rh_service 2012-08-27 13:23:36 -06:00
Thomas S Hatch
850ec58baa Add daemonize_if for the geenric service module 2012-08-27 13:22:52 -06:00
Thomas S Hatch
5ce88e24be Add daemonize if for upstart 2012-08-27 13:21:44 -06:00
Thomas S Hatch
7f517521e2 Merge pull request #1887 from kjkuan/develop
Pass __opts__ to the invocation of __init__ in a salt module.
2012-08-27 12:13:58 -07:00
Jack Kuan
597c0c3957 Pass __opts__ to the invocation of __init__ in a salt module. 2012-08-27 15:09:27 -04:00
Thomas S Hatch
a05dc6097d Add ipc_mode
This is to fix #1882
This adds some options to allow for the minion event system to bind to
tcp ports instead of an ipc interface. This is primarily to fix the
minion local event system on Windows platforms
2012-08-27 12:48:32 -06:00
Thomas S Hatch
14478d747b Fix #1853 2012-08-27 12:31:19 -06:00
Thomas S Hatch
3fb8e20d97 initial docs on testing interface 2012-08-27 10:44:00 -06:00
Seth House
7e6ac74686 Added Disqus commenting to documentation pages 2012-08-26 10:44:46 -07:00
Pedro Algarvio
797defc320 Add the failing test for saltstack/salt#1879 2012-08-26 00:38:39 +01:00
Thomas S Hatch
269bef7112 Fix #1842 2012-08-25 17:17:13 -06:00
Thomas S Hatch
de792854d2 Merge pull request #1878 from s0undt3ch/develop
Move travis-ci output to #salt-devel
2012-08-25 14:45:48 -07:00
Pedro Algarvio
db456f38c4 Move travis-ci output to #salt-devel 2012-08-25 22:41:39 +01:00
Thomas S Hatch
fd3ed5de6f Merge branch 'develop' of github.com:saltstack/salt into develop 2012-08-25 11:03:51 -06:00
Thomas S Hatch
174737dacb Nice catch @s0undt3ch 2012-08-25 11:01:19 -06:00
Thomas S Hatch
404ef9d500 Merge pull request #1877 from s0undt3ch/issues/1876
Fix #1876
2012-08-25 09:30:31 -07:00
Thomas S Hatch
b0cece98e8 Merge pull request #1874 from twinshadow/ipaddr-fix
ipaddr() again returns only the first address, like it did before 0.10.2
2012-08-25 09:24:38 -07:00
Pedro Algarvio
22d69e43c7 Properly catch some more state SLS syntax errors.
Sort keys before checking for same key in rule. Fixes #1876.
2012-08-25 14:44:07 +01:00
Pedro Algarvio
d21e8c7b27 Another mkdir that should be included in previous commit. 2012-08-25 14:36:30 +01:00
Pedro Algarvio
6b2e12d9bf Don't fail on tests because we're trying to create a directory and it exists(and that's not the actual test). 2012-08-25 14:21:38 +01:00
Pedro Algarvio
c06541bdf0 Allow some logging output when running tests. 2012-08-25 14:21:19 +01:00
Pedro Algarvio
5da4fcb109 Fix integration.runners.manage tests.
These tests started to fail after 54cf9ca and specially 5626332.
2012-08-25 14:21:08 +01:00
Pedro Algarvio
b2ec6eba2a Merge branch 'develop' of git://github.com/saltstack/salt into develop 2012-08-25 12:06:18 +01:00
Jeff Schroeder
90f99abbab Merge pull request #1875 from rhyselsmore/develop
Forgot to add my name into the AUTHORS file in a prior commit
2012-08-25 02:50:54 -07:00
Rhys Elsmore
a9cd1ffc98 Forgot to add my name into the AUTHORS file in a prior commit 2012-08-25 18:11:44 +10:00
Anthony Cornehl
076e421ac0 ipaddr() again returns only the first address, like it did before 0.10.2. 2012-08-24 18:00:01 -07:00
Thomas S Hatch
cb709d47fe Merge pull request #1873 from marcinkuzminski/patch-2
Update salt/modules/mysql.py
2012-08-24 09:16:00 -07:00
Thomas S Hatch
c0b53306cf Merge pull request #1872 from mrud/mru/include_doc
Update documentation re. config file handling & autosigning
2012-08-24 09:12:51 -07:00
Marcin Kuźmiński
e08587678f Update salt/modules/mysql.py
Fixed issues with mysql_chpass function
- fixed logical error that required both password and password_hash
  to be present
- added FLUSH PRIVILEGES command that is really needed after password
  change
- small syntax fixes
2012-08-24 18:38:01 +03:00
Ulrich Dangel
6fda0d22e7 Mention autosigning in master documentation 2012-08-24 16:20:19 +01:00
Ulrich Dangel
878e53db1b Update documentation about default includes 2012-08-24 16:14:21 +01:00
Thomas S Hatch
dc674dc3ab Fix some printing issues with key sigs 2012-08-24 02:39:42 -06:00
Thomas S Hatch
304c83eab4 Add finger option to salt key parser 2012-08-24 02:31:12 -06:00
Thomas S Hatch
55ae227f78 initial backend for printing key fingerprints 2012-08-24 02:26:23 -06:00
Thomas S Hatch
3c48f2214a Fix #1848 2012-08-24 01:31:52 -06:00
Thomas S Hatch
019a316136 Change zfs module to be called zpool, Fix #1764 2012-08-24 01:14:04 -06:00
Thomas S Hatch
356e0599af Fix #1838 2012-08-24 00:49:04 -06:00
Thomas S Hatch
d89bc36ffa Fix #1861 2012-08-23 23:59:52 -06:00
Thomas S Hatch
e74ceb2550 Throw exceptions when referencing bad dicts 2012-08-23 23:31:17 -06:00
Thomas S Hatch
5626332003 Add an interface to refresh the pub interface
This system is being used to recover minion connections hen they are
lost right after commands are sent. This underlying issue appears to be
associated with zeromq issues with subscribers running on Xen and VMware
virtual machines

Fix #1827
2012-08-23 23:05:25 -06:00
Thomas S Hatch
54cf9ca313 Add pub_refresh option 2012-08-23 23:05:14 -06:00