Commit Graph

11305 Commits

Author SHA1 Message Date
Thomas S Hatch
90c5e2c6d9 Only report on real changes 2013-03-07 23:42:51 -07:00
Thomas S Hatch
0c5ad7eabd Merge pull request #3999 from bclermont/debconf-utils
only the minion use debconf-get-selections
2013-03-07 21:53:18 -08:00
Thomas S Hatch
cda3e9786d Fix #3931 2013-03-07 22:52:11 -07:00
Bruno Clermont
cb94ca570d only the minion use debconf-get-selections 2013-03-08 13:26:54 +08:00
Jeff Schroeder
9aafcae135 Merge pull request #3998 from cedwards/freebsd
added missing docstrings for jail functions
2013-03-07 20:51:47 -08:00
Christer Edwards
1da4fafbe6 added missing docstrings for jail functions 2013-03-07 21:34:05 -07:00
Thomas S Hatch
97bf249795 Remove legacy eval and replace with safe yaml interp Fix #3940 2013-03-07 17:54:46 -07:00
Thomas S Hatch
fb4a0fd1fc Merge pull request #3995 from basepi/syndicfix3986
Don't check for minions when 'order_masters' is set, ref #3986
2013-03-07 16:48:38 -08:00
Colton Myers
1d12347ab3 Check for 'order_masters' in master.py as well 2013-03-07 17:47:19 -07:00
Colton Myers
a3544a94bc More PEP8 fixes (normalize multiline function calls) 2013-03-07 17:34:18 -07:00
Colton Myers
20f267089b Normalize multiline function declarations (for PEP8) 2013-03-07 17:34:18 -07:00
Colton Myers
12fa624897 Minor performance optimization
__opts__ doesn't exist here, so and exception was ALWAYS being thrown by
that line, so the jid was always ''.  Turns out this is expected
behavior at this point, and fixing it would introduce bugs.  Thus, we
skip the Exception step and just set jid = ''
2013-03-07 17:34:18 -07:00
Colton Myers
2b6a866b35 Check for 'order_masters' before skipping command/jid on no minions 2013-03-07 17:34:18 -07:00
Thomas S Hatch
ed7489f571 Fix #3954 -d works as expected now 2013-03-07 17:21:33 -07:00
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