Commit Graph

8776 Commits

Author SHA1 Message Date
Clint Savage
a02ad59941 fixup rpm pkg to include my changes. updated change by mchestnut to 0.10.5-2 even though it won't be built 2012-12-14 09:24:29 -07:00
Thomas S Hatch
c667bde270 Merge pull request #2899 from giantlock/develop
fix typo
2012-12-14 06:54:07 -08:00
Denis Generalov
a531583731 fix typo 2012-12-14 18:51:55 +04:00
Thomas S Hatch
fe424365d8 Merge pull request #2898 from giantlock/develop
fix typo
2012-12-14 06:32:08 -08:00
Denis Generalov
38b84f69bb fix typo 2012-12-14 18:28:10 +04:00
Thomas S Hatch
66b4f36e52 update manpages to 0.11.0 2012-12-14 06:50:47 -07:00
Thomas S Hatch
5bee3b8c15 update salt-syndic manpage 2012-12-14 06:48:46 -07:00
Thomas S Hatch
49dfd75660 remove deprecated --config 2012-12-14 06:48:11 -07:00
Thomas S Hatch
e12df0b745 update the salt-run manpage 2012-12-14 06:47:26 -07:00
Thomas S Hatch
1924df2f4b update the salt-minion manpage 2012-12-14 06:46:30 -07:00
Thomas S Hatch
64655a2ca4 Add version options to salt-key manpage 2012-12-14 06:45:31 -07:00
Thomas S Hatch
61792628ae Add --versions-report to salt-call manpage 2012-12-14 06:44:23 -07:00
Thomas S Hatch
025736216f Add --versions-report to salt manpage 2012-12-14 06:43:05 -07:00
Thomas S Hatch
eb1f18f3dc update salt-master manpage 2012-12-14 06:42:18 -07:00
Thomas S Hatch
a98c05f5fe update salt-key manpage 2012-12-14 06:39:38 -07:00
Thomas S Hatch
b7bd7557b0 Add descriptions to salt-key and salt-call 2012-12-14 06:36:56 -07:00
Thomas S Hatch
7feabb7043 update salt-call manpage 2012-12-14 06:32:23 -07:00
Thomas S Hatch
b6bd9bc616 update the sale manpage 2012-12-14 06:28:39 -07:00
Thomas S Hatch
66716492d0 change salt-call manpage with outputter option 2012-12-14 06:20:22 -07:00
Thomas S Hatch
e9f7f5dc2c -Q has been gone for a while! And add --out to salt manpage 2012-12-14 06:18:49 -07:00
Thomas S Hatch
e393341f1f bump version to 0.11.0 2012-12-14 06:10:27 -07:00
David Boucha
a0db857e49 Merge pull request #2894 from UtahDave/develop
Some small additions and adjustments
2012-12-13 16:46:34 -08:00
David Boucha
bfb53f3773 Some small additions and adjustments 2012-12-13 17:45:25 -07:00
Thomas S Hatch
9558bc7a1d Finish basic updates for 0.11.0 release notes 2012-12-13 17:22:46 -07:00
Thomas S Hatch
16a2598580 Merge pull request #2893 from akoumjian/develop
A new quickstart guide
2012-12-13 15:30:29 -08:00
Thomas S Hatch
823937388e Merge pull request #2892 from seanchannel/develop
exit codes workaround
2012-12-13 15:20:07 -08:00
Alec Koumjian
a13f80a121 Update doc/index.rst 2012-12-13 15:18:06 -08:00
Sean Channel
91ee888042 exit codes workaround 2012-12-13 15:12:01 -08:00
Alec Koumjian
1f02f680c3 Create quickstart.rst 2012-12-13 15:07:10 -08:00
Thomas S Hatch
96bc7ffd8f Initial 0.11.0 release notes 2012-12-13 14:49:34 -07:00
Thomas S Hatch
08abe9425a Merge pull request #2891 from techhat/freebsdpkg
Looks like the old method was more correct...
2012-12-13 13:49:02 -08:00
Joseph Hall
8ab5c2ca3b Looks like the old method was more correct, it just had a misplaced paren 2012-12-13 14:47:23 -07:00
Thomas S Hatch
35937584d6 Merge pull request #2890 from techhat/freebsdpkg
Fixing available_version for freebsdpkg and copying it to pkgng
2012-12-13 13:20:05 -08:00
Sean Channel
16532f3e3a undo previous change 2012-12-13 13:09:25 -08:00
Sean Channel
f26fa94769 bump kill timeout from default (5) to 10 2012-12-13 13:03:23 -08:00
Joseph Hall
ba94ce060b Fixing available_version for freebsdpkg and copying it to pkgng 2012-12-13 13:52:28 -07:00
Thomas S Hatch
e65ffd8252 Merge pull request #2889 from fatbox/rpm-faster-version
Undo my changes in 747ee9 because of the changes in bc77261
2012-12-13 10:53:07 -08:00
Evan Borgstrom
d006d6a87e Undo my changes in 747ee9 because of the changes in bc77261
See discussion and comments on 747ee9 for more info.
2012-12-13 13:50:22 -05:00
Thomas S Hatch
8ad72e2f15 Merge pull request #2888 from UtahDave/develop
makes it so rvm works. Actually set default ruby
2012-12-13 10:41:16 -08:00
Dave Boucha
32f68ec5cd makes it so rvm works. Actually set default ruby 2012-12-13 11:38:29 -07:00
Thomas S Hatch
3b12ac2d6a Merge pull request #2887 from archtaku/develop
Add multiple package sources to pkg state
2012-12-13 06:14:50 -08:00
Erik Johnson
40a40227fa Add multiple package sources to pkg state
Also, cleaned up some bugs in modules/pkg_resource.py
2012-12-13 02:31:30 -06:00
Thomas S Hatch
b62a23471a clean up some double quotes 2012-12-12 17:27:47 -07:00
Thomas S Hatch
2e57a19aee Merge pull request #2886 from UtahDave/develop
Fixes #2811 virtualenv.manage test=True
2012-12-12 16:24:05 -08:00
David Boucha
83b8908af5 Fixes #2811 virtualenv.manage test=True
test=True didn't agree with reality
2012-12-12 17:21:34 -07:00
Thomas S Hatch
09c101a105 double check rpm output to have the _|- per #2884 2012-12-12 17:19:17 -07:00
Thomas S Hatch
96743364b1 Fix #2815 there was a type problem with the data yaml was sending 2012-12-12 17:12:40 -07:00
Thomas S Hatch
f5b1fa1c58 Fix issue where extra cron entries were placed in empty crontab 2012-12-12 17:04:11 -07:00
Thomas S Hatch
aa1c55f610 Add tests for pillar matching list objects Fix #2761 2012-12-12 16:37:21 -07:00
Thomas S Hatch
f94637b4b4 Add a pilla rlist to test advanced pillar matching 2012-12-12 16:30:17 -07:00