Commit Graph

10873 Commits

Author SHA1 Message Date
Colton Myers
c92e2f3373 Fix typo in validate_tgt docstring 2013-02-18 11:40:18 -07:00
Thomas S Hatch
fff07a3fc0 Merge pull request #3768 from ydavid365/grains-state-doc
added grains state module to docs
2013-02-18 09:11:02 -08:00
Thomas S Hatch
0cb13d8cb7 Merge pull request #3767 from ydavid365/grains-state
added grains state instructions
2013-02-18 09:10:38 -08:00
Thomas S Hatch
5f02401e1e Merge pull request #3766 from ydavid365/module-sp
module sp
2013-02-18 09:09:52 -08:00
Thomas S Hatch
ba91987a94 Merge pull request #3765 from ydavid365/2013
2013
2013-02-18 09:07:43 -08:00
Thomas S Hatch
de462594e9 Merge pull request #3775 from s0undt3ch/hotfix/loader-virtual-true-same-name
Fix modules returning `True` in `__virtual__` getting renamed.
2013-02-18 09:01:39 -08:00
Thomas S Hatch
56b573d786 Merge pull request #3774 from s0undt3ch/issues/3189
Allow failing on `getpass.getuser()`. Refs #3189.
2013-02-18 08:59:53 -08:00
Thomas S Hatch
53a92f444c Merge pull request #3773 from giantlock/develop
fix file.recurse state bug
2013-02-18 08:57:46 -08:00
Thomas S Hatch
ea230077b5 Merge pull request #3772 from s0undt3ch/issues/2563
Allow specifying the configuration file name at the parser's class level.
2013-02-18 08:57:02 -08:00
Thomas S Hatch
c28dd8cff6 Merge pull request #3770 from hvnsweeting/develop
fixbug on `extend` example
2013-02-18 08:53:06 -08:00
Pedro Algarvio
163999a74d Fix modules returning True in __virtual__ getting renamed to True instead of keeping the same name. 2013-02-18 15:53:15 +00:00
Pedro Algarvio
99bc008bc0 Allow failing on getpass.getuser(). Refs #3189.
Log as debug on windows, and as an error otherwise.
2013-02-18 13:58:04 +00:00
Denis Generalov
2dac284c66 * fix bug: file.recurse state shoud treat source as dir
* 2 cents optimization: evaluate srcpath one time
2013-02-18 17:20:50 +04:00
Pedro Algarvio
3055916b5d Allow specifying the configuration file name at the parser's class level. Refs #2563.
We should now provide the configuration filename to load configurations from at the parser's class level.
The calls to `ConfigDirMixIn.get_config_file_path()` still accept a filename, though, if that filename is `None`(the default), it grabs the filename from the class level attribute `_config_filename_`.
2013-02-18 12:51:55 +00:00
HVN
c66201898c fixbug on extend example 2013-02-18 15:47:00 +07:00
John Albietz
836002f70e 2012-2013 2013-02-18 00:18:09 -08:00
ydavid365
bc756c69be added grains state module to docs 2013-02-18 00:11:51 -08:00
ydavid365
c6c62bc55b added grains state instructions 2013-02-18 00:06:23 -08:00
Thomas S Hatch
ab38be249f Add seed function to qemu
Again, very new, very experimental
2013-02-18 00:59:26 -07:00
ydavid365
18bec175ad module sp 2013-02-17 23:26:28 -08:00
Thomas S Hatch
0350e5640c Add cli example 2013-02-17 23:14:39 -07:00
ydavid365
7ae61e378e 2013 2013-02-17 21:14:38 -08:00
Thomas S Hatch
4feda14159 Merge pull request #3764 from UtahDave/develop
Better list for the Windows Installers
2013-02-17 20:07:24 -08:00
David Boucha
9aae00b28b Better list for the Windows Installers 2013-02-17 21:05:31 -07:00
Joseph Hall
c8ff54fe18 Merge pull request #3763 from UtahDave/develop
Add links to 0.13.1 installers
2013-02-17 19:38:45 -08:00
David Boucha
27038e5792 Add links to 0.13.1 installers 2013-02-17 20:34:27 -07:00
Thomas S Hatch
f7e20613a1 Merge pull request #3759 from s0undt3ch/hotfix/travis-zmq-import-error
Fix travis testing.
2013-02-17 19:34:16 -08:00
Thomas S Hatch
78763ae6d5 Merge pull request #3755 from s0undt3ch/issues/3754
Don't override, instead extend `module_dirs`. Fixes #3754.
2013-02-17 19:22:20 -08:00
David Boucha
58487011a6 Merge pull request #3762 from UtahDave/develop
bump Windows Installer version to 0.13.1
2013-02-17 17:11:53 -08:00
David Boucha
ea9d6902b4 bump version to 0.13.1 2013-02-17 18:07:04 -07:00
Pedro Algarvio
fc44fde3e3 Improve example matching. 2013-02-17 13:23:51 +00:00
Pedro Algarvio
ea1ffdd245 Add @todo as the cli example so the test does not fails and it does not get forgotten. 2013-02-17 13:23:14 +00:00
Pedro Algarvio
356e299f8e Hide python's datetime module from salt.modules.postgres function scope. 2013-02-17 13:15:17 +00:00
Pedro Algarvio
8c8d12e558 Remove debug printing. 2013-02-17 12:56:22 +00:00
Pedro Algarvio
94455dace6 Show useful information from the failing test. 2013-02-17 12:52:36 +00:00
Pedro Algarvio
1795fbe591 Commented out test case which is failing since 209c566010. @vlaci could you have a look please? 2013-02-17 12:05:11 +00:00
Pedro Algarvio
35b38c2fdd Don't use -U with pip. Makes M2Crypto re-install and fail. 2013-02-17 11:36:45 +00:00
Pedro Algarvio
760c4e8f66 Cleanup. Pip should update packages and also use mirrors. 2013-02-17 11:32:55 +00:00
Pedro Algarvio
daaf26d926 Also install mock. Use the correct python version. 2013-02-17 11:28:33 +00:00
Pedro Algarvio
3925fe7a32 How about the full path to the python binary? 2013-02-17 11:19:30 +00:00
Pedro Algarvio
072d9bebf1 Install mode deps. 2013-02-17 11:12:16 +00:00
Pedro Algarvio
3c23c99640 Use sudo. 2013-02-17 11:05:47 +00:00
Pedro Algarvio
ac027565ed Corrected apt call. 2013-02-17 11:04:11 +00:00
Pedro Algarvio
d15be7a0a5 Some more of no user interaction. 2013-02-17 10:58:20 +00:00
Pedro Algarvio
dae95b8256 No user interaction. 2013-02-17 10:56:09 +00:00
Pedro Algarvio
069de7279c Try fixing travis zmq import errors. 2013-02-17 10:53:58 +00:00
Pedro Algarvio
5f746fbcec Don't override, instead extend module_dirs. Fixes #3754. 2013-02-17 10:13:03 +00:00
Thomas S Hatch
4807fd9cfd Reformat qemu functions to be more granular and start on bootstrap 2013-02-16 23:08:50 -07:00
Thomas S Hatch
e7fc6da57b Add -- to parted commands to fix escape errors and fix mkfs 2013-02-16 23:08:12 -07:00
David Boucha
328bdc484f Merge pull request #3753 from techhat/dnsutil
Adding DNS zone file parser
2013-02-16 17:55:17 -08:00