Commit Graph

18070 Commits

Author SHA1 Message Date
Erik Johnson
3b3255ddc4 Add new mac user/group modules to toctree 2013-09-21 12:01:47 -05:00
Erik Johnson
481e9a7533 Make docstring point to internal docs for remove func 2013-09-21 12:01:47 -05:00
Erik Johnson
bd65b5dda4 Update pkg state to work with freebsd jails 2013-09-21 12:01:47 -05:00
Erik Johnson
211274d17b Rewrite pkgng module 2013-09-21 12:01:47 -05:00
Erik Johnson
cd2bde176c Rewrite freebsdpkg module 2013-09-21 12:01:47 -05:00
Pedro Algarvio
fe94366271 Typo 2013-09-21 17:32:40 +01:00
Pedro Algarvio
af3a0d6be6 Can't exit on the commands. 2013-09-21 17:26:55 +01:00
Thomas S Hatch
4cf9392b11 Merge pull request #7397 from s0undt3ch/develop
single .pylintrc & travis code lint checks
2013-09-21 09:23:51 -07:00
Thomas S Hatch
824b8d1bde Merge pull request #7396 from jahkeup/keystone-connectionargs
Fix missing connection_args for user_present's role logic.
2013-09-21 09:21:30 -07:00
Pedro Algarvio
a77e41b80f Use a single .pylintrc file. Execute code lint checks on Travis but don't fail because of them. 2013-09-21 17:18:03 +01:00
Thomas S Hatch
2cd645aec5 Merge pull request #7394 from s0undt3ch/issues/4543
Do not reset system locale to C when running the command. Fixes #4543.
2013-09-21 08:57:56 -07:00
Pedro Algarvio
f041137e22 Merge pull request #7387 from terminalmage/loader_fix
Fix cross-calling provider overrides
2013-09-21 08:13:22 -07:00
Pedro Algarvio
bc41880f6a Do not reset system locale to C when running the command. Fixes #4543. 2013-09-21 16:07:29 +01:00
Joseph Hall
07233a44b4 Merge pull request #7392 from s0undt3ch/hotfix/lint
Fix `pep8` `E302` issues
2013-09-21 07:24:45 -07:00
Pedro Algarvio
252ffc9367 Fix pep8 E302 issues 2013-09-21 15:17:30 +01:00
Joseph Hall
1e913ee7b2 Merge pull request #7391 from s0undt3ch/hotfix/git-current-branch-cli-example
Add example to `git.latest_branch`
2013-09-21 06:54:01 -07:00
Joseph Hall
568b3007f0 Merge pull request #7389 from s0undt3ch/hotfix/lint
Some lint fixes
2013-09-21 06:37:53 -07:00
Jacob Vallejo
c9d44428b3 Fix missing connection_args for user_present's role logic. 2013-09-21 08:56:14 -04:00
Pedro Algarvio
15ceed965a Add example to git.latest_branch 2013-09-21 11:11:51 +01:00
Pedro Algarvio
979d548d3a Merge pull request #7390 from s0undt3ch/hotfix/fix-runas-tests
Fix `unit.states.rvm_test.TestRvmState.test_installed`
2013-09-21 03:01:35 -07:00
Pedro Algarvio
7ae519c34e Fix unit.states.rvm_test.TestRvmState.test_installed 2013-09-21 10:42:34 +01:00
Pedro Algarvio
c3c7a08a40 Commas not followed by a space. 2013-09-21 10:39:44 +01:00
Pedro Algarvio
2a7c60653d Add missing **connection_args 2013-09-21 10:38:43 +01:00
Pedro Algarvio
686d6d4a23 Fix anomalous backslash. 2013-09-21 10:37:09 +01:00
Erik Johnson
8af988ba88 Fix cross-calling provider overrides
Provider overrides were being applied after __salt__ was added to each
minion module, causing minion overrides to be available on the CLI but
not within __salt__. This commit moves the processing of provider
overrides to within gen_functions, so that they happen before __salt__
is created and thus contain the module overrides.
2013-09-21 02:32:12 -05:00
Thomas S Hatch
e4d84c776a forgot the quotes.... 2013-09-20 22:38:29 -06:00
Thomas S Hatch
87cc2ebc75 Older ssh-copy-id commands can't pass through ssh options 2013-09-20 22:34:12 -06:00
Thomas S Hatch
fce5d98f1f Set opts after identity for ssh-copy-id 2013-09-20 22:13:10 -06:00
Thomas S Hatch
b1d6b78f98 Merge pull request #7385 from jahkeup/keystone-connectionargs
Add connection kwargs to keystone module and state.
2013-09-20 20:01:53 -07:00
Thomas S Hatch
afb1d1cf9c Merge pull request #7384 from evinrude/develop
Make symlinks optional for the roots fileserver
2013-09-20 20:00:06 -07:00
Thomas S Hatch
d8d874b108 Merge pull request #7383 from terminalmage/release_notes
Add paragraph on Mac OS User/Group support to 0.17.0 release notes
2013-09-20 19:59:18 -07:00
Thomas S Hatch
33b75182c7 Merge pull request #7378 from s0undt3ch/hotfix/6961-deprecate-state-runas
Deprecate runas in state modules
2013-09-20 19:58:33 -07:00
Mickey Malone
1cb73888b5 Fix data type in initial creation of jids table 2013-09-20 20:58:44 -05:00
Jacob Vallejo
64740ea176 Add connection kwargs to keystone module and state.
Add connection_{{arg}} to keystone's modules to function
similiarly to the mysql state and module.
2013-09-20 21:40:12 -04:00
Mickey Malone
105806ead3 Added ignore symlink option. Cleaned up roots. 2013-09-20 20:25:48 -05:00
Pedro Algarvio
579dc56b01 Merge pull request #7382 from whiteinge/file-replace-tests
Added unit and integration tests for the file.replace functions
2013-09-20 18:13:14 -07:00
Mickey Malone
e46fae6a2e Merge remote-tracking branch 'upstream/develop' into develop 2013-09-20 19:26:03 -05:00
Pedro Algarvio
76ed568d9d Deprecation stops at salt 0.18.0 2013-09-21 00:34:06 +01:00
Pedro Algarvio
51374a6c3f Deprecate runas usage on salt.states.gem. Refs #6961. 2013-09-21 00:30:30 +01:00
Pedro Algarvio
4fe5ba4f8f Deprecate runas usage on salt.states.git. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
bef4f100f2 Deprecate runas usage on salt.states.hg. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
a48db419be Deprecate runas usage on salt.states.npm. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
260e54e7ff Deprecate runas usage on salt.states.postgres_database. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
d959456e2a Deprecate runas usage on salt.states.postgres_group. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
0eebb64439 Fix doctrings and warn message for salt.states.rbenv. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
96f5e4366c Fix doctrings and warn message for salt.states.supervisord. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
4f63e9d814 Fix doctrings and warn message for salt.states.rvm. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
6dcf78b336 Deprecate runas usage on salt.states.postgres_user. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
3b52202083 Deprecate user usage on salt.states.rabbitmq_vhost in favor of owner. Refs #6961. 2013-09-21 00:30:29 +01:00
Pedro Algarvio
a2998ade35 Include user and deprecate runas on doctrings for salt.states.rvm. Refs #6961. 2013-09-21 00:30:29 +01:00