Thomas S Hatch
81f77c5d42
Merge pull request #3992 from pete0emerson/develop
...
Fix typo in grains.rst
2013-03-07 14:29:58 -08:00
Pete Emerson
4273fd5831
Fix typo in grains.rst
2013-03-07 14:27:22 -08:00
Thomas S Hatch
518e16abcc
Merge pull request #3989 from pete0emerson/develop
...
Listing grains and grain data
2013-03-07 14:22:47 -08:00
Thomas S Hatch
45959aee33
Double check that master top is in config
2013-03-07 15:18:05 -07:00
Pete Emerson
88d25814d0
Listing grains and grain data
2013-03-07 13:32:46 -08:00
Thomas S Hatch
5d8b038d53
Ignore sigchld when running zeromq opperations per #3912
2013-03-07 13:46:15 -07:00
Thomas S Hatch
c8c97aa71f
Fix for #3985 , only load configured master tops
2013-03-07 13:29:50 -07:00
Thomas S Hatch
0c17a03b05
Merge pull request #3983 from giantlock/develop
...
addon for #3963
2013-03-07 12:11:37 -08:00
Denis Generalov
5e988bf085
fix bug: pass args to version() properly
2013-03-07 23:31:15 +04:00
Thomas S Hatch
60e29a38ce
Fix for user data not being cover per #3378
2013-03-07 12:30:18 -07:00
Thomas S Hatch
6698c7efa6
Merge pull request #3982 from rca/fix_occurred_typo
...
Fixed typo
2013-03-07 11:01:44 -08:00
Roberto Aguilar
ef8e22ddb3
Fixed typo
2013-03-07 10:56:28 -08:00
Thomas S Hatch
803253fc5a
Fix #3980
2013-03-07 11:44:57 -07:00
Thomas S Hatch
0e9083f5a7
Merge pull request #3981 from valentinbud/patch-1
...
Update walkthrough.rst
2013-03-07 10:17:37 -08:00
Thomas S Hatch
5247147633
daemonize_if needs the jid to maintain job cache tracking
...
This commit passes the jid into the daemonize_if function for all
services that use daemonize_if
2013-03-07 11:13:29 -07:00
Valentin Bud
7ac3e35a6c
Update walkthrough.rst
2013-03-07 20:01:31 +02:00
Thomas S Hatch
615e442e59
clean up carrage returns in npm
2013-03-07 10:59:06 -07:00
Thomas S Hatch
5956c6519b
Merge pull request #3963 from GaretJax/patch-1
...
Check version using correct user
2013-03-07 09:46:16 -08:00
Thomas S Hatch
71d9c775a9
Merge pull request #3979 from ealekseev/develop
...
modules/useradd: Allow home dir creation for system users.
2013-03-07 09:46:02 -08:00
Thomas S Hatch
dd2c003c9b
Merge pull request #3965 from holmboe/argspec-execution-module
...
Ability to check which arguments is expected from an execution module.
2013-03-07 09:43:39 -08:00
Thomas S Hatch
6cf175e11c
Merge pull request #3978 from valentinbud/develop
...
Update walkthrough.rst
2013-03-07 09:36:02 -08:00
Valentin Bud
09f39c4859
Update walkthrough.rst
2013-03-07 19:31:41 +02:00
Thomas S Hatch
3ccd3bcc31
Merge pull request #3977 from valentinbud/develop
...
Update walkthrough.rst
2013-03-07 09:24:11 -08:00
Eugene Alekseev
14ccbfe163
modules/useradd: Allow home dir creation for system users.
...
If we create user with flag system=True then useradd utility will not
create user home directory even if it defined in login.defs.
This patch adds posibility to create explicitly set home directory (e.g system=/path/to/dir)
for system users.
2013-03-07 21:23:57 +04:00
Valentin Bud
a487e884bb
Update walkthrough.rst
2013-03-07 18:58:21 +02:00
Thomas S Hatch
d7b154a6a4
Clean up rst formatting
2013-03-07 09:54:18 -07:00
Thomas S Hatch
edf00bf5fe
Merge pull request #3974 from valentinbud/develop
...
Update debian.rst
2013-03-07 08:56:36 -08:00
Thomas S Hatch
d8e252694f
Merge pull request #3971 from giantlock/develop
...
fix #3962
2013-03-07 08:55:59 -08:00
Thomas S Hatch
4ba1fa2ec3
Merge pull request #3969 from kjkuan/grains-targeting-bugfix
...
Fixes some bugs with grain targeting.
2013-03-07 08:54:59 -08:00
Thomas S Hatch
205b2f115a
Merge pull request #3966 from holmboe/newline-3961
...
Fix newline in npm.py.
2013-03-07 08:53:07 -08:00
Thomas S Hatch
cb2ff86d84
Merge pull request #3967 from tf198/travis-ppa
...
Travis failing
2013-03-07 08:51:11 -08:00
Thomas S Hatch
713621b75c
Merge pull request #3964 from holmboe/missing-argument-msg
...
Be more helpful when missing arguments.
2013-03-07 08:49:23 -08:00
Thomas S Hatch
040ee6a39b
clarify docstring
2013-03-07 09:43:49 -07:00
Valentin Bud
608ee7c809
Update debian.rst
2013-03-07 17:18:43 +02:00
Denis Generalov
b8dbc322a5
fix #3962
2013-03-07 14:39:26 +04:00
Jack Kuan
912a12edf0
Fix.
2013-03-07 01:46:38 -05:00
Jack Kuan
d1a14f5923
Fixes some bugs with grain targeting.
2013-03-07 01:29:21 -05:00
Tris Forster
a83f48f0e0
Modified travis config to use salt ppa for requirements
2013-03-07 14:02:27 +11:00
Henrik Holmboe
fda097e6ca
Fix newline in npm.py.
...
See #3961 .
2013-03-07 01:54:03 +01:00
Henrik Holmboe
eaf77f7692
Ability to check which arguments is expected from an execution module.
...
The execution module sys.doc is great, but sometimes it is helpful to
see the full argument specification of a function.
2013-03-07 01:29:28 +01:00
Jonathan Stoppani
4e0f228782
Check version using correct user
...
Version check fails if the correct user is not used (postgres on my system, the user root does not exist). By respecting the runas argument we avoid an error.
2013-03-06 19:29:06 -05:00
Henrik Holmboe
7c06067f5a
Be more helpful when missing arguments.
...
BEFORE:
```
(code-salt)salt:~/code/salt # salt salt test.echo
salt:
Traceback (most recent call last):
File "/root/code/salt/salt/minion.py", line 411, in _thread_return
ret['return'] = func(*args, **kwargs)
TypeError: echo() takes exactly 1 argument (0 given)
```
AFTER:
```
(code-salt)salt:~/code/salt # salt salt test.echo
salt:
Missing arguments executing "test.echo": ArgSpec(args=['text'], varargs=None, keywords=None, defaults=None)
```
2013-03-07 01:23:45 +01:00
Thomas S Hatch
df17555d26
Merge pull request #3955 from giantlock/develop
...
fix status function arguments
2013-03-06 16:12:12 -08:00
Thomas S Hatch
ec92026f37
Merge pull request #3960 from seanchannel/develop
...
basic output / message fixups
2013-03-06 16:11:31 -08:00
Thomas S Hatch
5c72d5e16d
Merge pull request #3959 from whiteinge/salt-runner-doc
...
Change the sysmod runner to a more general docs runner
2013-03-06 16:10:37 -08:00
Thomas S Hatch
0a14a9e524
Merge pull request #3961 from chideit/npm
...
New states and modules for managing node.js packages with NPM
2013-03-06 16:09:41 -08:00
Thomas S Hatch
9c00be5484
Merge pull request #3910 from rca/make_copy_of_environment
...
Test making copy of environment
2013-03-06 16:07:01 -08:00
Thomas S Hatch
e804904117
Merge pull request #3958 from s0undt3ch/hotfix/version-guild-git-tag-fix
...
Don't show `-None-None` on the version.
2013-03-06 15:15:15 -08:00
Samuel Cormier-Iijima
cb5069493b
New states and modules for managing node.js packages with NPM
2013-03-06 22:23:59 +00:00
Sean Channel
fee8ddb55e
drop exit code overrides
2013-03-06 11:13:08 -08:00