Commit Graph

10962 Commits

Author SHA1 Message Date
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
Pedro Algarvio
3edd841b33 Remove forgotten ). Minor PEP8. 2013-02-18 12:30:04 +00:00
Pedro Algarvio
310f40d114 Use __all__ when loading modules(if provided).
* When loading the module's functions, if the module provides `__all__`, that's what's iterated.
* If a function provided in `__all__` starts with `_` it's not skipped because the module explicitly provided it.
* Minor formatting in the logging messages.
2013-02-18 12:16:18 +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
Joseph Hall
bc6f21628c Doing a little cleanup 2013-02-16 18:35:44 -07:00
Joseph Hall
5eb2e36f21 Adding DNS zone file parser 2013-02-16 17:54:25 -07:00
Thomas S Hatch
305ca64b03 Clean up qemu-img commands 2013-02-16 15:03:30 -07:00
Thomas S Hatch
710fe9f3a0 Double checck string load in qemu.clear 2013-02-16 14:50:29 -07:00
Thomas S Hatch
a86407b23c minor fixes in qemu.nbd_mount 2013-02-16 14:20:09 -07:00
Sean Channel
9e862a4115 bump version 2013-02-16 12:03:17 -08:00
Thomas S Hatch
5a32e5a9ad Merge pull request #3750 from giantlock/develop
fix conflict with rpm module
2013-02-16 11:42:38 -08:00
Denis Generalov
90877798e7 someone thinks osrelease is mandatory grain 2013-02-16 17:22:23 +04:00
Thomas S Hatch
fb8b4aa078 Add module to manage qemu-nbd and qemu-img 2013-02-16 00:50:46 -07:00
Thomas S Hatch
e7e5277711 Merge pull request #3748 from basepi/fix_logging_issue
Fixes #3742 Check for ret['result'] == None to avoid erroneous error logs
2013-02-15 16:59:08 -08:00
Colton Myers
f2645666cb Check for ret['result'] == None to avoid erroneous error logs 2013-02-15 17:56:49 -07:00