David Anderson
|
2be1474232
|
Add salt.utils.master with class MasterPillarUtil. Change salt.runners.cache to use salt.utils.master.MasterPillarUtil
|
2013-08-21 14:29:27 -06:00 |
|
Colton Myers
|
d7e3be495a
|
Merge pull request #6832 from s0undt3ch/features/named-tuples-argspec
Since salt required python >= 2.6 we can use the `getargspec` named tuple
|
2013-08-21 12:21:35 -07:00 |
|
Pedro Algarvio
|
fcfe3a99f4
|
Since salt required python >= 2.6 we can use the getargspec named tuple.
|
2013-08-21 19:26:57 +01:00 |
|
Pedro Algarvio
|
1fd7fafdde
|
Merge pull request #6831 from s0undt3ch/develop
Fix 'runtests.py', use named tuples from getargspec
|
2013-08-21 11:25:53 -07:00 |
|
Pedro Algarvio
|
b175567d1b
|
Also pass password on salt.modules.svn.diff()
|
2013-08-21 19:23:16 +01:00 |
|
Pedro Algarvio
|
8100b41c7e
|
Fixed splitting named unittests from named integration tests.
This commit got lost somewhere. I could swear I committed this fix previously...
|
2013-08-21 19:23:16 +01:00 |
|
Pedro Algarvio
|
1109866bff
|
Merge pull request #6828 from UtahDave/fix_windows_user.present
Don't compare password hashes on Window
|
2013-08-21 10:52:55 -07:00 |
|
Pedro Algarvio
|
e59e26ab4d
|
Merge pull request #6827 from ruebenramirez/develop
adding password to state svn.py
|
2013-08-21 10:10:17 -07:00 |
|
David Boucha
|
6820e78883
|
Don't compare password hashes on Window
Windows doesn't have a way to return the password hash so we can't
compare the hashes
|
2013-08-21 10:08:19 -06:00 |
|
Rueben Ramirez
|
42e8c70f2c
|
adding password to state svn.py
|
2013-08-21 16:01:07 +00:00 |
|
David Boucha
|
bfce7dead9
|
Merge pull request #6816 from ruebenramirez/develop
correcting a missing comma typo
|
2013-08-20 23:42:01 -07:00 |
|
Rueben Ramirez
|
fc78c92772
|
correcting a missing comma typo
|
2013-08-21 06:36:01 +00:00 |
|
Thomas S Hatch
|
6021382b65
|
Merge pull request #6814 from ruebenramirez/develop
added password parameter to support authenticated SVN commands
|
2013-08-20 18:37:28 -07:00 |
|
Rueben Ramirez
|
bbfbd0f4e1
|
added password parameter to support authenticated SVN commands
|
2013-08-21 00:16:46 +00:00 |
|
Pedro Algarvio
|
0f837d2702
|
Merge pull request #6811 from s0undt3ch/hotfix/absolute-imports
Because of the recent salt sys module rename, force absolute imports.
|
2013-08-20 16:11:41 -07:00 |
|
Pedro Algarvio
|
1956a6e5cc
|
Sort modules and states.
|
2013-08-21 00:10:26 +01:00 |
|
Pedro Algarvio
|
b6e7c6836e
|
h3 was too big but it can be the same size of p nor h2 .
|
2013-08-21 00:05:48 +01:00 |
|
Pedro Algarvio
|
949c882278
|
Add documentation to style guide as to why absolute imports should be avoided.
|
2013-08-21 00:04:21 +01:00 |
|
Pedro Algarvio
|
bd002f97da
|
Revert "By enforcing absolute imports, there's no need for module name aliases."
This reverts commit a1a2b49a72 .
|
2013-08-20 23:44:05 +01:00 |
|
Pedro Algarvio
|
9353dcafd3
|
Revert "salt.modules.cmdmod renamed to salt.modules.cmd while enforcing absolute imports."
This reverts commit 3fa341280b .
|
2013-08-20 23:44:03 +01:00 |
|
Pedro Algarvio
|
3c523bf35f
|
Revert "Since there are some links to salt.modules.cmdmod point the user to the correct module."
This reverts commit 1599cd0ba5 .
|
2013-08-20 23:44:01 +01:00 |
|
Pedro Algarvio
|
0b9851e2bb
|
Revert "Since the module/state got renamed, let's leave a link pointing to the new names."
This reverts commit e724e54199 .
|
2013-08-20 23:43:59 +01:00 |
|
Pedro Algarvio
|
e894db7ffa
|
Revert "Renamed debconfmod module and state to debconf while enforcing absolute imports."
This reverts commit 04e3874b42 .
|
2013-08-20 23:43:57 +01:00 |
|
Pedro Algarvio
|
d598a8074e
|
Revert "Renamed djangomod module and state to django while enforcing absolute imports."
This reverts commit 2f4d82b295 .
|
2013-08-20 23:43:56 +01:00 |
|
Pedro Algarvio
|
105a81ac27
|
Revert "Renamed gentoolkitmod module gentoolkit while enforcing absolute imports."
This reverts commit 0f08e6088b .
|
2013-08-20 23:43:54 +01:00 |
|
Pedro Algarvio
|
6659f0393f
|
Revert "Renamed ldapmod module to ldap while enforcing absolute imports."
This reverts commit c4c58370d2 .
|
2013-08-20 23:43:52 +01:00 |
|
Pedro Algarvio
|
580a666f60
|
Revert "Renamed localemod module to locale while enforcing absolute imports."
This reverts commit 791dc53ca6 .
|
2013-08-20 23:43:50 +01:00 |
|
Pedro Algarvio
|
39b87cecfb
|
Revert "Fixed documentation linking."
This reverts commit 758e789d12 .
|
2013-08-20 23:43:48 +01:00 |
|
Pedro Algarvio
|
77803997f3
|
Revert "Renamed sysmod module to sys while enforcing absolute imports."
This reverts commit 174a3e5b6c .
|
2013-08-20 23:43:45 +01:00 |
|
Pedro Algarvio
|
a97eac6770
|
Revert "Because of the recent salt sys module rename, force absolute imports."
This reverts commit 81e435f272 .
|
2013-08-20 23:43:16 +01:00 |
|
Pedro Algarvio
|
81e435f272
|
Because of the recent salt sys module rename, force absolute imports.
|
2013-08-20 20:57:05 +01:00 |
|
Pedro Algarvio
|
ba8955c0a8
|
Default value of input is None .
|
2013-08-20 20:54:26 +01:00 |
|
Pedro Algarvio
|
c840c8d516
|
Forgot the input argument.
|
2013-08-20 20:51:56 +01:00 |
|
Pedro Algarvio
|
f76435e01b
|
NonBlockingPopen.communicate() should return stderr and stdout as Popen does.
|
2013-08-20 20:47:13 +01:00 |
|
Joseph Hall
|
490f908604
|
Merge pull request #6810 from hulu/copyedit
copyedit state ordering docs
|
2013-08-20 12:31:34 -07:00 |
|
Pedro Algarvio
|
21dc22cb04
|
Merge pull request #6808 from cvrebert/patch-2
doc/topics/conventions/style.rst: fix typo
|
2013-08-20 12:22:25 -07:00 |
|
Pedro Algarvio
|
c77faf4d2a
|
Merge pull request #6809 from cvrebert/patch-3
saltmod: fix spelling of "arbitrary"
|
2013-08-20 12:21:53 -07:00 |
|
Chris Rebert
|
d854574bf9
|
copyedit state ordering docs
|
2013-08-20 12:21:26 -07:00 |
|
Chris Rebert
|
2bfff121d2
|
saltmod: fix spelling of "arbitrary"
|
2013-08-20 12:17:07 -07:00 |
|
Chris Rebert
|
3d20313ef8
|
doc/topics/conventions/style.rst: fix typo
|
2013-08-20 12:14:52 -07:00 |
|
Thomas S Hatch
|
ea0c5cca8f
|
Fix #6780
|
2013-08-20 12:07:45 -06:00 |
|
Thomas S Hatch
|
36506bf0d2
|
Set state_auto_order to True by default
This will require a bit of a warning on the release since it changes
the default evaluation order of states
|
2013-08-20 11:55:24 -06:00 |
|
Thomas S Hatch
|
e263e9a7b9
|
Add state_auto_order docs
|
2013-08-20 11:55:24 -06:00 |
|
David Boucha
|
a89b74c7f1
|
Merge pull request #6807 from mike-ainsworth/grains-fix
Looks like double-quotes are necessary as single quotes aren't escaped t...
|
2013-08-20 10:50:58 -07:00 |
|
Mike-Ainsworth
|
356b4c9669
|
Looks like double-quotes are necessary as single quotes aren't escaped to insure dict assignment instead of string.
|
2013-08-20 11:20:56 -06:00 |
|
Thomas S Hatch
|
bce7d0cdd2
|
Merge pull request #6795 from jacksontj/develop
Only write minion key to disk if you don't already have it
|
2013-08-20 09:35:32 -07:00 |
|
Thomas S Hatch
|
500edf07ac
|
Merge pull request #6786 from l2ol33rt/pidora_patch
Removed unnecessary os_family mapping for pidora
|
2013-08-20 09:34:51 -07:00 |
|
Thomas S Hatch
|
669416064e
|
Merge pull request #6783 from shadowfax-chc/eselect-fix
Fixed backwards logic in eselect set state
|
2013-08-20 09:34:13 -07:00 |
|
Thomas S Hatch
|
92bbae7e0d
|
Merge pull request #6784 from s0undt3ch/hotfix/absolute-imports
no *mod.py modules / use absolute imports
|
2013-08-20 09:33:35 -07:00 |
|
Thomas S Hatch
|
c0769614f8
|
pass the function object
|
2013-08-20 10:00:20 -06:00 |
|