Commit Graph

65153 Commits

Author SHA1 Message Date
Bo Maryniuk
6df5d500f0 Use regexp type for the string. 2016-01-25 16:40:50 +01:00
Bo Maryniuk
c2ca141956 Get version as an explicit parameter 2016-01-25 16:40:23 +01:00
Nicole Thomas
09f9f78d94 Merge pull request #30534 from rmohr/copr
COPR project moved
2016-01-25 08:39:34 -07:00
Nicole Thomas
3a55d11916 Merge pull request #30599 from multani/fix/docs
Documentation formatting fixes
2016-01-25 08:37:46 -07:00
Michael Alphonso
65ba18c18f line ending 2016-01-25 10:29:17 -05:00
Bo Maryniuk
9e944db706 Check the version of the package, instead of the package name 2016-01-25 15:00:45 +01:00
Jonathan Ballet
038ecc4acd For doc formatting of salt.states.module 2016-01-25 12:26:44 +01:00
Jonathan Ballet
4062c63b9f Fix doc formatting for yaml_idiosyncrasies 2016-01-25 12:26:30 +01:00
Jonathan Ballet
6efb77bc04 Fix doc formatting of salt.modules.parted 2016-01-25 12:26:09 +01:00
Jonathan Ballet
a329adfb21 Add missing salt.queues.* documentation 2016-01-25 12:19:21 +01:00
Jonathan Ballet
2465cf4ba5 Remove non-existing documentation
This removes warnings during the documentation compilation
2016-01-25 12:19:21 +01:00
Jonathan Ballet
814e64c304 Fix documentation markup in salt.modules.osquery 2016-01-25 12:19:21 +01:00
Jonathan Ballet
d2614d6169 Fix documentation markup for salt.modules.ipmi 2016-01-25 12:19:21 +01:00
Jonathan Ballet
276eb3a843 Fix GCE documentation 2016-01-25 12:19:21 +01:00
Jorge Schrauwen
ef4b5a5836 update naming to match closer with mdata-* tools 2016-01-25 09:18:19 +00:00
Erik Johnson
d649551fbf Merge branch '2015.5' into 2015.5-2015.8 2016-01-24 11:55:09 -06:00
Roman Mohr
044fe44ae9 COPR project moved
Replace old url http://copr.fedoraproject.org with
https://copr.fedorainfracloud.org to fix broken bootstrap script.
2016-01-24 18:43:02 +01:00
Colton Myers
a823e21428 Merge pull request #30582 from terminalmage/dnf-repoquery-multiple-targets
yumpkg.check_db: run separate repoquery commands when multiple names passed
2016-01-24 10:15:04 -07:00
Michael Alphonso
31cc97ccf4 looks like a re-merge of PR #20972 which relates to #19288 2016-01-24 12:12:15 -05:00
Michael Alphonso
a454df55c4 - added log info while waiting. displays current status and wait time.
- updated conditional check for wait status to check for specified status from state sls data.
  + previously was only checking to see if the current status was in ['available', 'modifying', 'backing-up'], which defeats the purpose of specifying wait_status at all.
  + PR forces state run to wait until the specified status is returned. So, if you specify 'available' in the state, you know the database instance can be contacted when the state run returns.
- Updated call for get_endpoint to make sure the Endpoint and its Address are set
- spelling error in state
2016-01-24 12:08:34 -05:00
Michael Alphonso
2e30c0fed2 - explicitly defined input arguments
- added defaults to some arguments in the function definitions
2016-01-24 12:04:48 -05:00
Michael Alphonso
a3c782762d - explicitly defined input arguments 2016-01-24 12:00:54 -05:00
Michael Alphonso
8053727e7d - shortened mkdir command to include setting mode.
- removed `sh -c` call to subshell for mkdir since root_cmd already wraps the command in `sh -c` -- and mkdir wasn't behaving when called from subshell
 - updated conditional check to take ownership of new folder when using sudo
 - some spelling/grammar changes
2016-01-24 11:55:19 -05:00
Jorge Schrauwen
de5393bd41 mdata.get without parameter should return all properties, optimizations 2016-01-24 12:34:57 +00:00
Jorge Schrauwen
922267df05 implement salt.module.smartos_mdata 2016-01-24 12:24:45 +00:00
Julian Brost
2ab367f95b file.line state: add missing colon in docstring 2016-01-24 11:51:49 +01:00
Erik Johnson
410da789f9 yumpkg.check_db: run separate repoquery commands when multiple names passed 2016-01-24 00:49:12 -06:00
Jacob Ward
40d9e6f505 Fixes #30569 2016-01-23 16:47:40 -07:00
Jorge Schrauwen
e7adfd70a2 zone_compare should work on Solaris-like operating systems, else salt.states.timezone will repeately set the timezone even if it is already set. We do not have files to hash and compare, so we settle for simple string comparison instead. 2016-01-23 23:25:10 +00:00
Jorge Schrauwen
cb08eb4294 Change behavior to match unit test 2016-01-23 23:02:30 +00:00
Jorge Schrauwen
745f203ea3 unit test, better to test with unknown os_family, we expect "" result without patching cmd.run 2016-01-23 22:56:00 +00:00
Jorge Schrauwen
d153f43771 unit test was filling in fake os_familiy, new code skips the expensive cmd_run unknown os_family 2016-01-23 22:53:07 +00:00
Jorge Schrauwen
941bd0483f salt.module.localemod solaris support 2016-01-23 22:45:46 +00:00
Jorge Schrauwen
701b240224 fix indent 2016-01-23 14:04:13 +00:00
Jorge Schrauwen
8417f8da08 drop augeas as libaugeas is a pain to patch 2016-01-23 14:02:59 +00:00
Jorge Schrauwen
83b6935ab0 including said modules, would probably be a good idea too 2016-01-23 13:32:18 +00:00
Jorge Schrauwen
a48c7b6b2b smartos packages are frozen so adding modules via pip does not work, include a few more by default 2016-01-23 13:10:05 +00:00
jizhilong
9fdf861525 implement clean_old_jobs for redis returner
Refs #30513
2016-01-23 16:30:07 +08:00
twangboy
cec969db15 Fixed more tests 2016-01-22 19:24:38 -07:00
twangboy
aa47a2908f Fixed more lint 2016-01-22 19:20:24 -07:00
twangboy
3fcf9b4ba8 Fixed some lint 2016-01-22 19:15:29 -07:00
twangboy
e09f43b11b even more lint 2016-01-22 19:09:08 -07:00
twangboy
fef54563b0 More lint 2016-01-22 19:04:03 -07:00
twangboy
306d13a7fa Fixed tests 2016-01-22 17:36:48 -07:00
twangboy
1c58318013 Fixed tests 2016-01-22 17:32:42 -07:00
twangboy
88841e604f Fixed some tests 2016-01-22 17:27:18 -07:00
twangboy
fedb27ca97 renamed osxdesktop.py to mac_desktop.py 2016-01-22 17:23:34 -07:00
twangboy
6eb250a807 Fixed some tests 2016-01-22 17:20:25 -07:00
twangboy
b7196f3a34 Fixed some lint 2016-01-22 17:08:40 -07:00
rallytime
6fa7bc3350 Make sure rabbitmq_vhost states are using test=true properly.
Fixes #25363
2016-01-22 16:36:06 -07:00