Commit Graph

70052 Commits

Author SHA1 Message Date
rallytime
41166aede4 Merge branch '2015.8' into '2016.3'
No conflicts.
2016-11-07 08:11:56 -07:00
Mike Place
2d924d0820 Merge pull request #37503 from cachedout/issue_36713
Catch loader error on returners without save_load
2016-11-07 22:33:57 +13:00
Mike Place
d95bf59f97 Merge pull request #37499 from cachedout/key_docs_clarify
Clarify docs on salt-key events
2016-11-07 22:33:20 +13:00
Mike Place
1dd1408ae6 Merge pull request #37500 from cachedout/remove_include_errors
Remove unused flag
2016-11-07 22:33:04 +13:00
Mike Place
4b6f1ab1c4 Merge pull request #37502 from cachedout/issue_37444
Log proper message on returners that cannot be loaded
2016-11-07 22:32:45 +13:00
Mike Place
5f7f971b2c
Catch loader error on returners without save_load
Refs #36713
2016-11-07 14:51:31 +13:00
Mike Place
4c5ab057ce
Remove debugging 2016-11-07 14:03:44 +13:00
Mike Place
17d01e4f4c
Log proper message on returners that cannot be loaded
Closes #37444
2016-11-07 14:01:46 +13:00
Mike Place
6c705b11e0
Remove unused flag
The 'include_errors' option does nothing and has been removed.
2016-11-07 13:20:34 +13:00
Mike Place
2758e74785
Clarify docs on salt-key events
Closes #37448
2016-11-07 13:03:40 +13:00
Mike Place
2422dafd52 Merge pull request #37494 from sjorge/2016.3-osfam_map
Forgot to update os_family map in #37472
2016-11-07 11:18:54 +13:00
Mike Place
41bd8e3f52 Merge pull request #37496 from mcalmer/fix-status-handling-in-sysv-init-scripts
fix status handling in sysv init scripts
2016-11-07 11:18:00 +13:00
Mike Place
e741a773a5 Merge pull request #37497 from terminalmage/release_notes
Update 2016.3.5 release notes with source_hash_name explanation
2016-11-07 11:17:40 +13:00
Erik Johnson
c08038d9ea Update 2016.3.5 release notes with source_hash_name explanation 2016-11-06 11:53:41 -06:00
Michael Calmer
1fb2c4dfcf fix status handling in sysv init scripts 2016-11-06 18:49:12 +01:00
Super-User
96ba545492 Forgot to update os_family map in #37472 2016-11-06 14:06:34 +01:00
Mike Place
f4426c2233 Merge pull request #37486 from twangboy/fix_win_docs
Add requirement for PowerShell 3 on Windows
2016-11-06 19:01:07 +13:00
Mike Place
a1f355a569 Merge pull request #37493 from cachedout/minion_master_sdb
Add sdb support to minion and master configs
2016-11-06 19:00:18 +13:00
Mike Place
be93710fee Merge pull request #37452 from rallytime/fix-31135
file.line with mode=replace on an empty file should return False, not stacktrace
2016-11-06 14:55:11 +13:00
Mike Place
129b0387e6 Merge pull request #37469 from terminalmage/issue29010
Rewrite file.extract_hash to improve its matching ability
2016-11-06 14:50:01 +13:00
Mike Place
9426b9d5c4 Merge pull request #37472 from sjorge/2016.3-solaris-grains
2016.3 solaris grains improvements
2016-11-06 14:46:09 +13:00
Mike Place
9761a462c2
Add sdb support to minion and master configs 2016-11-06 14:29:40 +13:00
Super-User
2958f5ce52 detect and properly handle OmniOS 2016-11-04 22:25:23 +01:00
twangboy
9e0631a1ae Add docs denoting the requirement for at least PowerShell 3 2016-11-04 14:04:43 -07:00
Super-User
37c3a7f5ab handle Oracle Solaris better 2016-11-04 21:33:11 +01:00
Nicole Thomas
4ba63aba48 Merge pull request #37478 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-11-04 14:30:08 -06:00
Nicole Thomas
8aa101a99c Get release notes started for 2016.3.5 (#37485) 2016-11-04 14:22:26 -06:00
Nicole Thomas
dfd94959b6 [2016.3] Doc version updated to 2016.3.4 (#37483) 2016-11-04 14:12:19 -06:00
Nicole Thomas
c505a059ef [2015.8] Doc version updated to 2016.3.4 (#37482) 2016-11-04 14:10:24 -06:00
Thomas S Hatch
50d911160b Attempted fix, needs user verification 2016-11-04 13:55:15 -06:00
rallytime
3483a445f2 Merge branch '2015.8' into '2016.3'
Conflicts:
  - salt/utils/http.py
2016-11-04 13:37:06 -06:00
Erik Johnson
a3f38e5a9f Update file.extract_hash unit tests
These tests now not only test the new functionality added for matching
on source URI and source_hash_name, but also test non-specific hash_type
lookups, specific hash_type lookups, and failed specific hash_type
lookups (i.e. requesting a hash type not present in the file).
2016-11-04 11:25:54 -05:00
Erik Johnson
b26b528f79 Add the source_hash_name param to file.managed states 2016-11-04 11:25:53 -05:00
Erik Johnson
52fe72d402 Rewrite file.extract_hash
This rewrite makes it possible for file.extract_hash to match on more
than just the filename being managed, also matching on the source URL as
well as a new user-specified name.

It also makes this function more efficient, as only a single pass is
performed when the hash_type is unspecified. Before, it would read the
entire file for each hash type.

Finally, it adds the ``source_hash_name`` argument to
``file.get_managed``, so that it can be passed to this function by
``file.managed`` states.
2016-11-04 11:25:53 -05:00
Super-User
69706d32be parse minorrelease if it has a / in it 2016-11-04 17:15:37 +01:00
rallytime
8b2d2b9e7b Clarify file.line state docs as well 2016-11-04 10:04:37 -06:00
rallytime
b2615892eb Move note about using mode=insert with location options to mode section 2016-11-04 10:03:25 -06:00
Super-User
d1cf4a0e56 improve regex for parsing /etc/release using files from Solaris 8 SPARC and Solaris 10 2016-11-04 17:02:32 +01:00
Super-User
88eddef765 some more cleanup for smartos 2016-11-04 16:59:29 +01:00
rallytime
c792f76d2f Bump log level from debug to warning on empty file 2016-11-04 09:38:49 -06:00
Super-User
d3ff39f09c improve smartos os version grains 2016-11-04 16:32:56 +01:00
Mike Place
580eca709b Merge pull request #37121 from nevins-b/2016.3
allow the file.recurse state to support saltenv
2016-11-04 18:59:28 +13:00
Mike Place
35888c2e30 Merge pull request #37408 from terminalmage/issue37286
Strip slashes from gitfs mountpoints
2016-11-04 17:51:27 +13:00
Mike Place
b6c57c6c8d Merge pull request #37418 from terminalmage/issue36849
Do not use compression in tornado httpclient requests
2016-11-04 17:41:57 +13:00
Mike Place
766b1437c2 Merge pull request #37426 from jfindlay/mac_sleep
Wait for macOS to change system settings
2016-11-04 17:35:51 +13:00
Mike Place
9eab5c8f71 Merge pull request #37438 from DSRCorporation/bugs/37238_salt_hang_on_master_restart
Fix for #37238 salt hang on master restart
2016-11-04 17:10:51 +13:00
Mike Place
9aa7073f70 Merge pull request #37440 from rallytime/bp-31207
Back-port #31207 to 2016.3
2016-11-04 17:09:33 +13:00
Mike Place
7fba8aaa7e Merge pull request #37441 from rallytime/bp-37428
Back-port #37428 to 2015.8
2016-11-04 17:07:54 +13:00
Mike Place
edbfadca21 Merge pull request #37442 from twangboy/fix_osx_postinstall
Create paths.d directory
2016-11-04 17:07:19 +13:00
Mike Place
afb1b3cee5 Merge pull request #37445 from twangboy/fix_import_error_2016.3
Check for Server os before checking [DO NOT MERGE FORWARD]
2016-11-04 17:04:49 +13:00