Michael Walton
92566133e7
1) addition of only_on_pending_reboot paramater
...
to shutdown and reboot functions
2) bugfix in shutdown command (changed seconds to timeout).
I believe this was an uncaught clerical error.
3) De-linting fixes (e.g. changed variable "c" to "conn" in various places)
and added lint disable flags here and there
2016-06-01 00:01:11 -04:00
Tom Williams
28974e1dd1
INFRA-1640 - remove unused imports
2016-05-31 22:23:45 -04:00
Tom Williams
052033ae7f
INFRA-1640 - add MakoStack ext_pillar module, for those of us who find Jinja just a little too un-Python-like...
2016-05-31 19:52:28 -04:00
Sebastian Braun
031c24b4c8
pylint W0141, W0702
2016-05-31 22:46:24 +02:00
Erik Johnson
c32f432347
Add documentation for per-saltenv configuration parameters
2016-05-31 15:28:21 -05:00
Erik Johnson
62e59e2b60
Pass per-remote-only params for gitfs
2016-05-31 15:28:21 -05:00
Erik Johnson
ee620af665
Rework config loading to support per-saltenv config parameters
2016-05-31 15:28:20 -05:00
Erik Johnson
2bd1ac6acc
Add gitfs_saltenv default config values
2016-05-31 15:28:17 -05:00
Erik Johnson
f9c54f41c8
Add recursion, callbacks to salt.utils.repack_dictlist()
2016-05-31 14:48:21 -05:00
Christian McHugh
f6030b6f32
Handle trigger the same way as slack engine
2016-05-31 14:15:47 -05:00
Christian McHugh
5b1af94ddd
remove the unnecessary double trigger
2016-05-31 14:05:58 -05:00
Nasenbaer
4905e3e1ff
Workaround for pylint bug
...
https://www.logilab.org/ticket/3207
2016-05-31 20:26:01 +02:00
Christian McHugh
c7c555db05
fix spacing lint error
2016-05-31 13:23:43 -05:00
Mike Place
2075ddb9cb
Merge pull request #33597 from jfindlay/win_finger
...
grains.core.os_data: add windows osfinger, osrelease_info
2016-05-31 10:46:47 -07:00
Mike Place
36dfdf54d6
Merge pull request #33640 from techhat/armstorage
...
Add listing of storage accounts and containers
2016-05-31 10:21:44 -07:00
Mike Place
962bdc8c32
Merge pull request #33599 from lomeroe/fix_s3_large_file_download
...
Fix s3 large file download
2016-05-31 10:07:33 -07:00
Mike Place
ba15a4ba43
Merge pull request #33560 from SaltyCharles/develop
...
add salt:// support to salt-cloud for .map files
2016-05-31 10:06:35 -07:00
Joseph Hall
fe0fe762dd
Lint
2016-05-31 10:31:00 -06:00
Mike Place
9ed809f557
Merge pull request #33610 from tonybaloney/servicenow_fix
...
Change the ServiceNow module's non_structured_query method to support kwargs
2016-05-31 09:23:18 -07:00
Mike Place
1146cfe254
Merge pull request #33607 from mchugh19/hipchat
...
add hipchat engine
2016-05-31 09:18:42 -07:00
Mike Place
e2cf84f301
Merge pull request #33594 from hrumph/develop
...
Fix unicode handling from last PR
2016-05-31 09:01:20 -07:00
Mike Place
9aaf9d8434
Merge pull request #33612 from jeanpralo/fix-dockercompose-version-check
...
fix dockercompose version check
2016-05-31 08:55:07 -07:00
Mike Place
de26ec155a
Merge pull request #33625 from StackPointCloud/profitbricks-cloud-improvements
...
ProfitBricks cloud provider improvements
2016-05-31 08:52:55 -07:00
Joseph Hall
c540cdc1e6
Update depends docs
2016-05-31 09:42:27 -06:00
Joseph Hall
beccdac342
Add listing of storage accounts and containers
2016-05-31 09:39:08 -06:00
remy.d1
34203c8333
Merge branch 'develop' of https://github.com/saltstack/salt into custom-net-ps-modules
2016-05-31 17:18:23 +02:00
Mike Place
d43a9fd193
Merge pull request #33613 from abednarik/abednarik_apache_module_backward_compatible
...
Updated apache_module for backward compatible.
2016-05-31 08:12:06 -07:00
eric vz
c4f9de2d24
fix broken pacman module tests
2016-05-31 08:17:33 -05:00
remy.d1
da70f91faa
update network.py (map removed). Using a more basic way
2016-05-31 15:17:19 +02:00
remy.d1
2b0d7562c6
modification for ps.psaux and pylint errors
2016-05-31 14:48:04 +02:00
remy.d1
c8a80bf282
update get_othermountpoints to find_no_std_mountpoints based on Filesystem Hierarchy Standard
2016-05-31 14:33:47 +02:00
Sebastian Braun
2ad704e26b
check rabbitmq version and use different api to validate a users password
2016-05-31 13:02:33 +02:00
remy.d1
b695a65980
Merge branch 'develop' of https://github.com/saltstack/salt into custom-net-ps-modules
2016-05-31 11:49:59 +02:00
eric vz
b49f9d5a19
one last, sad piece of lint
2016-05-31 01:03:15 -05:00
eric vz
7e0f1c0841
Fix (hopefully) the last linter issues
2016-05-31 00:34:13 -05:00
eric vz
803f219160
Clean up linter warnings
2016-05-31 00:07:31 -05:00
eric vz
4c2d7fbb88
Update doc for states.pkg.group_installed to reflect pacman support
2016-05-30 23:09:28 -05:00
eric vz
bf25b8118e
switch pacman.group_info to return an array instead of a set so it's useful on command line
2016-05-30 23:08:59 -05:00
Ethan Devenport
668800f76c
ProfitBricks cloud provider improvements.
...
* Added disk_type setting to the profile config and updated documentation.
* Added a config option for setting the provisioning wait_for_timeout and updated documentation.
* Refactored image selection by name.
* Print API request ID in debug logging output.
* Made profile size property optional by allowing predefined size or custom cores/ram/disk.
2016-05-31 02:15:12 +00:00
eric vz
490c2e0f19
Spacing and formatting
2016-05-30 16:58:37 -05:00
eric vz
94c6378c6e
Implement group_diff for pacman
2016-05-30 16:56:53 -05:00
eric vz
e89a43d1d0
Implement a basic group_info
2016-05-30 16:39:16 -05:00
eric vz
fa2fe986e6
Add pacman group_list and unit test
2016-05-30 15:33:59 -05:00
eric vz
595beadda7
formatting
2016-05-30 14:13:56 -05:00
eric vz
9e6013c4b7
move helper into a lambda
2016-05-30 14:13:36 -05:00
eric vz
0179d4d849
Add unit tests for pacman list packages
2016-05-30 09:37:17 -05:00
Christian McHugh
a691593845
Just like the slack engine, remove the special handling of aliases
2016-05-30 00:20:58 -05:00
Christian McHugh
d65b37518c
Remove uncessary type from alias commands.
...
Deduplicate alias handling to autodetect function selection.
Add error reporting to slack connectivty problems.
Cleanup slack's unicode conversion
2016-05-29 23:44:57 -05:00
Michael Walton
4e2351bca5
fix lint
2016-05-29 23:21:46 -04:00
Michael Walton
3a5ffff90f
More fixes to unicode handling (which I botched originally)
...
Fixed documentation paragarphing throughout module
and added lot's of examples for set_value function
2016-05-29 21:55:22 -04:00