Commit Graph

6916 Commits

Author SHA1 Message Date
Thomas S Hatch
c20ef03995 Add the :: 2012-10-11 23:37:20 -06:00
Thomas S Hatch
a6ac5ce8f3 Add some docs 2012-10-11 23:01:18 -06:00
Thomas S Hatch
1855aa8aa1 Uppercase... 2012-10-11 22:43:08 -06:00
Thomas S Hatch
2ed56e6ac3 update pub_refresh to be set to False 2012-10-11 22:37:44 -06:00
Thomas S Hatch
c40b47722c Using a diff and not specifying that it is a diff in the doc...
can be confusing
2012-10-11 22:27:36 -06:00
Thomas S Hatch
8a404fd4c8 Update mod_init docstring as per Daniel Miller's request 2012-10-11 22:08:17 -06:00
Thomas S Hatch
e01eeba447 Fix #2222 2012-10-11 21:38:34 -06:00
Thomas S Hatch
8cfb72f353 Fix ugliness in redis_return 2012-10-11 20:28:42 -06:00
Thomas S Hatch
ddb7b25db8 Merge pull request #2226 from etdub/develop
Check if the pkg.arch is 'noarch'
2012-10-11 17:44:43 -07:00
Eric Wong
396e55af65 Check if the pkg.arch is 'noarch'
The version should be returned on all platforms if package arch is 'noarch'.
2012-10-11 16:52:50 -07:00
Seth House
b41389e31a Merge pull request #2221 from seanchannel/patch-1
delete older dup of state_verbose
2012-10-11 14:13:19 -07:00
Sean Channel
94451b746b delete older dup of state_verbose
state_verbose appears twice in this file. this change deletes the older one in favor of the more recent addition lower down.
2012-10-11 14:07:05 -07:00
Seth House
c4ff039147 Added a note about the providers minion conf; misc fixes 2012-10-11 14:44:23 -06:00
Seth House
2c76365894 Re-added the index to the built docs 2012-10-11 14:40:40 -06:00
Seth House
207c826cde Added providers config option to docs 2012-10-11 14:17:10 -06:00
Seth House
362eb62792 Removed newline 2012-10-11 14:01:27 -06:00
Seth House
1c0a0e5965 Removed incorrect colon from function dec in highstate structure 2012-10-11 11:41:15 -06:00
Thomas S Hatch
236089ff2c Merge pull request #2218 from romeotheriault/add-solaris-user-module
Solaris user module
2012-10-11 08:22:51 -07:00
Seth House
4512aa1bb7 Minor rST fixes 2012-10-11 00:36:07 -06:00
Seth House
b845c4a746 Added glossary entry for the module sync system 2012-10-11 00:35:42 -06:00
Seth House
4d35f129f6 Added glossary entry for grains 2012-10-11 00:22:01 -06:00
Seth House
1efeae5e6c Misc rST fixes and minor text fixes 2012-10-11 00:11:06 -06:00
Seth House
2e0cfc1feb Added a glossary entry for environments 2012-10-11 00:11:06 -06:00
Thomas S Hatch
418e5af7ce Add pillar_opts option. This is turned on by default!
This adds the master config file options to the pillar, this means
that all of the config data on the master config is available via
pillar now. Fix #1886
2012-10-10 23:53:01 -06:00
Thomas S Hatch
784f180ecf Fix #2205 2012-10-10 23:13:54 -06:00
Thomas S Hatch
e220e22d21 Fix #2215 2012-10-10 22:58:55 -06:00
Thomas S Hatch
1118e89b0b Add nodegroup in nodegroup support to client
Fix #2020
2012-10-10 22:51:17 -06:00
Thomas S Hatch
8556fadab9 Add nodegroup in nodegroup support to top files 2012-10-10 22:44:45 -06:00
Thomas S Hatch
385a117770 Add function to handle backend for #2020 2012-10-10 22:26:53 -06:00
Romeo Theriault
d2031f6785 initial commit of solaris user module 2012-10-10 18:01:20 -10:00
Thomas S Hatch
a617cd4f3f Finish minion check matching 2012-10-10 21:15:20 -06:00
Thomas S Hatch
e4a4bbe1ef Merge pull request #2214 from jonasvp/fix_postgres_quoting
Fix postgres quoting issues
2012-10-10 13:24:07 -07:00
Jonas
2b8b49afd4 Fix quoting issues in postgres module 2012-10-10 21:59:57 +02:00
Jonas
ccf3b5689e Revert "Use the createdb command instead of psql"
This reverts commit 7bb6d4b261.
2012-10-10 21:59:45 +02:00
Thomas S Hatch
e73d774d26 Add eauth to docs toc 2012-10-10 13:10:55 -06:00
Thomas S Hatch
498a24234c Merge pull request #2209 from whiteinge/salt-lookup_jid-exc
Changed lookup_jid runner to return empty dict instead of an exception
2012-10-10 09:09:50 -07:00
Thomas S Hatch
219cd9f418 Merge pull request #2212 from jonasvp/fix_postgres_createdb
Use the createdb command instead of psql
2012-10-10 08:21:45 -07:00
Pedro Algarvio
be420e25b3 Merge pull request #2211 from whiteinge/salt-parser-reuse
Salt parser reuse
2012-10-10 04:07:55 -07:00
Jonas
7bb6d4b261 Use the createdb command instead of psql
This avoids quoting issues when setting an encoding for the
new database.
2012-10-10 10:58:20 +02:00
Seth House
1c6b1ab287 Allow subclasses to override version (for Salt sister projects) 2012-10-09 20:17:23 -06:00
Seth House
1e2b1c2c94 Shorten the docs URL in the CLI epilog text 2012-10-09 20:17:23 -06:00
Thomas S Hatch
9bd9d97cd1 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-09 19:03:33 -06:00
Thomas S Hatch
de59231013 Initial eauth docs 2012-10-09 19:02:59 -06:00
Thomas S Hatch
ef75b44b19 Merge pull request #2210 from romeotheriault/add-solaris-group-module
Add solaris group module
2012-10-09 17:48:46 -07:00
Romeo Theriault
e277fe00ba fix some wording 2012-10-09 12:00:38 -10:00
Romeo Theriault
b50c9e7bf5 added solaris group module 2012-10-09 11:54:59 -10:00
Thomas S Hatch
a9059758ef Finish making tokens work! 2012-10-09 14:20:04 -06:00
Thomas S Hatch
784f7351c7 Make authentication tokens work! 2012-10-09 14:04:21 -06:00
Seth House
6c103bc4df Changed lookup_jid runner to return empty dict instead of an exception 2012-10-09 13:55:54 -06:00
Thomas S Hatch
0e82d33350 Merge pull request #2208 from whiteinge/salt-fixswarmrootdir
Fixed bungled default logic for minionswarm root_dir
2012-10-09 11:23:44 -07:00