Salt 2015.8.2 Release Notes

Version 2015.8.2 is a bugfix release for 2015.8.0.

Statistics

Important

A significant orchestrate issue (issue #29110) was discovered during the release process of 2015.8.2, so it has not been officially released. Please use 2015.8.3 instead.

Changelog for v2015.8.1..v2015.8.2

Generated at: 2018-05-27 23:17:44 UTC

  • PR #28865: (jfindlay) add 2015.8.2 release notes @ 2015-11-13 17:30:18 UTC

    • af297bb0ae Merge pull request #28865 from jfindlay/2015.8

    • 1f847fc9ba add 2015.8.2 release notes

  • ISSUE #27392: (ahammond) schedule running state.orchestrate fails (refs: #28730)

  • PR #28730: (garethgreenaway) Fixes to how return_job is handled in the scheduler for the salt master. @ 2015-11-13 16:58:20 UTC

    • 15672a3faa Merge pull request #28730 from garethgreenaway/27392_2015_8_scheduler_return_job_master

    • 882350a543 Fixing the salt scheduler so that it only attempts to return the job data to the master if the scheduled job is running from a minion's scheduler.

  • PR #28848: (cro) Lint @ 2015-11-13 13:46:36 UTC

    • 5560cb662b Merge pull request #28848 from cro/fx2_multi_creds

    • f032bffd7c Lint

    • 6bb6703c3e Merge branch 'fx2_multi_creds' of git://github.com/cro/salt into cro

    • 3b7d22248c Fix fallback credentials, add grains based on dracr.server_info and dracr.inventory, fix short-circuited for loop that was preventing retrieval of most data from CMC and DRAC devices, format responses from racadm more clearly.

    • b86c614564 Better logic around fallback credentials.

    • 2701826a99 Update fx2.py, fix typos in new fallback parameters.

    • 8ce5348808 Better variable name.

    • 92038b8718 Default configuration file for proxy minions.

  • PR #28842: (cachedout) Add transport setting to shell test @ 2015-11-12 21:43:11 UTC

    • 778ace3ca5 Merge pull request #28842 from cachedout/tcp_shell_test

    • 785bf94f55 Add transport setting to shell test

  • PR #28837: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-11-12 21:17:14 UTC

    • 5639971744 Merge pull request #28837 from basepi/merge-forward-2015.8

    • 1c91ad6765 fix lint

    • 4b706ac76a Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • eb904665dc Merge pull request #28832 from basepi/backport.28826

        • 57be72eb91 Add backports_abc and singledispatch_helpers to thin as well

        • 897cad627b Add singledispatch to the thin

      • eff811a0ad Merge pull request #28833 from basepi/increase.gather_job_timeout.8647

        • c09243dd01 Increase the default gather_job_timeout

      • e4a036365d Merge pull request #28829 from basepi/merge-forward-2015.5

        • f8b8441485 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5

        • 76e69b4bff Merge pull request #28777 from rallytime/bp-28740-2014.7

          • da5fac2b36 Back-port #28740 to 2014.7

        • 45c73ebf2f Merge pull request #28716 from rallytime/bp-28705

          • 32e7bd3ea0 Account for new headers class in tornado 4.3

        • f4fe921965 Merge pull request #28717 from cachedout/umask_note

          • 1874300e08 Add note about recommended umask

    • 5aeab71f76 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • 93562631aa Merge pull request #28756 from MrCitron/fix-25775

        • 82075c809c Add logs and correct pylint error

        • e31e22d96a Fix 25775

      • 30cc48e37f Merge pull request #28786 from chrigl/fix-28783

      • 8f1d0b636e Merge pull request #28776 from rallytime/bp-28740-2015.5

        • 49256b7d90 Back-port #28740 to 2015.5

      • 77d4b980f1 Merge pull request #28760 from dmyerscough/28732-Fix-cherrypi-api-keys-endpoint

        • 206d1684b2 Fixing CherryPy key bug

      • 6f8f04975f Merge pull request #28746 from rallytime/bp-28718

        • 092f441cad Account for no POST data

  • ISSUE #28549: (ldelossa) dockerng module issue (refs: #28827)

  • PR #28827: (jacksontj) Cleanup virtual_timer in loader @ 2015-11-12 19:39:29 UTC

    • c4fb185147 Merge pull request #28827 from jacksontj/2015.8

    • f49502fd48 __modules__ isn't a global, although __salt__ is

    • c734cb8876 Fix virtual_timer branch such that it will catch exceptions.

  • PR #28836: (cachedout) Cast to dict to fix wheel tests in tcp @ 2015-11-12 19:22:44 UTC

    • 21520c6c1d Merge pull request #28836 from cachedout/fix_tcp_wheel_tests

    • 8d3244166b Cast to dict to fix wheel tests in tcp

  • PR #28834: (cachedout) Fix breakage in tcp server @ 2015-11-12 18:57:18 UTC

    • 560671a170 Merge pull request #28834 from cachedout/tcp_revert_master_uri

    • 755d493bed Fix breakage in tcp server

  • PR #28804: (cachedout) TCP test fixes @ 2015-11-12 18:39:25 UTC

    • 224602437a Merge pull request #28804 from cachedout/tcp_test_fixes

    • f799971280 Change logic

    • 52ed06500a Fix typo

    • 9b18f372e6 Normalize IPC check among transports

    • e8ead2bfed Allow for tcp transport in publish

    • e33b903e7b Allow for tcp transport in mine

    • 3d80e67a2d Allow for tcp transport in auth

  • ISSUE #28828: (basepi) salt-ssh doesn't package tornado's new deps in the thin (refs: #28826)

  • PR #28826: (basepi) [2015.8] Add new tornado deps to salt-ssh thin (refs: #28832) @ 2015-11-12 18:14:43 UTC

    • 49992070db Merge pull request #28826 from basepi/salt-ssh.singledispatch.thin

    • 1e1a74fd61 Add backports_abc and singledispatch_helpers to thin as well

    • da1a2773dd Add singledispatch to the thin

  • PR #28759: (jfindlay) simplify stdin use of stdin in at.present state @ 2015-11-12 18:11:55 UTC

    • PR #28187: (sjansen) fix at.present (refs: #28759)

    • af52c3272f Merge pull request #28759 from jfindlay/at

    • 987d1fee7c simplify stdin use of stdin in at.present state

  • PR #28824: (rallytime) Back-port #28778 and #28820 to 2015.8 @ 2015-11-12 18:06:31 UTC

    • PR #28820: (cro) Add versionadded directives for chronos and marathon proxy grains. (refs: #28824)

    • PR #28778: (toddtomkinson) marathon and chronos proxy minions (refs: #28824)

    • 08891cb210 Merge pull request #28824 from rallytime/bp-28778-and-28820

    • ab5943995b Change versionaddeds to 2015.8.2 from Boron

    • da7ad0df99 Add versionadded directives.

    • 4bdd10fdf5 documentation updates

    • 675bc2acce more pylint fixes

    • 8e19b5c518 pylint fixes

    • ba94878f45 marathon and chronos proxy minions

  • ISSUE #23271: (twisty7867) Unicode paths break file states with masterless minion on Vagrant/Ubuntu 14.04 (refs: #28803)

  • PR #28803: (jfindlay) decode strings to utf-8 @ 2015-11-12 04:59:38 UTC

    • 30ea94439c Merge pull request #28803 from jfindlay/sdecodes

    • 11163380cf sdecode chunk name in state compiler

    • 7f95c483e1 sdecode strings in file state

    • fe4d08526d sdecode strings in highstate outputter

  • ISSUE #25363: (syphernl) rabbitmq_{user|vhost}.present in test=True reports unnecessary changes (refs: #28269)

  • ISSUE #24856: (pruiz) rabbitmq_user state incorrectly reports result=True when using test=true (refs: #28269)

  • PR #28782: (rallytime) Fixes to rabbitmq user state @ 2015-11-12 00:59:57 UTC

    • PR #28269: (rallytime) Refactor rabbitmq_user state to use test=True correctly (refs: #28782, #28772)

    • 59b505ff7c Merge pull request #28782 from rallytime/rabbitmq-user-state

    • e2b0fee57e Don't change perms list, only existing perms should be a dictionary.

    • 7601647d69 Revert "rabbitmq.list_user_permissions returns a dict, not a list. Don't expect a list."

  • ISSUE #28429: (cbuechler) salt-cloud VMware driver fails with uncustomizable guest when not customizing guest (refs: #28789)

  • PR #28789: (nmadhok) Provide ability to enable/disable customization for newly create VMs using VMware salt-cloud driver @ 2015-11-11 22:48:57 UTC

    • 098d48ad26 Merge pull request #28789 from nmadhok/2015.8-customization-fix

    • 9294ebd984 Provide ability to enable/disable customization for new VMs. Fixes #28429

  • ISSUE #28692: (mrosedale) puppet.run fails with arguments (refs: #28768)

  • PR #28768: (mrosedale) 2015.8 @ 2015-11-11 19:29:11 UTC

    • 1e510be55b Merge pull request #28768 from mrosedale/2015.8

    • fbbbdcc02e Update puppet.py

    • 1c1a4b4410 Update puppet.py

    • 59bd6aef5c Merge pull request #1 from mrosedale/mrosedale-patch-1

      • c26ea916aa Update puppet.py

  • ISSUE #25363: (syphernl) rabbitmq_{user|vhost}.present in test=True reports unnecessary changes (refs: #28269)

  • ISSUE #24856: (pruiz) rabbitmq_user state incorrectly reports result=True when using test=true (refs: #28269)

  • PR #28772: (rallytime) rabbitmq.list_user_permissions returns a dict, not a list. Don't expect a list. @ 2015-11-11 18:17:09 UTC

    • PR #28269: (rallytime) Refactor rabbitmq_user state to use test=True correctly (refs: #28782, #28772)

    • a6cad46301 Merge pull request #28772 from rallytime/rabbitmq-user-state

    • 07482211eb rabbitmq.list_user_permissions returns a dict, not a list. Don't expect a list.

  • ISSUE #28724: (quantonganh) Exception occurred when calling boto_vpc.route_table_present with test=True (refs: #28725)

  • PR #28774: (rallytime) Back-port #28725 to 2015.8 @ 2015-11-11 18:16:27 UTC

    • PR #28725: (quantonganh) boto_vpc: return an empty dict in case cannot get the route tables (refs: #28774)

    • d570ac48f4 Merge pull request #28774 from rallytime/bp-28725

    • c3420461c3 boto_vpc: return an empty dict in case cannot get the route tables

  • PR #28775: (rallytime) Back-port #28740 to 2015.8 @ 2015-11-11 17:57:24 UTC

  • PR #28755: (rallytime) Move most vmware driver list_* functions to use salt.utils.vmware functions @ 2015-11-11 17:49:16 UTC

    • f273c46f07 Merge pull request #28755 from rallytime/vmware-utils

    • 5abe010023 Move most vmware driver list_* functions to use salt.utils.vmware functions

  • ISSUE #28655: (sjorge) possible issue with state module boto_cfn/docker/... (refs: #28744)

  • PR #28744: (jfindlay) import gate elementtree @ 2015-11-11 16:29:12 UTC

    • 0d912bf0d4 Merge pull request #28744 from jfindlay/elementttree

    • e321d60002 import gate elementtree in artifactory module

    • f20f3f697b import gate elementtree in boto_iam state

    • 9845d2f2c6 import gate elementtree in boto_cfn state

  • ISSUE #28726: (feigenblatt) user.present ignores "createhome: False" (refs: #28758)

  • PR #28758: (jfindlay) remove redundant logic in useradd execution module @ 2015-11-11 16:22:21 UTC

    • b65e786351 Merge pull request #28758 from jfindlay/user

    • dbd582cd8d fix doc formatting in user.present state

    • 3824d2e9fc only change/report new home when createhome is True

    • 3fbf81611f remove redundant logic in useradd execution module

  • PR #28757: (mbarrien) Bug fix: pip command to not quote spaces in cmd line args @ 2015-11-11 16:08:46 UTC

    • 6eced26013 Merge pull request #28757 from mbarrien/fix-pip-cmd

    • 6df6cb82a6 Fix pip command to not quote spaces in cmd line args

  • PR #28764: (multani) Various documentation fixes @ 2015-11-11 16:06:10 UTC

    • 356bf2987d Merge pull request #28764 from multani/fix/docs

    • 1a31b69763 doc: fix documentation formatting in salt.utils.jinja

    • 59c105b4b9 doc: fix documentation formatting in salt.states.boto_iam*

    • cbb167c8ee doc: fix documentation formatting in in salt.modules.lxc

    • cb03a89e52 doc: fix documentation formatting in salt.modules.aptpkg

  • PR #28752: (aboe76) Update openSUSE grain for tumbleweed @ 2015-11-11 03:54:37 UTC

    • d77c24e70d Merge pull request #28752 from aboe76/suse_tumbleweed_grain

    • 764cb16ef0 Update openSUSE grain for tumbleweed

  • ISSUE #28712: (hexedpackets) Service registration in the Consul module is broken (refs: #28713)

  • PR #28713: (hexedpackets) Rename consul.list to consul.list_keys. @ 2015-11-11 00:57:23 UTC

    • a620bc5596 Merge pull request #28713 from hexedpackets/fix-consul-module

    • 0889907b3c Make consul.list a function alias.

  • PR #28719: (jacobhammons) removed dependencies info from docs @ 2015-11-10 00:04:53 UTC

    • decc31a766 Merge pull request #28719 from jacobhammons/spm

    • d7017be031 removed dependencies info from docs

  • PR #28709: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-11-09 23:38:27 UTC

    • 989069f44a Merge pull request #28709 from basepi/merge-forward-2015.8

    • 2d04ddc108 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • f40c617bad Merge pull request #28705 from cachedout/tornado_http_headers

        • 7ac6cde1ee Account for new headers class in tornado 4.3

    • c90431eddc Rip out unit test that doesn't apply anymore

    • aeeaa7c90d Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • 604a7b4199 Merge pull request #28699 from rallytime/bp-28670

        • e436b23296 psutil can fail to look-up a uid and raise a KeyError

      • 7bd3eb8370 Merge pull request #28703 from rallytime/bp-28690

        • a0988dab58 Fix 28689 : Check s3 ext pillar cache file before calculating expiration

      • 2a40f57b93 Merge pull request #28694 from s0undt3ch/2015.5

        • 0910c6ffe4 Update to latest bootstrap script v2015.11.09

      • 3249b322e8 Merge pull request #28669 from rallytime/fix-26592

        • 098fb815af Use the -q argument to strip extraneous messages from rabbitmq

      • 29e8250d0c Merge pull request #28645 from jacksontj/2015.5

        • f63c2d70a7 Rework minion return_retry_timer

      • 1bbaea8aad Merge pull request #28668 from twangboy/fix_15177

        • 745b8f75f6 Fixed some lint

        • a43eb53f28 Added version added notes in docs

        • 6b537c8640 Fixed join_domain and unjoin_domain for Windows

      • 4ad5056066 Merge pull request #28666 from jfindlay/r_data

        • 29228f445f define r_data before using it in file module

      • e129e889ad Merge pull request #28662 from cachedout/issue_24758

        • 78f4894333 Add note about disabling master_alive_interval

      • df121d0cec Merge pull request #28627 from twangboy/backport_win_useradd

        • 87282b6354 Backport win_useradd

  • ISSUE #28469: (mlalpho) state boto_secgroup.present fails to find vpc_name (refs: #28710, #28534)

  • PR #28710: (rallytime) Pass kwargs correctly to _get_group from get_group_id @ 2015-11-09 22:29:09 UTC

    • 8d5ab15c16 Merge pull request #28710 from rallytime/fix-28469

    • 0571608f5d Pass kwargs correctly to _get_group from get_group_id

  • PR #28698: (rallytime) Back-port #28530 to 2015.8 @ 2015-11-09 18:11:51 UTC

    • PR #28530: (skizunov) AsyncTCPReqChannel will fail after 10 uses (refs: #28614, #28698)

    • cfa0cec19c Merge pull request #28698 from rallytime/bp-28530

    • d94d0db805 AsyncTCPReqChannel will fail after 10 uses

  • ISSUE #28678: (johnsocp) Error in netapi/rest_tornado preventing it from starting (refs: #28679)

  • PR #28700: (rallytime) Back-port #28679 to 2015.8 @ 2015-11-09 18:07:44 UTC

  • PR #28695: (s0undt3ch) [2015.8] Update to latest bootstrap script v2015.11.09 @ 2015-11-09 17:50:15 UTC

    • 8ccea2a855 Merge pull request #28695 from s0undt3ch/2015.8

    • bb6c60a330 Update to latest bootstrap script v2015.11.09

  • ISSUE #28526: (clarkperkins) yumpkg.installed broken in salt v2015.8.1 on CentOS 6 minions (refs: #28656)

  • PR #28656: (clarkperkins) #28526 fixed yumpkg module issue with pkg.installed @ 2015-11-09 05:16:00 UTC

    • 61ba00b1c3 Merge pull request #28656 from clarkperkins/bugfix/fix-yumpkg-module

    • e11f87be93 #28526 fixed yumpkg module

  • ISSUE #28588: (aboe76) openSUSE Leap not recognized as 'Suse' os grain and os_family grain (2015.8.1 ) (refs: #28672)

  • PR #28672: (jfindlay) add OS grain support for SuSE Leap @ 2015-11-08 01:05:51 UTC

    • 54484e4e29 Merge pull request #28672 from jfindlay/suse_grain

    • b44ba6fa9c add OS grain support for SuSE Leap

  • ISSUE #28603: (alexharrington) MooseFS/LizardFS mount options force remount (refs: #28673)

  • PR #28673: (jfindlay) add hidden_opts to mount.mounted @ 2015-11-08 00:51:19 UTC

    • 476f55ebc0 Merge pull request #28673 from jfindlay/mount_hide

    • 1dcaa8e1d7 add hidden_opts to mount.mounted

    • d3aff8f6b8 minor refactor of mount state

  • PR #28667: (cro) saltutil.sync_all should sync proxymodules as well as the rest. @ 2015-11-07 01:09:28 UTC

    • 24d75709fa Merge pull request #28667 from cro/proxy_sync_all

    • 08e53b317f Sync proxymodules with sync_all

  • PR #28665: (jfindlay) fixes to windows execution and state modules @ 2015-11-07 00:47:38 UTC

    • 019c13948a Merge pull request #28665 from jfindlay/win_fixorz

    • e8c7371b56 fix minor doc issues in win_system module

    • 5828f391b9 handle error on nonexistent net dev in win_network

    • d1560f9ea9 check for wua time setting as a str

  • ISSUE #28542: (Ch3LL) s3.get execution module returns error (refs: #28660)

  • PR #28660: (techhat) Don't sign empty regions @ 2015-11-06 20:49:25 UTC

    • ce3ce7ddf2 Merge pull request #28660 from techhat/emptyregion

    • a52518494a Don't sign empty regions

  • PR #28632: (terminalmage) Fixes/improvements to pkgbuild state/modules @ 2015-11-06 20:48:07 UTC

    • 0583575f82 Merge pull request #28632 from terminalmage/pkgbuild-fixes

    • 59f31b4dca Initialize logging in pkgbuild state

    • af0b2c4a33 Fix false-positives for pkgbuild.built state

    • d83e779eac rpmbuild: Change return data to include a list of packages built

    • 03d9321379 debbuild: Change return data to include a list of packages built

  • ISSUE #28591: (ssgward) SPM package install error (refs: #28658)

  • PR #28658: (techhat) Remove _pkgdb_fun() references @ 2015-11-06 20:25:59 UTC

    • b82abadd9b Merge pull request #28658 from techhat/issue28591

    • 4f2b175467 Remove _pkgdb_fun() references

  • ISSUE #28470: (mlalpho) salt boto_rds.present fails to execute, too many arguments (refs: #28612, #28653)

  • PR #28653: (rallytime) Provide possible parameters for boto_rds.present engine values @ 2015-11-06 18:58:35 UTC

    • e59d160120 Merge pull request #28653 from rallytime/boto_rds_engine_docs

    • 7b30d7e002 Provide possible parameters for boto_rds.present engine values

  • PR #28649: (bdrung) Fix OS related grains on Debian @ 2015-11-06 18:25:46 UTC

    • 911761d8bc Merge pull request #28649 from bdrung/2015.8

    • 92a17d4cae Fix OS related grains on Debian

  • ISSUE #26889: (UtahDave) salt-call w/non root user outputs repeating error (refs: #28113, #27343)

  • PR #28646: (rallytime) Back-port #28614 to 2015.8 @ 2015-11-06 18:19:08 UTC

  • PR #28647: (rallytime) Back-port #28624 to 2015.8 @ 2015-11-06 18:18:32 UTC

    • PR #28624: (hyn-salt) Added reasoning why boto_cloudwatch.py cannot be loaded. (refs: #28647)

    • a829120746 Merge pull request #28647 from rallytime/bp-28624

    • 3b59cfae5f Added reasoning why boto_cloudwatch.py cannot be loaded.

  • PR #28648: (rallytime) Merge branch '2015.5' into '2015.8' @ 2015-11-06 17:46:59 UTC

    • 52d70c986d Merge pull request #28648 from rallytime/merge-2015.8

    • 81c4974fde Merge branch '2015.5' into '2015.8'

      • 64a20228c6 Merge pull request #28617 from cachedout/umask_module_sync

        • 227792e158 Set restrictive umask on module sync

      • 065f8c7fb3 Merge pull request #28622 from gravyboat/update_puppet_module_docs

        • 4ea28bed30 Update puppet module wording

  • PR #28638: (anlutro) Salt-SSH: Return more concise error when SSH command fails @ 2015-11-06 16:54:46 UTC

    • 4722e41787 Merge pull request #28638 from alprs/saltssh-handle_ssh_errors

    • 5419b98363 return concise error when ssh fails

  • PR #28644: (pass-by-value) Make sure versionchanged is correct @ 2015-11-06 16:53:31 UTC

    • e72e60d4b4 Merge pull request #28644 from pass-by-value/update_versionchanged

    • f4c297e794 Make sure versionchanged is correct

  • ISSUE #8: (thatch45) Network persistence (refs: #28615)

  • ISSUE #64: (thatch45) State file rendering system (refs: #28615)

  • ISSUE #54: (thatch45) Release items (refs: #28615)

  • PR #28615: (The-Loeki) Fixes to FreeBSD pkg @ 2015-11-05 23:43:33 UTC

    • PR #198: (techhat) Basic salt support for Tomcat (refs: #28615)

    • cf79722260 Merge pull request #28615 from The-Loeki/patch-1

    • a9ee178e0d rehash is a shell builtin, needs cmd.shell to work

    • 17f3852bdd environ.get has no output_loglevel

  • PR #28613: (cachedout) Add facility to deepcopy bound methods in Py2.6 and apply to grains @ 2015-11-05 23:28:50 UTC

    • PR #28587: (cachedout) Reset yaml rendering hooks to avoid leaks (refs: #28613)

    • 9196c57e3f Merge pull request #28613 from cachedout/py26_method_deepcopy

    • 0935fcf4fc Spelling is hard

    • 2435b45195 Move to compat module to avoid namespace collisions in salt.utils

    • f519661875 Add facility to deepcopy bound methods in Py2.6 and apply to grains

  • ISSUE #28527: (Oro) boto_rds.create needs storage_type, which does not exist in boto.rds2 create_db_instance (refs: #28561)

  • ISSUE #28470: (mlalpho) salt boto_rds.present fails to execute, too many arguments (refs: #28612, #28653)

  • PR #28612: (rallytime) Remove unsupported storage_type argument for parity with boto_rds module @ 2015-11-05 19:07:42 UTC

    • PR #28561: (Oro) Issue #28527 boto_rds.create does not work (refs: #28612)

    • 2032d61e68 Merge pull request #28612 from rallytime/fix-28470

    • 8fd26a5488 Remove unsupported storage_type argument for parity with boto_rds module

  • PR #28611: (rallytime) [2015.8] Be explicit about salt.utils.vmware function calls @ 2015-11-05 18:43:36 UTC

    • d81330ac7f Merge pull request #28611 from rallytime/vmware-utils-fix

    • f46547eb56 [2015.8] Be explicit about salt.utils.vmware function calls and avoid namespacing

  • PR #28610: (pass-by-value) Lxc config additions @ 2015-11-05 18:43:05 UTC

    • 35dbca24e7 Merge pull request #28610 from pass-by-value/lxc_config_additions

    • 83193641ca Add doc about cloud lxc options

    • 8977ddad59 Add argument to init

    • 2be3f8b5bb Add bootstrap delay and systemd check options

  • ISSUE #28601: (nasenbaer13) boto_asg.present overwrites custom dimensions in alarms (refs: #28602)

  • PR #28602: (nasenbaer13) Allow setting of custom dimensions in asg alarm specification @ 2015-11-05 15:00:24 UTC

    • 464aa6b062 Merge pull request #28602 from eyj/fix-28601

    • 963ad4250a Allow setting of custom dimensions in asg alarm specification

  • PR #28596: (rallytime) Merge branch '2015.5' into '2015.8' @ 2015-11-05 14:25:09 UTC

    • 572d95b3e1 Merge pull request #28596 from rallytime/merge-2015.8

    • eec9d69387 Merge branch '2015.5' into '2015.8'

      • 08295de5a5 Merge pull request #28563 from s0undt3ch/2015.5

        • 16f4db79a0 Update to latest bootstrap script v2015.11.04

      • 1e09f186ce Merge pull request #28541 from twangboy/fix_28173

        • 7edf5ce370 Fixed problem with system.set_computer_name

      • f44ed780b5 Merge pull request #28537 from jfindlay/decode_state_2015.5

        • 06e514940c decode filename to utf-8 in file.recurse state

      • 6acf87593f Merge pull request #28529 from rallytime/fix-28272

        • a959681858 Add link to Sending a GH PR to documentation docs

        • 1c612e2772 Update contributing and documentation pages to recommend submitting against branches

      • 025bff2bf0 Merge pull request #28548 from nmadhok/2015.5-task-error

        • 804a0a6537 Tasks can be in queued state instead of running. Fixes #28511

      • 63bd3e52b3 Merge pull request #28531 from rallytime/fix-24585

        • bc577b2531 Add versionadded directives to virtualenv_mod state/module

      • ea3bf972c4 Merge pull request #28508 from twangboy/fix_unit_tests_windows

        • 0da6ff7c50 Fixed some logic

        • cf1e059be5 Fixed windows tests

      • 73c5735fc1 Merge pull request #28525 from rallytime/route53_spacing

        • 6ab2ce615c Fix spacing in doc examples for boto_route53 state and module

      • 2d7f934f67 Merge pull request #28517 from rallytime/fix-28243

        • be8f650901 Punctuation.

        • fd846822c1 Add state_auto_order defaults to True note to ordering docs

  • PR #28593: (blueyed) doc: fix typo with salt.states.file: s/preseve/preserve/ @ 2015-11-04 22:33:25 UTC

    • 73c33e0b4a Merge pull request #28593 from blueyed/fix-typo-preserve

    • eaf27d6ee7 doc: fix typo with salt.states.file: s/preseve/preserve/

  • PR #28578: (twangboy) Fixed the script... something got broke... @ 2015-11-04 22:00:18 UTC

    • 8b483ee354 Merge pull request #28578 from twangboy/fix_windows_installer_script

    • 90b19a3279 Fixed the script... something got broke...

  • PR #28579: (jfindlay) fix __virtual__ returns: tls,uptime mods @ 2015-11-04 22:00:02 UTC

    • 7ca7ed4b37 Merge pull request #28579 from jfindlay/virt_ret

    • 333c132378 fix __virtual__ returns: tls,uptime mods

  • ISSUE #27574: (jgill) salt-cloud: Could not associate elastic ip address <None> with network interface <eni-xxxxxxxx> (refs: #28584)

  • PR #28584: (rallytime) If AssociatePublicIpAddress is set to True, don't auto-assign eip. @ 2015-11-04 21:59:38 UTC

    • PR #25315: (ruzarowski) [cloud:EC2] Move handling of AssociatePublicIpAddress to associate_eip/allocate_new_eip logic depending on value type (refs: #28584)

    • ae764c6b5c Merge pull request #28584 from rallytime/fix-27574

    • 490e1bd5bb If AssociatePublicIpAddress is set to True, don't auto-assign eip.

  • ISSUE #28392: (jacksontj) AsyncZeroMQReqChannel does not implement tries (2015.8) (refs: #28410)

  • PR #28576: (jacksontj) Only encode the zmq message once @ 2015-11-04 21:59:20 UTC

    • PR #28410: (jacksontj) Add retries to the zeromq.AsyncReqMessageClient (refs: #28576)

    • 231cdd4316 Merge pull request #28576 from jacksontj/transport

    • b29fc676a3 Only encode the zmq message once

  • PR #28587: (cachedout) Reset yaml rendering hooks to avoid leaks (refs: #28613) @ 2015-11-04 21:37:11 UTC

    • ab62f5cd12 Merge pull request #28587 from cachedout/fix_yaml_render_leak

    • 2da64bd736 Reset yaml rendering hooks to avoid leaks

  • ISSUE #3436: (madduck) Pillar does not handle Unicode data (refs: #28134, #saltstack/salt`#28134`_)

  • PR #28581: (basepi) Revert b4875e585a165482c4c1ddc8987d76b0a71ef1b0 @ 2015-11-04 19:28:20 UTC

    • 69081d00e0 Merge pull request #28581 from saltstack/revert-28134-2015.8

    • 0a07c90d5e Revert b4875e585a165482c4c1ddc8987d76b0a71ef1b0

  • ISSUE #28477: (anlutro) KeyError with file.managed HTTPS source (refs: #28573)

  • PR #28573: (jacksontj) Add body to salt.utils.http.query returns @ 2015-11-04 17:18:19 UTC

    • ea3658eac8 Merge pull request #28573 from jacksontj/2015.8

    • d55ea7550b Add body to salt.utils.http.query returns

  • ISSUE #655: (thatch45) Add general command management to service (refs: #`saltstack/salt-bootstrap#656`_)

  • PR #28564: (s0undt3ch) [2015.8] Update to latest bootstrap script v2015.11.04 @ 2015-11-04 15:29:46 UTC

    • 3a729c2b40 Merge pull request #28564 from s0undt3ch/2015.8

    • b6a53a6bfb Update to latest bootstrap script v2015.11.04

  • ISSUE #28527: (Oro) boto_rds.create needs storage_type, which does not exist in boto.rds2 create_db_instance (refs: #28561)

  • PR #28561: (Oro) Issue #28527 boto_rds.create does not work (refs: #28612) @ 2015-11-04 15:13:09 UTC

    • fed4c6f482 Merge pull request #28561 from Oro/fix-boto-rds-create

    • 54782b6fd9 Removed exception message where there is no exception

    • e08f45c824 Issue #28527 boto_rds.create does not work

  • PR #28560: (bdrung) Fix various typos @ 2015-11-04 15:06:36 UTC

    • ec924e8410 Merge pull request #28560 from bdrung/2015.8

    • 89dcb66310 Fix "allow one to do" phrase

    • 859b6b46a6 Fix typo of nonexistent

    • 66921cc61e Fix typo of successfully

    • c1e3ef7c8d Fix typo of explicitly

    • 029a95398c Fix typo of superfluous

    • 026c215933 Fix typo of unnecessary

    • 5f7fc5f94b Fix typo of editable

    • 0b768944c2 Fix typo of daemon

    • 5af49881d7 Fix typo of completely

    • 14d2a16f74 Fix typos of compatibility

    • 46a5a9b073 Fix typo of supported

    • abc490a78e Fix typo of useful

    • ddd412180c Fix typo of targeting

    • 610a6a77ae Fix typo of version

    • e0a5d46a1e Fix typo of separated

    • 7f11cfd5e1 Fix typo of helpful

    • 2e9b520d84 Fix typos of omitted

    • 3029f64481 Fix typo of compatibility

    • 470e82f17f Fix typo of dictionary

    • 5843c7aa24 Fix typo of optional

    • 730d0f95e7 Fix typo of transferred

    • c7e7884de2 Fix typo of received

    • 50eea287f3 Fix typo of management

    • cb01da81c6 Fix typos of parameter

    • 45fcc7d339 Fix typo of don't

    • 3624935d32 Fix typo of another

    • d16afe2607 Fix typo of software

    • b9b7cbe525 Fix typo of software

    • 8edd2c1add Fix typos of dependency

    • 3a5e2e3437 Fix typo of documentation

  • ISSUE #28528: (schlagify) timezone.system error: CommandExecutionError: Failed to parse timedatectl output, this is likely a bug (refs: #28550)

  • PR #28550: (jfindlay) check timedatectl errno and return stdout on failure @ 2015-11-04 15:00:24 UTC

    • bd0b291b63 Merge pull request #28550 from jfindlay/ctl_err

    • 11a9a5868f simplify timezone module unit test mocks

    • 476b651c94 update timezone module unit tests for timedatectl

    • 5c0e5dacc0 check timedatectl errno and return stdout on failure

  • ISSUE #19249: (ahetmanski) Cannot create cache_dir salt master exception. (refs: #28545)

  • PR #28545: (jfindlay) pass on concurrent create of jid_dir in local_cache @ 2015-11-04 14:54:11 UTC

    • e048667c91 Merge pull request #28545 from jfindlay/concurrent_dir

    • 58ad699331 pass on concurrent create of cache_dir in roots fs

    • e456184b04 pass on concurrent create of jid_dir in local_cache

  • PR #28544: (rallytime) Start moving some vmware.py cloud funcs to utils/vmware.py @ 2015-11-04 14:52:59 UTC

    • 082ffd5734 Merge pull request #28544 from rallytime/vmware-utils

    • 403fe37704 Pylint.

    • d9301eea95 Don't move _set_cd_or_dvd_backing_type yet

    • 8d69639230 Start moving some vmware.py cloud funcs to utils/vmware.py

  • PR #28543: (gtmanfred) clean up changes for pkg.uptodate and supervisord.dead @ 2015-11-04 14:49:46 UTC

    • bf4f7cdc4b Merge pull request #28543 from gtmanfred/2015.8

    • 3d57b392cb return changes if supervisord stopped process

    • 5547a34acc return empty changes if server is uptodate

  • ISSUE #28524: (bmcorser) UnicodeDecodeError in states.file (refs: #28537, #28538)

  • PR #28538: (jfindlay) decode path and url to utf-8 in url.create (refs: #28537) @ 2015-11-04 14:48:34 UTC

    • d345768b81 Merge pull request #28538 from jfindlay/decode_state

    • b05dfc5c58 decode path and url to utf-8 in url.create

  • ISSUE #28476: (ColorFuzzy) state.sls UnicodeDecodeError (refs: #28533)

  • PR #28533: (jfindlay) decode highstate error messages to utf-8 @ 2015-11-04 14:47:55 UTC

    • 2e0c8264db Merge pull request #28533 from jfindlay/decode_err

    • 9c9bb75c37 decode highstate error messages to utf-8

  • PR #28547: (nmadhok) [Backport] [2015.8] Tasks can be in queued state instead of running @ 2015-11-04 04:13:30 UTC

    • cfc3146b2d Merge pull request #28547 from nmadhok/2015.8-task-error

    • 3fb1f9ee6b Tasks can be in queued state instead of running. Fixes #28511

  • PR #28535: (techhat) Fail gracefully if 169.254* isn't available @ 2015-11-03 22:39:38 UTC

    • 7e22e7cf24 Merge pull request #28535 from techhat/fixcreds

    • 8d9224bd09 Catch timeouts too

    • fa46dbb2a3 Lint

    • f05a5e0936 Fail gracefully if 169.254* isn't available

  • PR #28536: (cro) Default configuration file for proxy minions. @ 2015-11-03 21:26:27 UTC

    • 9a5208e8aa Merge pull request #28536 from cro/proxyconf

    • 1e031c4940 Default configuration file for proxy minions.

  • ISSUE #28469: (mlalpho) state boto_secgroup.present fails to find vpc_name (refs: #28710, #28534)

  • PR #28534: (rallytime) Add versionadded directive for vpc_name arg in boto_secgroup.present @ 2015-11-03 19:30:04 UTC

    • 2bc78a32ef Merge pull request #28534 from rallytime/fix-28469

    • ebe3b34ae7 Add versionadded directive for vpc_name arg in boto_secgroup.present

  • PR #28516: (rallytime) Back-port #28489 to 2015.8 @ 2015-11-03 14:05:54 UTC

    • PR #28489: (TheBigBear) Update windows-package-manager.rst (minor edit) adding missing single quote pairs. (refs: #28516)

    • c6a6fe0089 Merge pull request #28516 from rallytime/bp-28489

    • 2e5684a1e4 Update windows-package-manager.rst

  • PR #28506: (basepi) [2015.8] Log minion list for all rosters, at debug level @ 2015-11-03 14:05:22 UTC

    • 36a217acbd Merge pull request #28506 from basepi/salt-ssh.minions.log.debug

    • 06cdb50494 Log minion list for all rosters, at debug level

  • PR #28514: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-11-03 01:19:33 UTC

    • 8cbea63e40 Merge pull request #28514 from basepi/merge-forward-2015.8

    • 463a03b2a9 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

    • 63ce8f78d5 Merge pull request #28512 from basepi/merge-forward-2015.5

      • 61c382133a Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5

      • 4bf56cad3f Merge pull request #28461 from cachedout/issue_28455

        • 097838ec0c Wrap all cache calls in state.sls in correct umask

      • f3e61db045 Merge pull request #28407 from DSRCompany/issues/24910_token_auth_fix_2014

        • b7b5bec309 Don't request creds if auth with key.

  • PR #28502: (cachedout) Lint #28427 @ 2015-11-02 21:09:20 UTC

    • PR #28427: (cro) More updates (refs: #28502)

    • b919f55f8d Merge pull request #28502 from cachedout/lint_28427

    • 459a342102 Lint #28427

    • d354885c3d Lint

    • dbb1f0899e Lint

    • 749383c413 Lint

    • 0fa067ea30 Add datacenter getter/setter, change 'dell_switch' to just 'switch', trap call to change_password.

    • 4bcb5a508b Add datacenter getter/setter, change 'dell_switch' to just 'switch', trap call to change_password.

  • PR #28464: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-11-02 20:18:21 UTC

    • 238411c8ce Merge pull request #28464 from basepi/merge-forward-2015.8

    • 6f6e687cb4 Mock master_uri for even tests

    • 3286a5250f Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • 37ceae1e88 Merge pull request #28448 from gwaters/add-redhat-notes

        • e70990704a added a note to the tutorial for those that redhat so they can use the state file too.

      • 5ef50d60cd Merge pull request #28406 from rallytime/bp-28381

        • e5322d2c44 Add FreeBSD detection for VirtualBox

      • 30d5f7bbae Merge pull request #28413 from rallytime/bp-28400

        • ae1921b922 Do not execute _preflight_check if not_installed list is empty in _find_install_targets. Calling with empty list on rhel/centos cause execution of repoquery --whatprovides without pkg list which is memory consumptive task for host and also for red hat satellite server.

      • 045d540aff Merge pull request #28366 from erchn/fix_yumpkg_mod_repo_disabled

        • 8187a4ce20 re-arrange things a bit to have less overall changes

        • f1d570ff18 move todelete above disabled check, add comment

        • 64feec413f also remove disabled key from repo_opts

        • 2f2ebb7bb6 mark repo not enabled when pkgrepo state passes in disable: True

      • 3923f4a569 Merge pull request #28373 from beverlcl/fix-use_carrier-28372

        • 32cffeceb6 Fixing bug #28372 for use_carrier option on bonding network interfaces.

      • e07e3f257b Merge pull request #28359 from rallytime/bp-28358

        • 9cacbf582b docstring typo fix - list returners not runners

      • 282be7ba5a Merge pull request #28346 from twangboy/fix_installer

        • f65e3e5275 Updated documentation to reflect the new parameter

        • a0c5223554 Fixes #27923 and #28000

      • 7858f04ebc Merge pull request #28315 from gwaters/update-pillar-doc

        • b15285c0b4 adding a working example of setting pillar data on the cli

      • 45305ccf29 Merge pull request #28211 from terminalmage/legacy_git_pillar-2015.5

        • 0d6a4ac115 Remove non-functional test

        • ab991d61d9 Fix for ext_pillar being compiled twice in legacy git_pillar code (2015.5 branch)

      • a6cc84c407 Merge pull request #28263 from cachedout/issue_26411-1

        • 3b880a5f07 New channel for event.fire_master

        • 29e9533aab Stand up a new channel if using salt-call

      • 788e1463d8 Merge pull request #28293 from cachedout/fix_28271

        • 499ed8519b Minor grammar changes to #28271

      • e178af0b90 Merge pull request #28271 from gwaters/update-tutorial-documentation

        • f96d39483d updated the tutorial with gravyboat's suggestions

        • b1f4a2bdf4 i think i changed the wrong header, updated to fix

        • 846b3aece1 I found you can not run the cp.push commands until after enabling the feature in the conf, so I wanted to update the docs so others who try these commands won't bump into the same issue I had.

      • e3eff9b909 Merge pull request #28280 from 0xf10e/patch-1

        • 6d4316b0ac Correct Jinja function load_* to import_*

      • 909fa3dc97 Merge pull request #28255 from cachedout/cli_opt

        • a2408157de Add __cli opt

      • 0fa094ae11 Merge pull request #28213 from rallytime/boto_route53_state

        • 237d64ff11 If record returned None, don't continue with the state. Something went wrong.

      • 1768014705 Merge pull request #28238 from basepi/fix.schedule.present.28217

        • 087a8dc3c2 Only insert enabled if it's a dict

        • 5b49f41fab Fix schedule comparison to adjust for 'enabled' being added in schedule.list

        • 2dc1226ab8 Build new item with 'enabled' if available

      • bdd48c92de Merge pull request #28174 from lorengordon/file-replace-multiline

        • acdef2da60 Update docstrings with new guidance

        • 0835b005b7 Use a test that makes the extra file read unnecessary

        • 6d6121a6e5 Use flags when checking whether content was added previously

        • b25e609e9e Set flags=8 since now the file is read as a MULTILINE string by default

        • 89e8dcdffd Use finally block to ensure mmap object is closed

        • 5aea6647c9 Add support for multiline regex in file.replace

      • 2225925fb5 Merge pull request #28175 from twangboy/fix_19673

  • ISSUE #15583: (dr4Ke) state grain.present should accept dict values (isn't it?) (refs: #26945)

  • ISSUE #11870: (gpkvt) Nested Grain-Support for grains.present / grains.absent (refs: #26945)

  • PR #28486: (rallytime) Back-port #26945 to 2015.8 @ 2015-11-02 18:43:35 UTC

    • PR #26945: (dr4Ke) Feature state grains support nested and dict (refs: #28486)

    • a25ce38fda Merge pull request #28486 from rallytime/bp-26945

    • 8d26bbd777 grains module and state: documentation fixes

    • df7e936910 grains module and state: use a unique object...

    • df8ec1184c grains module documentation fixes

    • 25e9a5c9ad grains state and module: fix version strings

    • eee2318873 grains state: allow deleting grain with 'False' value

    • c92326f5ea grains module: yaml representer for OrderedDict

    • 2c9c8d4073 grains state doc update

    • 576252da05 grains state: list_present, list_absent support nested grain

    • 62a1f37d86 grains state: nested support for grains.append

    • 3019a055c9 grains state: rewrite doc + example

    • c19cff517a grains state: more tests

    • cc844e4a2c grains state tests: test the grain file content as well

    • 1c5cd4c82d grains state: changes comment more accurate

    • 563fd2b56c grains state: use DEFAULT_TARGET_DELIM

    • c63913e602 grains module: simpler comment for already set key

    • 2000180791 grains.present uses grains.set

    • a03c79b13b module grains.set default comment is a string

    • 64e9e2c3b3 grains.absent uses set(None)

    • 6b8c245b87 grains state: new tests for nested grains

  • PR #28472: (gtmanfred) overwrite more than one value with names @ 2015-11-02 17:56:53 UTC

    • f3640b3ad6 Merge pull request #28472 from gtmanfred/2015.8

    • 8b90ccedf5 overwrite more than one value with names

  • PR #28493: (rallytime) Back-port #28492 to 2015.8 @ 2015-11-02 17:54:09 UTC

    • PR #28492: (cedwards) Updated FreeBSD installation docs (refs: #28493)

    • e31ef51053 Merge pull request #28493 from rallytime/bp-28492

    • ffc77259c9 Updated FreeBSD installation docs:

  • PR #28494: (whiteinge) Fix filter_by passing incorrect parameters to match functions @ 2015-11-02 17:53:55 UTC

    • 38c77206db Merge pull request #28494 from whiteinge/match-filter_by-argfix

    • e61ac75d6f Fix filter_by passing incorrect parameters to match functions

  • ISSUE #23685: (Snergster) inotify beacon on file. 'change' event to reactor to reset file to known state will cause loop (refs: #28388)

  • PR #28491: (rallytime) Back-port #28388 to 2015.8 @ 2015-11-02 17:13:23 UTC

    • PR #28388: (cachedout) Beacon state disable (refs: #28491)

    • d19affd44d Merge pull request #28491 from rallytime/bp-28388

    • f740a19477 Working right now

    • 700eaebad0 Disable starting to come to life

    • f8b17748ef More fixing

    • 04585a2878 Documentation for disable_during_state_run

    • dbbd53689d Add documentation note in inotify beacon

    • 40217fe813 More refactoring and add new option to disable during state run

    • 19af5e5ed3 Starting on refactor of beacon config parsing

  • ISSUE #12363: (joehealy) unable to manage password expiry of windows users (refs: #28465)

  • PR #28465: (twangboy) Fix #12363: Password Expiration in Windows @ 2015-11-02 17:01:18 UTC

    • f7042ba967 Merge pull request #28465 from twangboy/fix_12363

    • bcf7d58dbb Fixed array if there's a problem with user.info

    • 4b36cb8b6e Added documentation to win_shadow

    • fc8f197f69 Fix #12363

  • ISSUE #28484: (nasenbaer13) Elasticcache subnet group creation raises TypeError (refs: #28485)

  • PR #28485: (nasenbaer13) Fix invalid usage of _get_conn causing #28484 @ 2015-11-02 16:47:52 UTC

    • ec0cbec00b Merge pull request #28485 from eyj/fix_28484

    • 9d80fb6070 Fix invalid usage of _get_conn causing #28484

  • ISSUE #28453: (sdm24) Fix Formatting for Nodegroup Targetting Docs (refs: #28454)

  • ISSUE #28268: (gravyboat) Update nodegroup docs to explain how to target via nodegroups (refs: #28306)

  • PR #28454: (sdm24) Fixed nodegroup doc formatting to correctly link to pillar_opts in the master config @ 2015-11-02 15:14:40 UTC

    • PR #28306: (sdm24) Updated the Nodegroup docs to include how to target nodegroups in SLS Jinja (refs: #28454)

    • 1116798f21 Merge pull request #28454 from sdm24/fix-formatting-in-nodegroup-docs

    • b968581eb1 Fixed nodegroup doc formatting to correctly link to pillar_opts in the master config

  • PR #28487: (cachedout) Lint 28456 @ 2015-11-02 14:52:27 UTC

    • fac7803a59 Merge pull request #28487 from cachedout/lint_28456

    • 58fe15437a Lint #28456

    • 322a28bb06 updated states.virtualenv_mod comments to reflect that some kwargs need 'distribute: True'

  • ISSUE #24775: (ymote) jinja returned host ip address with square bracket (refs: #28457)

  • PR #28457: (sdm24) Clarified comments for grains/core.py for ip_interfaces, ip4_interfac… @ 2015-11-02 14:47:59 UTC

    • 22a4f14625 Merge pull request #28457 from sdm24/update-grain-ip-interfaces-comments

    • eb92afe238 Clarified comments for grains/core.py for ip_interfaces, ip4_interfaces, and ip6_interfaces, to explicitly state that the ips for each interface are passed as a list

  • PR #28473: (anlutro) Show check_cmd output on failure @ 2015-11-02 14:15:30 UTC

    • 5818b28c85 Merge pull request #28473 from alprs/feature-cmd_check_output

    • a772ce330a fix tests

    • 90b01e9e0d show check_cmd output on failure

  • PR #28460: (justinta) Skipped wipefs test if wipefs does not exist on OS @ 2015-10-31 04:09:32 UTC

    • cfe39df7ac Merge pull request #28460 from jtand/wipe_fs_fix

    • 7ca79f1f7b Skipped wipefs test if wipefs does not exist on OS

  • PR #28426: (terminalmage) pkgbuild.built: make template engine optional @ 2015-10-30 17:13:36 UTC

    • 9b44b5e347 Merge pull request #28426 from terminalmage/pkgbuild-template

    • 6d32497848 pkgbuild.built: make template engine optional

  • ISSUE #28123: (hrumph) local.cmd not working for windows minions (refs: #28422)

  • PR #28422: (cachedout) Handle windows logging on thread_multi [WIP] @ 2015-10-30 17:12:26 UTC

    • 31777cb4e9 Merge pull request #28422 from cachedout/issue_28123

    • fd3b2a9e20 Handle windows logging on thread_multi

  • ISSUE #13513: (ironwilliamcash) Windows Registry Key Problem on 64bit Machine (refs: #28425)

  • PR #28425: (twangboy) Fix #13513 - Reflection @ 2015-10-30 17:07:23 UTC

    • f9992fc948 Merge pull request #28425 from twangboy/fix_13513

    • beb141df69 Fixed some lint

    • 0d747355c4 Fix #13513

  • ISSUE #27980: (rayba) salt-cloud 2015.5.0 azure provider could not be loaded (refs: #28417)

  • PR #28417: (rallytime) Add note about azure sdk version to getting started docs @ 2015-10-29 19:47:05 UTC

    • 4c8cd064a4 Merge pull request #28417 from rallytime/azure-version-warning

    • 8e3a2ba7e7 Add note about azure sdk version to getting started docs

  • ISSUE #28392: (jacksontj) AsyncZeroMQReqChannel does not implement tries (2015.8) (refs: #28410)

  • PR #28410: (jacksontj) Add retries to the zeromq.AsyncReqMessageClient (refs: #28576) @ 2015-10-29 18:05:50 UTC

    • 7ead823731 Merge pull request #28410 from jacksontj/2015.8

    • 70b5ae9b1d Add retries to the zeromq.AsyncReqMessageClient

  • ISSUE #28382: (cedwards) [FreeBSD] user state option empty_password: True fails with Traceback (refs: #28395)

  • PR #28404: (rallytime) Back-port #28395 to 2015.8 @ 2015-10-29 16:09:20 UTC

    • PR #28395: (cedwards) Updating bsd_shadow to match mainline shadow (refs: #28404)

    • 50845a1e91 Merge pull request #28404 from rallytime/bp-28395

    • badcb677e9 Use correct version release number

    • c5c66b8bab Updating bsd_shadow to match mainline shadow

  • PR #28405: (opdude) Detect legacy versions of chocolatey correctly @ 2015-10-29 15:57:30 UTC

    • e746b564b4 Merge pull request #28405 from Unity-Technologies/hotfix/choco-version-detect

    • 0076d73872 Make sure we exit out correctly when checking for choco version

    • 157e0f446d Detect legacy versions of chocolatey correctly

  • PR #28187: (sjansen) fix at.present (refs: #28759) @ 2015-10-29 15:49:18 UTC

    • 4304001a8f Merge pull request #28187 from sjansen/patch-1

    • 52c915e29d fix at.present

  • PR #28375: (merll) Merge pillar includes correctly @ 2015-10-29 15:12:48 UTC

    • 5efac26c10 Merge pull request #28375 from Precis/fix-pillar-include-loop

    • f8e2c26473 Variable err is from previous loop, too.

    • 042314246f Unit test for merging included pillars.

    • a42c51f9bf Do not merge previous values in pillar include loop.

  • PR #28376: (ryan-lane) Support update of route53 records with multiple values @ 2015-10-29 14:54:47 UTC

    • PR #28374: (ryan-lane) Support update of route53 records with multiple values (refs: #28376)

    • a69b124aaa Merge pull request #28376 from lyft/multivalue-route53-values-2015.8

    • cd221515a1 Support update of route53 records with multiple values

  • PR #28377: (terminalmage) Deprecate 'always' in favor of 'force' in pkgbuild.built @ 2015-10-29 14:42:22 UTC

    • 9e5a510e73 Merge pull request #28377 from terminalmage/force-pkgbuild

    • f18305e19e Add versionadded directive

    • 7046d0d896 Deprecate 'always' in favor of 'force' in pkgbuild.built

  • PR #28380: (cro) Add missing call for service provider @ 2015-10-29 14:26:55 UTC

    • cd632f798d Merge pull request #28380 from cro/sshprox_fix

    • 7bcc275dce Lint + logic error.

    • 92d712a54b Add a missing call for the service provider

  • ISSUE #28202: (guettli) Docs: Difference between modules.cron.rm_job and modules.cron.rm (refs: #28348)

  • PR #28348: (jfindlay) salt.utils.alias informs user they are using a renamed function @ 2015-10-28 20:46:36 UTC

    • e7571e6d61 Merge pull request #28348 from jfindlay/alias

    • 7915d7e5e8 use alias util to formally alias module functions

    • 6a8b61bd12 create function alias to improve api documentation

  • PR #28364: (justinta) In CentOS 5 the .split() causes a stacktrace. @ 2015-10-28 20:46:02 UTC

    • 072eb98a26 Merge pull request #28364 from jtand/blockdev_test_fix

    • 3b4d03ff1a In CentOS 5 the .split() causes a stacktrace. Confirmed.split() appears to be unneeded in other OSs.

  • ISSUE #26415: (CaesarC) salt.wheel.WheelClient doesn't work follow the python api(AttributeError: 'NoneType' object has no attribute 'get') (refs: #28087)

  • PR #28361: (rallytime) Back-port #28087 to 2015.8 @ 2015-10-28 20:44:32 UTC

    • PR #28087: (DmitryKuzmenko) Revert "Update __init__.py" (refs: #28361)

    • 06b928cfdb Merge pull request #28361 from rallytime/bp-28087

    • 41536e55b9 Revert "Update __init__.py"

  • PR #28360: (multani) Various documentation fixes @ 2015-10-28 20:43:20 UTC

    • d9e5fba9b5 Merge pull request #28360 from multani/fix/docs

    • ed4a54f839 doc: fix warnings in clouds.linode

    • 5a9c4c2d60 doc: simplified states.postgres_tablespace introduction

    • cf38ff1384 doc: fix rendering of titles in the /ref/states/all/ index page

  • PR #28370: (rallytime) Back-port #28276 to 2015.8 @ 2015-10-28 20:37:49 UTC

    • PR #28276: (plastikos) Correct state pkg.updtodate to succeed when packages are up-to-date (refs: #28370)

    • 4157c8331b Merge pull request #28370 from rallytime/bp-28276

    • 227ddbcb24 Simplify setting success when there are no pkg updates.

    • cd58165138 Correct state pkg.updtodate to succeed when packages are up-to-date

  • ISSUE #27890: (dkiser) pillar recurse list strategy (refs: #27891)

  • ISSUE #25954: (tbaker57) [2015.8.0rc2] pillar merge strategy default behaviour change (refs: #28353)

  • PR #28353: (merll) Consider each pillar match only once. @ 2015-10-28 15:05:21 UTC

    • PR #27891: (dkiser) introduce recurse_list pillar_source_merging_strategy (refs: #28353, #28013)

    • 3942b4d0e6 Merge pull request #28353 from Precis/fix-pillar-sls-matches

    • 2f3f2d6f29 Consider each pillar match only once.

  • PR #28334: (anlutro) iptables needs -m comment for --comment to work @ 2015-10-28 14:24:52 UTC

    • 0d8bea6c43 Merge pull request #28334 from alprs/fix-iptables_comment

    • 170ea7c50d iptables needs -m comment for --comment to work

  • ISSUE #27789: (eduherraiz) UnicodeDecodeError: 'ascii' codec can't decode byte in 2015.8.0 (refs: #28340, #27833)

  • PR #28340: (jfindlay) sdecode file and dir lists in fileclient @ 2015-10-28 14:23:10 UTC

    • 7000b6ee8f Merge pull request #28340 from jfindlay/decode_client

    • bd9151b5e3 sdecode file and dir lists in fileclient

  • PR #28344: (ryan-lane) Fix iptables state for non-filter tables @ 2015-10-28 14:21:54 UTC

    • 48448c9a48 Merge pull request #28344 from lyft/fix-iptables-non-filter

    • 21ba070b3d Fix iptables state for non-filter tables

  • PR #28343: (rallytime) Back-port #28342 to 2015.8 @ 2015-10-28 13:58:28 UTC

    • PR #28342: (gravyboat) Fix up a dup doc entry for the file state. (refs: #28343)

    • 72f0c106cf Merge pull request #28343 from rallytime/bp-28342

    • 03d15dd090 Fix up a dup doc entry.

  • PR #28330: (rallytime) Back-port #28305 to 2015.8 @ 2015-10-27 17:20:35 UTC

    • PR #28305: (rowillia) Fix Cabal states. (refs: #28330)

    • 64d5c2362a Merge pull request #28330 from rallytime/bp-28305

    • a46dbcb62b Fix Cabal states.

  • ISSUE #21216: (syphernl) State rabbitmq_plugin missing proper error handling (refs: #28270)

  • PR #28270: (rallytime) Refactor RabbitMQ Plugin State to correctly use test=true and format errors @ 2015-10-27 17:18:35 UTC

    • a44c8d8dab Merge pull request #28270 from rallytime/refactor_rabbitmq_plugin_state

    • 9e40c3a6a6 Fine tuning and fix tests

    • d50916ccdd Pylint fix

    • 196b18146d Refactor RabbitMQ Plugin State to correctly use test=true and format errors

  • ISSUE #25363: (syphernl) rabbitmq_{user|vhost}.present in test=True reports unnecessary changes (refs: #28269)

  • ISSUE #24856: (pruiz) rabbitmq_user state incorrectly reports result=True when using test=true (refs: #28269)

  • PR #28269: (rallytime) Refactor rabbitmq_user state to use test=True correctly (refs: #28782, #28772) @ 2015-10-27 17:17:42 UTC

    • 4efd07eba5 Merge pull request #28269 from rallytime/refactor_rabbitmq_user_state

    • aebbcb88ea Pylint fix

    • 19b8b868a3 Clean-up/fixes to rabbitmq_user state and test adjustments

    • 3e0e8fc8c6 Refactor rabbitmq_user state to use test=True correctly

  • ISSUE #27855: (dverbeek84) boto_vpc is not reading availability_zone (refs: #28299, #28168)

  • PR #28299: (rallytime) Add test for availability_zone check to boto_vpc_tests @ 2015-10-27 14:17:11 UTC

    • PR #28168: (rallytime) Make sure availability zone gets passed in boto_vpc module when creating subnet (refs: #28299)

    • 93a930615e Merge pull request #28299 from rallytime/tests-for-28168

    • 65fdb50246 Get the list indice to compart before looking at keys

    • 95defb87c5 Add test for availability_zone check to boto_vpc_tests

  • ISSUE #28268: (gravyboat) Update nodegroup docs to explain how to target via nodegroups (refs: #28306)

  • PR #28306: (sdm24) Updated the Nodegroup docs to include how to target nodegroups in SLS Jinja (refs: #28454) @ 2015-10-27 14:07:12 UTC

    • 0ab7c0053d Merge pull request #28306 from sdm24/update-nodegroup-docs-with-state-targeting

    • 02cac9d8c0 Update nodegroups.rst

    • b2c3307c2e Update nodegroups.rst

    • e79a930f57 updated nodegroups.rst

    • f2a6bc94df Updated the Nodegroup docs to include how to target nodegroups in SLS Jinja

  • ISSUE #27435: (LukeCarrier) firewalld state: firewalld.prepare calls new_service, not add_service (refs: #28308)

  • PR #28308: (rallytime) Firewalld state services should use --add-service, not --new-service @ 2015-10-27 14:02:45 UTC

    • bba26ffeca Merge pull request #28308 from rallytime/fix-27435

    • d37298f973 Don't forget to pass the zone!

    • fcafe6f355 Firewalld state services should use --add-service, not --new-service

  • ISSUE #21744: (rallytime) [2015.5] Multi-Master Minions Block on Authentication (refs: #28302)

  • PR #28302: (DmitryKuzmenko) Always close socket even if there is no stream. @ 2015-10-27 01:08:41 UTC

    • 044737ba6e Merge pull request #28302 from DSRCompany/issues/21744_fix_context_term

    • b0fc66fa68 Always close socket even if there is no stream.

  • PR #28282: (keesbos) Fix for __env__ in legacy git_pillar @ 2015-10-26 21:20:25 UTC

    • 2f2f51906d Merge pull request #28282 from keesbos/git-pillar-env-fix

    • d46e09afc6 Fix for __env__ in legacy git_pillar

  • PR #28258: (pass-by-value) Add service module for ssh proxy example @ 2015-10-26 14:57:47 UTC

    • 6a92bfbd42 Merge pull request #28258 from pass-by-value/ssh_service

    • 04bc1c64ad Add versionadded information

    • 76d8d859f1 Add service module for ssh proxy example

  • PR #28294: (bechtoldt) correct a bad default value in http utility @ 2015-10-26 14:45:27 UTC

    • PR #25668: (techhat) Sanitize sensitive fields in http.query() (refs: #28294)

    • 25778cf1ba Merge pull request #28294 from bechtoldt/fix_bad_param_default_val

    • 4852c03d08 don't iterate over var that is NoneType

  • PR #28185: (justinta) Added single package return for latest_version, fixed other bug. @ 2015-10-26 14:09:40 UTC

    • 0245820b73 Merge pull request #28185 from jtand/zypper_pkg

    • 457ff5d085 Added back nfo.get lines after finding the problem in them

    • 5cdb15c9e3 Added single package return for latest_version, fixed other bug.

  • PR #28297: (cachedout) Lint fix proxy junos @ 2015-10-26 13:59:44 UTC

    • PR #28116: (jejenone) converted junos proxy minion to new __proxy__ global (refs: #28297)

    • 443b486c22 Merge pull request #28297 from cachedout/lint_fix_proxy_junos

    • 5194d9a2ef Lint

    • 28eff3caf2 converted junos proxy minion to new __proxy__ global added cli() in junos.py module to execute arbitrary command

  • ISSUE #28209: (basepi) Legacy git_pillar configs cause duplicate ext_pillar calls (refs: #28210)

  • PR #28210: (terminalmage) Fix for ext_pillar being compiled twice in legacy git_pillar code (refs: #28211) @ 2015-10-26 12:36:58 UTC

    • c8dd79d683 Merge pull request #28210 from terminalmage/legacy_git_pillar

    • 86f00e71bf Remove non-functional test

    • b80da6e23a Fix for ext_pillar being compiled twice in legacy git_pillar code

  • ISSUE #28203: (edhgoose) blockdev.formatted failing on 2nd+ run, despite disk already being formatted (refs: #28265)

  • PR #28265: (jfindlay) fix blockdev execution and state modules @ 2015-10-26 12:27:36 UTC

    • 62485e567f Merge pull request #28265 from jfindlay/blockdev

    • 0dc72135de update blockdev exec and state module unit tests

    • 07253cb5fb move fstype checks to blockdev execution module

    • 20ec4a1dc6 move fs create logic from blockdev state to module

    • 613671a85c safer examples in blockdev exec module docs

    • 359df1bcf7 refactor dump in blockdev exec module

    • 88acc9356d check, notify for deps in blockdev exec/state mods

  • PR #28266: (rallytime) Back-port #28260 to 2015.8 @ 2015-10-26 12:20:56 UTC

    • PR #28260: (justinta) Ioflo lint (refs: #28266)

    • 556d7d583e Merge pull request #28266 from rallytime/bp-28260

    • 03509e60b2 Removed unnecessary blank line

    • 2d06c97879 Moved lint disable to end of offending line

    • d13fe0cf53 Disabled lint check for ioflo

  • PR #28253: (rallytime) Back-port #28063 to 2015.8 @ 2015-10-23 18:10:56 UTC

    • PR #28063: (SmithSamuelM) Fixes broken Salt Raet. master.flo file path broken (refs: #28253)

    • acd2214c9d Merge pull request #28253 from rallytime/bp-28063

    • db4aa58f7b Changed reference to reflect refactor of ioflo package locations as of ioflo 1.2.3 Deprecated package locations still supported in ioflo for now

    • 87abf84b54 Changed reference to reflect refactor of ioflo package locations as of ioflo 1.2.3 Deprecated package locations still supported in ioflo for now

    • 19a81dcb77 Fixed exception in loader when no file extension

    • 2afbe6803c Raet Salt broken when config moved to package directory The path to the master.flo file no longer worked This fixes

    • a177bf8f47 fixed unittests missing close of roadstack caused error on other tests

  • ISSUE #28227: (jfindlay) DigitalOcean FreeBSD profile fails with image: 10.2 (refs: #28231)

  • PR #28231: (rallytime) Make sure we're compairing strings when getting images in the DO driver @ 2015-10-23 13:49:37 UTC

    • 570e7faa3b Merge pull request #28231 from rallytime/fix-28227

    • 0985780f12 Make sure we're compairing strings when getting images in the DO driver

  • PR #28224: (techhat) Optimize create_repo for large packages @ 2015-10-23 13:40:06 UTC

    • 1c55513ce3 Merge pull request #28224 from techhat/spmoptimize

    • faeef55d2f Optimize create_repo for large packages

  • ISSUE #27374: (mool) boto_route53 state doesn't create a record (refs: #28214, #28213)

  • PR #28214: (rallytime) Don't stacktrace if invalid credentials are passed to boto_route53 state @ 2015-10-23 13:37:30 UTC

    • PR #28213: (rallytime) If record returned None, don't continue with the state. Something went wrong (refs: #28214)

    • f269f40905 Merge pull request #28214 from rallytime/fix_boto_route53_stacktrace

    • cdeb8caabe Pylint Fix

    • 11c475b0ad Don't stacktrace if invalid credentials are passed to boto_route53 state

  • PR #28228: (rallytime) Back-port #27562 to 2015.8 @ 2015-10-23 13:34:42 UTC

    • PR #27562: (techhat) Add dependency resolution to SPM (refs: #28228)

    • 0775d159f8 Merge pull request #28228 from rallytime/bp-27562

    • 847809541e Updates as per @s0undt3ch

    • cf5fefdf5f Add dependency resolution to SPM

  • ISSUE #28230: (jfindlay) DigitalOcean FreeBSD fails to bootstrap: Please use the freebsd@ user to access this droplet. (refs: #28232)

  • PR #28232: (rallytime) Add documentation to supply the ssh_username: freebsd config to DO docs @ 2015-10-23 13:31:52 UTC

    • af241dc054 Merge pull request #28232 from rallytime/fix-28230

    • 8b06ab4335 Add documentation to supply the ssh_username: freebsd config to DO docs

  • PR #28198: (jacobhammons) Added note regarding missing spm exe on Debian/Ubuntu @ 2015-10-22 04:40:18 UTC

    • 36dc12c62c Merge pull request #28198 from jacobhammons/docs

    • cfadda0c0c Added note regarding missing spm exe on Debian/Ubuntu Minor fixes to spm docs

  • PR #28182: (erchn) Some fixes for nova driver for Rackspace @ 2015-10-21 21:26:18 UTC

    • fbad88fb99 Merge pull request #28182 from erchn/fix_nova_rackspace

    • 7b54f04ba2 wrap server_list[_detailed] in try/except block for TypeError

    • b7f8487615 rackconnectv3 default to False, not 'False' get private_ips in rackconnectv2 environment and populate data object get public_ips and put in data object before returning "result" structure

  • ISSUE #27454: (MrFishFinger) firewalld returns a dictionary rather than a string in the ret['comment'] (refs: #28181)

  • PR #28181: (rallytime) Revamp firewalld state to be more stateful. @ 2015-10-21 21:19:18 UTC

    • a1a924f170 Merge pull request #28181 from rallytime/fix-27454

    • 3e13880af8 Make sure we catch all potential exceptions

    • cb4efa87e8 Make sure state returns False when execution module calls fail

    • 232b2825e4 Revamp firewalld state to be more stateful.

  • PR #28176: (cro) Add ping function @ 2015-10-21 20:49:54 UTC

    • d93ad103c7 Merge pull request #28176 from cro/ssh_no_ping

    • 3e05437f15 Add ping function

  • PR #28167: (The-Loeki) file.serialize needs to add a final newline to serialized files @ 2015-10-21 17:12:33 UTC

    • 8e08f39381 Merge pull request #28167 from The-Loeki/patch-1

    • 46bf6d4fa3 Update file.serialize test for Python serialized

    • 66831fd087 file.serialize needs to add a final newline to serialized files

  • ISSUE #27855: (dverbeek84) boto_vpc is not reading availability_zone (refs: #28299, #28168)

  • PR #28168: (rallytime) Make sure availability zone gets passed in boto_vpc module when creating subnet (refs: #28299) @ 2015-10-21 14:48:03 UTC

    • 559a517ad6 Merge pull request #28168 from rallytime/fix-27855

    • 50fb77dc50 Make sure availability zone gets passed in boto_vpc module when creating subnet

  • ISSUE #26107: (thecosmicfrog) Issue targeting nodegroups - Invalid compound target: ( L@ ... ) (refs: #28148)

  • ISSUE #24660: (Mrten) nodegroups not backwards compatible (refs: #28148)

  • PR #28148: (basepi) [2015.8] Only expand nodegroups to lists if there is a nested nodegroup @ 2015-10-21 13:20:06 UTC

    • dcd90363fe Merge pull request #28148 from basepi/fix.nodegroup.backwards.compat.24660

    • 11d6a2b6ac Add some docs

    • 036d767a98 Keep track of recursive nodegroup_comp calls, keep list format if it's recursing

    • 155634a0aa Finish thought

    • 528b16756b Only expand nodegroups to lists if there is a nested nodegroup

  • PR #28155: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-10-20 23:48:41 UTC

    • 053ad408c7 Merge pull request #28155 from basepi/merge-forward-2015.8

    • c4c889f97b Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

    • ab18dcf637 Merge pull request #28140 from rallytime/bsd-installation-doc

      • 458a544d83 Add OpenBSD installation documentation to 2015.5 branch

    • fad38eb3c3 Merge pull request #28138 from rallytime/bp-28130-sizes-only

      • 6ab31e1886 Pylint

      • 37e4ed58a9 Added missing comma

      • 667f5e669f Added a bunch of instance sizes and updated some outdated ones

    • ce8f858536 Merge pull request #28097 from jacksontj/2015.5

      • 75e04bcbbc For all multi-part messages, check the headers. If the header is not your minion_id, skip the message

    • 9cdb970289 Merge pull request #28117 from rallytime/fix-23655

      • dfb908e405 Clean up stacktrace when master can't be reached in lxc cloud driver

    • bf7ed0a397 Merge pull request #28110 from terminalmage/masterless-mode

      • ed90103124 Add explanation of file_client: local setting masterless mode

    • a569ef4980 Merge pull request #28109 from rallytime/fix-27940

      • 18b2245611 Add created reactor event to lxc cloud driver

    • d4604fdb26 Merge pull request #27996 from rallytime/fix-21845

      • f8380d751e Provide empty string as default stdout instead of None

      • f9406b5828 Don't fail if pip package is already present and pip1 is installed

    • 28b97c514f Merge pull request #28056 from rallytime/bp-28033

      • af2c5ab759 Fixed win_useradd.py

    • dfc3aaec74 Merge pull request #28059 from rallytime/bp-28040

      • 76a0d4937b Revert "Allow passing in auth_version, defaulting to 2."

      • 63d5675d34 default auth_version = 2

      • 8072716888 remove extra spaces

      • 9770f56f04 cleanup whitespace, default to None to be consistent with profile

      • f4adfe98c0 Allow passing in auth_version, defaulting to 2.

      • fab1ad39af Rackspace support for switft module.

    • d1fa036b55 Merge pull request #28047 from cachedout/issue_27534

      • 6ea37ddbca Context manager

      • 4d6f6bb371 Lint

      • 59018289dc Restore FTP functionality to file client

    • fd2ca2df1b Merge pull request #28032 from twangboy/fix_win_path

      • 2bcac93314 Fixed win_path.py

    • 88c1770be4 Merge pull request #28037 from rallytime/bp-28003

    • de727d8bd2 Merge pull request #28031 from jacobhammons/relnotes6

      • 05927bb6f0 Updated release notes with additional CVE information

    • 16c0272849 Merge pull request #28008 from jfindlay/host_path

      • 9f7047dd3c platform independent line endings in hosts mod

    • d41018fa8e Merge pull request #28012 from rallytime/fix-28010

      • 0d7059e0c2 Clean up stack trace when something goes wrong with minion output

    • f728307001 Merge pull request #27995 from jacobhammons/pillar-doc

      • 2870af2ba3 added link to grains security FAQ to targeting and pillar topics.

    • efede904a7 Merge pull request #27986 from jacobhammons/dot6

      • bb61c68c11 Changed current release to 5.6 and added CVE to release notes

    • 831ec680d9 Merge pull request #27913 from pass-by-value/proxmox_verify_ssl

      • 0b721efe37 Set default

    • 41cccb3a30 Merge pull request #27876 from terminalmage/git_pillar-AttributeError-2015.5

      • 07794c837a 2015.5 branch: Fix traceback when 2015.8 git ext_pillar config schema used

  • PR #28149: (pass-by-value) Add clarification to cloud profile doc about host @ 2015-10-20 19:46:05 UTC

    • 53dd01fc24 Merge pull request #28149 from pass-by-value/proxmox_profile_doc_change

    • bc371c55cd Add clarification to cloud profile doc about host

  • PR #28146: (cachedout) Lint dracr.py @ 2015-10-20 17:55:07 UTC

    • 7badd634ae Merge pull request #28146 from cachedout/lint_dracr

    • 8b057f39e8 Lint dracr.py

  • ISSUE #28118: (basepi) Salt-cloud Linode driver using RAM number for disk size (refs: #28141)

  • PR #28141: (rallytime) Don't use RAM for root disk size in linode.py @ 2015-10-20 17:32:29 UTC

    • 5f99bd4dc6 Merge pull request #28141 from rallytime/fix-28118

    • 59f8e41554 Don't use RAM for root disk size in linode.py

  • PR #28143: (justinta) Removed blank line at end of chassis.py @ 2015-10-20 16:39:35 UTC

    • 7cd0440c33 Merge pull request #28143 from jtand/lint_fix

    • 427df95515 removed extraneous file

    • 1a58283f23 Removed blank line at end of chassis.py

  • PR #28021: (blueyed) Handle includes in include_config recursively @ 2015-10-20 16:19:37 UTC

    • 858875e9fd Merge pull request #28021 from blueyed/recursive-include

    • 1d80520958 Handle includes in include_config recursively

  • ISSUE #27998: (papertigers) pkgin install broken (refs: #28001)

  • PR #28095: (rallytime) Back-port #28001 to 2015.8 @ 2015-10-20 16:18:11 UTC

  • ISSUE #28060: (LoveIsGrief) Default paths for test environment (refs: #28061)

  • PR #28096: (rallytime) Back-port #28061 to 2015.8 @ 2015-10-20 16:15:34 UTC

  • PR #28139: (rallytime) Back-port #28103 to 2015.8 @ 2015-10-20 16:15:05 UTC

    • PR #28103: (ajacoutot) OpenBSD salt package: update list of dependencies. (refs: #28140, #28139)

    • 9ce526260b Merge pull request #28139 from rallytime/bp-28103

    • bc9159a126 OpenBSD salt package: update list of dependencies.

  • ISSUE #26844: (double-yaya) The function "state.sls" is running as PID XXXX and was started at .... with jid XXXX always shows the current jid (refs: #28098, #28097)

  • PR #28098: (jacksontj) For all multi-part messages, check the headers. If the header is not … @ 2015-10-20 15:00:08 UTC

    • 97dfb00a68 Merge pull request #28098 from jacksontj/2015.8

    • 6d26842925 For all multi-part messages, check the headers. If the header is not your minion-id or a broadcast, drop the message.

  • ISSUE #3436: (madduck) Pillar does not handle Unicode data (refs: #28134, #saltstack/salt`#28134`_)

  • PR #28134: (bernieke) fix unicode pillar values #3436 @ 2015-10-20 14:51:10 UTC

    • b4875e585a Merge pull request #28134 from Awingu/2015.8

    • 53285f7781 fix unicode pillar values #3436

  • PR #28076: (redmcg) Replace option 'i' with an explicit queryformat @ 2015-10-20 13:59:57 UTC

    • f990a21029 Merge pull request #28076 from redmcg/2015.8

    • 07413ec162 Remove unnecessary padding from rpm.info

    • 4987530986 Replace option 'i' with an explicit queryformat

  • PR #28119: (jacksontj) Check if the remote exists before casting to a string. @ 2015-10-20 12:34:10 UTC

    • 3fdb52d1bf Merge pull request #28119 from jacksontj/fetch_issue

    • c012dcc2f6 Check if the remote exists before casting to a string.

  • ISSUE #28080: (githubcdr) Salt minion locale module missing on Archlinux (refs: #28105)

  • PR #28105: (jfindlay) add reason for not loading localemod @ 2015-10-20 12:25:40 UTC

    • 69ab1d30e2 Merge pull request #28105 from jfindlay/locale_msg

    • 1e75665a9a add reason for not loading localemod

  • ISSUE #28074: (eliasp) Salt logfiles are created world-readable (refs: #28108)

  • PR #28108: (cachedout) Set logfile permsissions correctly @ 2015-10-20 12:25:22 UTC

    • 8db7e016ec Merge pull request #28108 from cachedout/issue_28074

    • b416dcc07b Set logfile permsissions correctly

  • PR #27922: (cro) WIP States/Modules for managing Dell FX2 chassis via salt-proxy @ 2015-10-19 23:29:21 UTC

    • 1085eeab2b Merge pull request #27922 from cro/fx2

    • 6ccafa2ae5 Lint

    • 104c3cbe7f Lint

    • fe75594737 Lint

    • 479137cef8 Lint

    • 3712066fc9 More docs.

    • 2a3ebf5688 More Documentation.

    • 4ce2f8bb11 Documentation.

    • 18663306fb Cleanup, add blade_idrac stub

    • 0957beea46 Lint fixes and some changes by @rallytime

    • cca310eee0 WIP modules and states for managing Dell FX2 chassis via salt-proxy

  • PR #28104: (pass-by-value) Add documentation for proxy minion ssh @ 2015-10-19 19:30:20 UTC

    • a715803c92 Merge pull request #28104 from pass-by-value/proxy_ssh_docs

    • 7c8f236115 Add documentation for proxy minion ssh

  • ISSUE #27130: (githubcdr) salt-run broken in 2015.8? (refs: #28020)

  • PR #28020: (DmitryKuzmenko) LazyLoader deepcopy fix. @ 2015-10-19 13:17:57 UTC

    • 07cac0b434 Merge pull request #28020 from DSRCompany/issues/27130_loader_deepcopy_fix

    • 5353518623 Fix lint errors

    • 8c256c94f4 LazyLoader deepcopy fix.

  • ISSUE #27932: (eliasp) Can't include Pillar SLS across GitPillar repositories (refs: #27933)

  • PR #27933: (eliasp) Provide all git pillar dirs in opts[pillar_roots] @ 2015-10-19 13:05:54 UTC

    • f884df5d78 Merge pull request #27933 from eliasp/fix-27932

    • 05782aa78f Provide all git pillar dirs in opts[pillar_roots]

  • ISSUE #27890: (dkiser) pillar recurse list strategy (refs: #27891)

  • PR #28013: (rallytime) Back-port #27891 to 2015.8 @ 2015-10-19 12:57:51 UTC

    • PR #27891: (dkiser) introduce recurse_list pillar_source_merging_strategy (refs: #28353, #28013)

    • 1db6406bef Merge pull request #28013 from rallytime/bp-27891

    • 9ea33bf0e4 Pylint fixes

    • 4af5b5c33f introduce recurse_list pillar_source_merging_strategy

  • ISSUE #27938: (mostafahussein) Grains are not rendering correctly (refs: #28018)

  • PR #28018: (rallytime) Add example to Writing Grains of how grains can be loaded twice @ 2015-10-19 12:47:10 UTC

    • 26b3e01dda Merge pull request #28018 from rallytime/fix-27938

    • c23af0d8e2 Clarify loading vs rendering the final grains data structure

    • a4d7fb7e60 Add example to Writing Grains of how grains can be loaded twice

  • PR #28084: (cachedout) #28069 with lint @ 2015-10-19 12:18:38 UTC

    • PR #28069: (blueyed) dockerng: use error from modules.dockerng in states' __virtual__ (refs: #28084)

    • c6e7dd4812 Merge pull request #28084 from cachedout/lint_28069

    • 8026212733 Lint

    • 7a2c80cf6f dockerng: use error from modules.dockerng in states' __virtual__

  • PR #28079: (The-Loeki) Fix for trace dump on failing imports for win32com & pythoncom 4 win_task @ 2015-10-19 12:12:11 UTC

    • 428e64e24d Merge pull request #28079 from The-Loeki/fix-trace-on-windows-tasks

    • 869e212e81 Fix for trace dump on failing imports for win32com & pythoncom 4 win_task

  • PR #28081: (The-Loeki) fix for glance state trace error on import failure @ 2015-10-19 12:08:47 UTC

    • 2ac8fd793d Merge pull request #28081 from The-Loeki/fix-trace-on-keystone-state

    • 258e11f754 fix for glance state trace error on import failure

  • ISSUE #27794: (The-Loeki) Requests backend for HTTP fetches is broken after removing streamed response handlers (refs: #28066)

  • PR #28066: (jacksontj) Use the generic text attribute, not .body of the handler @ 2015-10-18 16:17:12 UTC

    • a2128c8f80 Merge pull request #28066 from jacksontj/issue_27794

    • b1bf79821d Use the generic text attribute, not .body of the handler

  • ISSUE #27828: (cubranic) Note the version when 'user' and 'group' became available in docs for archive.extracted (refs: #28019)

  • PR #28019: (rallytime) Clean up version added and deprecated msgs to be accurate @ 2015-10-17 17:31:50 UTC

    • 9c974c9a41 Merge pull request #28019 from rallytime/fix-27828

    • aca864643f Clean up version added and deprecated msgs to be accurate

  • PR #28058: (rallytime) Back-port #28041 to 2015.8 @ 2015-10-17 17:27:19 UTC

    • PR #28041: (gtmanfred) use the correct discover_extensions (refs: #28058)

    • 9adcd3b90d Merge pull request #28058 from rallytime/bp-28041

    • 04ad8dc521 use the correct discover_extensions

  • PR #28055: (rallytime) Back-port #28043 to 2015.8 @ 2015-10-17 17:26:37 UTC

    • PR #28043: (gtmanfred) the nova driver does not require libcloud (refs: #28055)

    • 6db970c93a Merge pull request #28055 from rallytime/bp-28043

    • 744e556be7 the nova driver does not require libcloud

  • PR #28046: (pass-by-value) Add pkg install and remove functions @ 2015-10-17 14:56:24 UTC

    • d7263d2a8e Merge pull request #28046 from pass-by-value/proxy_minion_ssh_example_additions

    • 3435d28fc9 Add pkg install and remove functions

  • PR #28050: (ryan-lane) Use a better method for checking dynamodb table existence @ 2015-10-17 14:55:52 UTC

    • dd0fdd827e Merge pull request #28050 from lyft/better-dynamo-exists-check-2015.8

    • 24fff4ea12 Use a better method for checking dynamodb table existence

  • ISSUE #28038: (gtmanfred) [Docs] the ubuntu repo documentation needs to be fixed (refs: #28042)

  • PR #28042: (jfindlay) fix repo path in ubuntu installation documentation @ 2015-10-16 19:30:52 UTC

    • 027092e2fb Merge pull request #28042 from jfindlay/ubuntu_docs

    • ae92a8a1dc fix repo path in ubuntu installation documentation

  • PR #28033: (twangboy) Fixed win_useradd.py (refs: #28056) @ 2015-10-16 19:19:44 UTC

    • a3390cfbe6 Merge pull request #28033 from twangboy/fix_win_useradd

    • 2137b5f79a Fixed win_useradd.py

  • PR #28027: (cro) Make ssh conn persistent. @ 2015-10-16 18:50:51 UTC

    • 4f81358e9a Merge pull request #28027 from cro/persistent_ssh

    • 8b4067b6db Spelling, lint.

    • 76a93d5922 Spelling.

    • c800f60338 Default multiprocessing to False since anything that needs salt.vt will have trouble with our forking model.

    • cc0ad81b3d Lint, remove debug.

    • e41b677450 Make SSH connection 'persistent'. Note that right now this requires 'multiprocessing: False' in /etc/salt/proxy.

  • PR #28029: (jacobhammons) Updated release notes with additional CVE information @ 2015-10-16 16:19:33 UTC

    • 4dec2f9307 Merge pull request #28029 from jacobhammons/relnotes8

    • 0d1b691549 Updated release notes with additional CVE information

  • PR #28022: (jacobhammons) Updated Debian and Ubuntu repo paths with new structure for 2015.8.1 @ 2015-10-16 15:31:36 UTC

    • 5286c01f39 Merge pull request #28022 from jacobhammons/install

    • e4d7df8695 Updated Debian and Ubuntu repo paths with new structure for 2015.8.1

  • ISSUE #27971: (srkunze) pip.installed returned Result: None (refs: #27983)

  • PR #27983: (rallytime) Pip state run result should be False, not None, if installation error occurs. @ 2015-10-16 13:37:42 UTC

    • 340229355c Merge pull request #27983 from rallytime/fix-27971

    • 9855290b99 Maintain stateful output if something went wrong running the pip command

    • 5bcc89bb8e Pip state run result should be False, not None, if installation error occurs.

  • ISSUE #20678: (damon-atkins) Windows Installer (Separation/Downloader/Contains VC++) (refs: #27991)

  • PR #27991: (twangboy) Fix for #20678 @ 2015-10-16 13:33:48 UTC

    • 97d473af0d Merge pull request #27991 from twangboy/fix_20678

    • 5254ba18b3 Fix for #20678

  • ISSUE #21845: (kitsemets) pip.install: fails in v2015.2.0rc1 when the package is already installed (pip v1.0) (refs: #27996)

  • PR #27997: (rallytime) Remove note about pip bug with pip v1 vs pip v2 return codes @ 2015-10-16 13:23:58 UTC

    • PR #27996: (rallytime) Don't fail if pip package is already present and pip1 is installed (refs: #27997)

    • bd7b39bc18 Merge pull request #27997 from rallytime/remove-pip-bug-note

    • f08d488313 Remove note about pip bug with pip v1 vs pip v2 return codes

  • PR #27994: (justinta) Fix schedule_test failure @ 2015-10-16 13:20:56 UTC

    • 3256e38932 Merge pull request #27994 from jtand/schedule_test-fix

    • cd67843bd0 Fix schedule_test failure

  • ISSUE #27949: (itsamenathan) Error enabling or disabling a beacon on a minion (refs: #27992)

  • PR #27992: (cachedout) Make load beacon config into list @ 2015-10-16 12:43:53 UTC

    • 4a7a25eef7 Merge pull request #27992 from cachedout/issue_27949

    • 8944e1395a Make load beacon config into list

  • ISSUE #26336: (jfindlay) windows user.present broken (refs: #28003)

  • PR #28003: (twangboy) Fix #26336 (refs: #28037) @ 2015-10-16 12:43:07 UTC

    • bae81d3a8d Merge pull request #28003 from twangboy/fix_26336

    • 6c94146d86 Fix PR #26336

  • PR #27984: (rallytime) Versionadded for clean_file option for pkgrepo @ 2015-10-15 18:57:54 UTC

    • PR #19561: (favadi) add pkgrepo.managed clean_file option (refs: #27984)

    • e15eeee2d3 Merge pull request #27984 from rallytime/version-clean-file

    • b094c8843e Versionadded for clean_file option for pkgrepo

  • PR #27989: (ryan-lane) Do not try to remove the main route table association @ 2015-10-15 18:57:42 UTC

    • 6efa71a482 Merge pull request #27989 from lyft/boto_vpc-main-route-association2-2015.8

    • 296931d29f Do not try to remove the main route table association

  • PR #27982: (pass-by-value) Add example for salt-proxy over SSH @ 2015-10-15 17:27:57 UTC

    • 7169fad02d Merge pull request #27982 from pass-by-value/proxy_ssh_sample

    • b85f6ab339 Add example for salt-proxy over SSH

  • PR #27985: (jacobhammons) Changed current release to 8.1 and added CVEs to release notes @ 2015-10-15 17:27:05 UTC

    • d0be1ab98e Merge pull request #27985 from jacobhammons/dot1

    • 236992b2be Changed current release to 8.1 and added CVEs to release notes

  • ISSUE #27750: (justyns) Salt-master too sensitive to whitespace in public keys (again) (refs: #27979)

  • ISSUE #21910: (justyns) Salt-master too whitespace-sensitive when dealing with minion pub keys (refs: #22115)

  • PR #27979: (cachedout) Fix regression with key whitespace @ 2015-10-15 15:26:08 UTC

    • PR #22115: (douglas-vaz) Strip whitespace characters using strip() for pub key check (refs: #27979)

    • 7e4058605d Merge pull request #27979 from cachedout/issue_27750

    • 12c6bf4358 Fix regression with key whitespace

  • ISSUE #27712: (eduherraiz) saltutil.sync_all can't sync with the minion (refs: #27977)

  • PR #27977: (cachedout) Decode unicode names in fileclient/server @ 2015-10-15 15:17:01 UTC

    • 6f8925ee84 Merge pull request #27977 from cachedout/issuse_27712

    • 5173ef43c8 Decode unicode names in fileclient/server

  • PR #27981: (justinta) Fixed trailing whitespace lint @ 2015-10-15 15:10:15 UTC

    • fc1375fc39 Merge pull request #27981 from jtand/cloudstack-lint

    • 5dfad190c2 Fixed trailing whitespace lint

  • PR #27969: (jeffreyctang) fix parse of { on next line @ 2015-10-15 15:04:33 UTC

    • 1ae302b202 Merge pull request #27969 from jeffreyctang/logrotate_parse

    • 2c9b2bc367 lint fixes

    • 8c6197d42e fix parse of { on next line

  • PR #27978: (terminalmage) Add note about dockerng.inspect_image usage @ 2015-10-15 14:54:10 UTC

    • a4ba982b1d Merge pull request #27978 from terminalmage/dockerng-inspect_image-docstring

    • 595f4a6939 Add note about dockerng.inspect_image usage

  • PR #27955: (pass-by-value) Bp 27868 @ 2015-10-15 12:43:37 UTC

    • PR #27868: (pass-by-value) Add SSHConnection object

    • bd9d1ed8b5 Merge pull request #27955 from pass-by-value/bp-27868

    • c02ec8b943 Fix pylint errors

    • 6553d135d0 Add SSHConnection object

  • PR #27953: (The-Loeki) Fix CloudStack cloud for new 'driver' syntax @ 2015-10-15 12:38:58 UTC

    • c50802a80f Merge pull request #27953 from The-Loeki/patch-1

    • f0d5c9f375 Pop deprecated 'provider' into new 'driver' key

    • 4e6b09edd1 Fix CloudStack cloud for new 'driver' syntax

  • PR #27965: (ryan-lane) Fail in boto_asg.present if alarms fail @ 2015-10-15 12:32:53 UTC

    • 7006c37627 Merge pull request #27965 from lyft/HOTFIX-boto-asg-fix

    • b8f4079c33 Fail in boto_asg.present if alarms fail

  • PR #27958: (twangboy) Added new functionality to win_task.py @ 2015-10-15 12:30:31 UTC

    • 6624ec1f48 Merge pull request #27958 from twangboy/update_win_task

    • 6ecbdba246 Added run_wait function

    • 5731bdcadb Clarified an error

    • 23b9c1c199 Added new functionality

  • ISSUE #27956: (The-Loeki) Salt-cloud CLI 2015.8 borks out with global name '__opts__' is not defined (refs: #27959)

  • PR #27959: (techhat) Change __opts__ to self.opts @ 2015-10-14 22:29:13 UTC

    • 1efa87a964 Merge pull request #27959 from techhat/issue27956

    • bc01c48122 Change __opts__ to self.opts

  • PR #27943: (rallytime) Back-port #27910 to 2015.8 @ 2015-10-14 20:27:20 UTC

    • PR #27910: (twellspring) htpasswd state add comment about dependency on apache2-utils (refs: #27943)

    • 877e217388 Merge pull request #27943 from rallytime/bp-27910

    • 33b3d8f5b3 Clarify that apache2-utils is for Debian-based distros

    • 8ca0bc823c Add dependency on apache2-utils

  • PR #27944: (rallytime) Back-port #27909 to 2015.8 @ 2015-10-14 20:26:52 UTC

    • PR #27909: (twellspring) htpasswd module add comment about dependency on apache2-utils (refs: #27944)

    • 5f6edc8ac2 Merge pull request #27944 from rallytime/bp-27909

    • a3401c11b1 Clarify that apache2-utils is for Debian-based distros

    • 08b7bdeb97 Add dependency on apache2-utils

  • PR #27946: (justinta) Changed grain to look at osmajorrelease instead of osrelease @ 2015-10-14 19:54:08 UTC

    • f29ca5f87b Merge pull request #27946 from jtand/pkgrepo-fix

    • d88ac2589f Changed grain to look at osmajorrelease instead of osrelease

  • ISSUE #27815: (tbaker57) Documentation regarding associate_eip for EC2 profiles (refs: #27914)

  • PR #27914: (rallytime) Use eipalloc instead of eni in EC2 interface properties example @ 2015-10-14 14:37:52 UTC

    • bb900d428b Merge pull request #27914 from rallytime/fix-27815

    • 13a9bc9053 Use eipalloc instead of eni in EC2 interface properties example

  • PR #27926: (rallytime) Back-port #27905 to 2015.8 @ 2015-10-14 14:35:37 UTC

    • PR #27905: (itsamenathan) Small documentation error for beacon disable (refs: #27926)

    • 679e603905 Merge pull request #27926 from rallytime/bp-27905

    • 30e6b055ec Small documentation error fixed

  • ISSUE #27911: (ryan-lane) rules_egress in boto_secgroup should not manage egress rules, if set to None (refs: #27927)

  • PR #27927: (ryan-lane) Do not manage ingress or egress rules if set to None @ 2015-10-14 14:03:17 UTC

    • 3b4d86467b Merge pull request #27927 from lyft/boto_secgroup-fixes-2015.8

    • 0fedcc9a0b Update docs

    • 9cc65bba76 Do not manage ingress or egress rules if set to None

  • PR #27928: (rallytime) Back-port #27908 to 2015.8 @ 2015-10-14 14:00:50 UTC

    • PR #27908: (lathama) Documentation note kwargs for mdadm state already mentioned in module (refs: #27928)

    • b0f9db409d Merge pull request #27928 from rallytime/bp-27908

    • 7febb06223 Sneaky white space

    • 31d54bbe63 Note kwags for mdadm in state

  • ISSUE #27661: (alf) The dockerng module uses deprecated API in docker-py (refs: #27676)

  • PR #27676: (ticosax) [dockerng] WIP No more runtime args passed to docker.start() @ 2015-10-14 13:38:41 UTC

    • 2d0b16559e Merge pull request #27676 from ticosax/no-more-arg-to-docker-start

    • a1d0ba392f fixup! Do not pass any argument to docker.start

    • 8cddbb15c4 prevent potential error while reporting mismatch versions to user.

    • 65c8762e1f Do not pass any argument to docker.start

    • d8cca2a009 docker.version_info is now provided.

  • PR #27885: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-10-13 22:44:20 UTC

    • 722327ee5f Merge pull request #27885 from basepi/merge-forward-2015.8

    • 5ecd5615f2 Remove failing heavily-mocked test

    • 3b5e16db67 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

      • c9c3b7760e Merge pull request #27726 from jfindlay/hashhosts

        • ebce47de7c add docs to ssh.recv_known_host exec module fcn

        • b6ee16b1e5 deprecate hash_hostname in favor of hash_known_hosts

      • 18e31584b0 Merge pull request #27776 from jfindlay/local_msg

        • 03afa3cffa return message when local jobs_cache not found

      • 86cc7b5537 Merge pull request #27766 from jfindlay/debmail

        • ee78da2c27 better check for debian userdel error

      • c224386c9a Merge pull request #27758 from iggy/patch-1

        • 0994fb6a8c Remove redundant text from syslog returner

      • 34a005041f Merge pull request #27841 from terminalmage/issue27832

        • 8e09fbd6a3 Detect Manjaro Linux as Arch derivative

      • 3944a498ad Merge pull request #27852 from rallytime/bp-27806

        • a84bf18bc4 Empty string is falsy

      • 7508a1c474 Merge pull request #27838 from basepi/fix.runner.highstate.outputter.27831

        • 8ae9b66fd9 Don't pop 'outputter', we expect it further down

      • d178315f93 Merge pull request #27791 from eguven/2015.5-postgres-user-groups-backport

        • 2caf1d21d6 fix test

        • bc90c5bffe improve change reporting for postgres_user groups

        • 8712bce91a backport postgres_user groups

  • ISSUE #26908: (twangboy) Fix service.restart salt-minion for other locales (refs: #27882)

  • ISSUE #26906: (mblixter) Bug fix #22020 causes a new bug due to the expected date format for the /SD parameter in schtask.exe (refs: #27882)

  • PR #27882: (twangboy) Created win_task.py module @ 2015-10-13 16:54:13 UTC

    • 36f05fb526 Merge pull request #27882 from twangboy/win_task_module

    • 56c3f3ebb2 Fixed an egregious error with an import

    • 07939ea29c More lint

    • 14e060ed9c Fixed some tests

    • 1e1bd29426 Fixed some lint

    • 082277a727 Win_service.py to use the new task module

    • 2212b52620 Created win_task.py module

  • ISSUE #27738: (fphhotchips) Git Pillar locks not managed by fileserver runner (refs: #27802)

  • PR #27802: (terminalmage) Correct warning logging when update lock is present for git_pillar/winrepo, add runner function for clearing git_pillar/winrepo locks @ 2015-10-13 15:09:11 UTC

    • 577191696d Merge pull request #27802 from terminalmage/issue27738

    • 1dbc3b5489 Fix comment in docstring that trailed off mid-sentence

    • 94b5fc572f Process both old and ng winrepo configs when clearing git locks

    • 7f4366d42e Add CLI example

    • 3952c66888 Change log message to reflect new runner function

    • c00ef718bf Add cache.clear_git_lock runner function

    • d7ca297f7b Add salt.fileserver.clear_lock()

    • 947ed5f739 Clarify docstring

  • ISSUE #26632: (ryanwalder) postgres_user crashes when trying to add groups formed in a list (refs: #27886)

  • PR #27886: (rallytime) Handle group lists as well as comma-separated group strings. @ 2015-10-13 15:00:10 UTC

    • d655bb3616 Merge pull request #27886 from rallytime/fix-26632

    • d235abf907 Handle group lists as well as comma-separated group strings.

  • ISSUE #26313: (anlutro) Timezone module error when timedatectl fails to query server (refs: #27746)

  • PR #27746: (anlutro) timezone module: handle timedatectl errors @ 2015-10-13 14:55:27 UTC

    • a158cd50e6 Merge pull request #27746 from alprs/fix-timedatectl_failure

    • f616b550b2 lint - use indexed curly brace formatting

    • bc0f167850 update timezone mod unit tests for errors

    • ef26f067b2 timezone module: handle timedatectl errors

  • ISSUE #27710: (anlutro) salt-ssh and system.reboot/shutdown (refs: #27816)

  • PR #27816: (anlutro) Make system.reboot use shutdown -r when available @ 2015-10-13 14:52:06 UTC

    • 9dc19caa79 Merge pull request #27816 from alprs/fix-reboot_delay

    • 04ef51e524 make system.reboot use shutdown -r when available

  • PR #27874: (rallytime) Add mention of Periodic Table naming scheme to deprecation docs @ 2015-10-13 14:51:45 UTC

    • dd92b8a2e3 Merge pull request #27874 from rallytime/deprecation-docs

    • 8c056ba501 Add mention of Periodic Table naming scheme to deprecation docs

  • PR #27883: (terminalmage) Work around --is-ancestor not being present in git-merge-base before git 1.8.0 @ 2015-10-13 14:51:27 UTC

    • 7f96ebd69e Merge pull request #27883 from terminalmage/git-merge_base-is_ancestor

    • 45c666e8dd Work around --is-ancestor not being present in git-merge-base before git 1.8.0

    • 38d715ec0a Remove redundant SaltInvocationError raises

  • ISSUE #24111: (yermulnik) cli option '--summary' got broken after upgrade to 2015.5.1 (refs: #24732)

  • PR #27877: (rallytime) Back-port #27774 to 2015.8 @ 2015-10-13 14:50:45 UTC

    • PR #27774: (plastikos) Summary is not correctly inspecting return data to identify not responding|connected minions (refs: #27877)

    • PR #27099: (plastikos) Fix access to ret parameter of _print_returns_summary() (reverts 54b33dd35948 #24732) (refs: #27774)

    • PR #24732: (msteed) Fix stacktrace when --summary is used (refs: #27099)

    • 4fb20d9b4f Merge pull request #27877 from rallytime/bp-27774

    • d940d87306 Summary is not correctly inspecting return data to identify not responding|connected minions.

  • ISSUE #26284: (storner) apache_module.enable fails on SUSE (SLES 11 SP3) (refs: #27878)

  • PR #27878: (rallytime) Use apache2ctl binary on SUSE in apache module @ 2015-10-13 14:45:56 UTC

    • 97da0a87e3 Merge pull request #27878 from rallytime/fix-26284

    • 87f0d987a3 Use apache2ctl binary on SUSE in apache module

  • PR #27879: (cro) Add docs for 2015.8.2+ changes to proxies @ 2015-10-13 14:45:30 UTC

    • 067968c0e4 Merge pull request #27879 from cro/proxydoc

    • 5b33df9d19 Add docs for 2015.8.2+ changes

  • PR #27731: (cro) Add __proxy__ to replace opts['proxymodule'] @ 2015-10-12 20:41:22 UTC

    • 922e2018ef Merge pull request #27731 from cro/dunder_proxy

    • ba3e423b87 Missing object item throws an AttributeError not a NameError.

    • 4cf2b56d5f Lint.

    • dc07245df2 @rallytime is awesome. Moved proxy=None to end of def minion_mods

    • 3152d8ee3f Minor loader fix

    • b15083d719 Flip sense of test for grains load at end of regular minion startup

    • 37c145bcd5 More places where salt.state.State needs a proxy param, sysmod had wrong __proxyenabled__, core grains were checking for proxy the wrong way.

    • ed23f36279 One more check for presence of __proxy__

    • 62d9f5092e what was I thinking?

    • ccf366e1a5 Lint

    • 8aef6e8aa9 Fix comment

    • 48f9755103 Oops, forgot temp var.

    • f0360ca00e More cleanup, found another spot where proxy needed to be passed to a load_modules.

    • 81a4abfe5a __proxy__ is getting nuked somewhere

    • f9461ff298 Add config option so old-style proxymodules will keep loading

    • 3d6ed5b7ff Remove debug statement.

    • b5a19a9740 Enable syncing proxymodules from the master. Proxymodules can go in /srv/salt/_proxy.

    • f878011543 Lint, and some parameter fixes to add proxy= to some overridden load_modules fns.

    • 22f035d8eb Remove debug statement

    • 4432499b45 More progress toward __proxy__

    • 1a229c17b2 Further work on __proxy__

    • 85fd6a41c7 One more check for presence of __proxy__

    • 15e1d3e3df Forgot absolute_import.

    • c5d9d54f19 Fix py3 lint

    • dd50c33543 This module was accidentally overwriting core grains during tests.

    • 525256fa68 Some calls to highstate won't have __proxy__ in scope

    • a615e5a876 what was I thinking?

    • fae3f3ca83 Lint

    • b049377cbe Remove rest_sample_test, it wasn't testing anything

    • 42188480d4 Fix comment

    • 4112c583e4 Oops, forgot temp var.

    • e9b281041c More cleanup, found another spot where proxy needed to be passed to a load_modules.

    • 64f967d731 __proxy__ is getting nuked somewhere

    • bdffb9f57b Add config option so old-style proxymodules will keep loading

    • b79b6a39dd Remove debug statement.

    • 02fc2d9323 Enable syncing proxymodules from the master. Proxymodules can go in /srv/salt/_proxy.

    • 72032650b8 Add __proxy__ to the list of builtins.

    • db4c034596 Lint, and some parameter fixes to add proxy= to some overridden load_modules fns.

    • 1032ad28fc Remove debug statement

    • c41e49d8e5 Make sure that the __proxy__ gets passed all the way into the state system.

    • 4a20d48b35 More progress toward __proxy__

    • d337f4329e Further work on __proxy__

  • ISSUE #26904: (anlutro) pip install --upgrade with virtualenv.managed? (refs: #27745)

  • PR #27745: (anlutro) Add pip_upgrade arg to virtualenv.managed state @ 2015-10-12 16:11:02 UTC

    • 644f003fb2 Merge pull request #27745 from alprs/fix-virtualenv_pip_upgrade

    • 4bd219f8d4 add pip_upgrade arg to virtualenv.managed state, clean up docstring

  • PR #27809: (ticosax) [dockerng] Remove dockerng.ps caching @ 2015-10-12 16:07:48 UTC

    • 698f477336 Merge pull request #27809 from ticosax/remove-dockerng.ps-caching

    • 0eb1145856 Remove caching to prevent returning stale data from dockerng.ps

  • PR #27859: (ticosax) [dockerng] Clarify doc port bindings @ 2015-10-12 16:06:27 UTC

    • e96d06d71a Merge pull request #27859 from ticosax/clarify-doc-port-bindings

    • 75f7a3ec55 Must be a string

  • ISSUE #8646: (micahhausler) Make the clean parameter in the file.directory state respect foreign require_in (refs: #27748)

  • PR #27748: (multani) Fix #8646 @ 2015-10-12 15:55:57 UTC

    • ba2a39d4b7 Merge pull request #27748 from multani/fix-8646

    • 6d95cbc998 Fix lint errors

    • 4ff9f4be2a Fix file.directory with clean=true and require_in with states ID

    • 0d391275de Test cases to demonstrate bug #8646

  • ISSUE #27721: (ldobson) boto_cloudwatch_alarm.present returns diff on no change (refs: #27722)

  • PR #27850: (rallytime) Back-port #27722 to 2015.8 @ 2015-10-12 15:31:58 UTC

    • PR #27722: (ldobson) Sorted compare for alarm actions (refs: #27850)

    • ce1493e06b Merge pull request #27850 from rallytime/bp-27722

    • 33936605a0 Sorted compare for alarm actions

  • PR #27851: (rallytime) Back-port #27771 to 2015.8 @ 2015-10-12 15:31:06 UTC

    • PR #27771: (srkunze) [VIRTUALENV_MOD] added docs strings to explain parameters (refs: #27851)

    • c95437a710 Merge pull request #27851 from rallytime/bp-27771

    • 144a743503 added docs strings to explain parameters

  • ISSUE #27789: (eduherraiz) UnicodeDecodeError: 'ascii' codec can't decode byte in 2015.8.0 (refs: #28340, #27833)

  • PR #27833: (jfindlay) decode path before string ops in fileclient @ 2015-10-12 15:26:39 UTC

    • a41b59bf6e Merge pull request #27833 from jfindlay/path_decode

    • 66c74e591e decode path before string ops in fileclient

  • ISSUE #27804: (chrismcmacken) cmd.run/cmd.run_all documentation contradictory for python_shell argument (refs: #27837)

  • PR #27837: (jfindlay) reverse truth in python_shell documentation @ 2015-10-12 15:25:13 UTC

    • e264db7702 Merge pull request #27837 from jfindlay/true_shell

    • 1c9708a457 reverse truth in python_shell documentation

  • PR #27860: (flavio) Fix OS related grains on openSUSE and SUSE Linux Enterprise @ 2015-10-12 15:22:59 UTC

    • faec838744 Merge pull request #27860 from flavio/fix-os-grains-on-suse-and-opensuse

    • fc8d296d72 Fix OS related grains on openSUSE and SUSE Linux Enterprise

  • PR #27768: (rallytime) Clean up bootstrap function to be slightly cleaner @ 2015-10-12 15:06:54 UTC

    • 4ac5344c31 Merge pull request #27768 from rallytime/cleanup_bootstrap

    • 9df6e106c3 Clean up bootstrap function to be slightly cleaner

  • PR #27797: (isbm) Zypper module clusterfix @ 2015-10-12 15:06:02 UTC

    • e1bd91e392 Merge pull request #27797 from isbm/isbm-zypper-fixes

    • 36281f6b06 Bugfix: crash if no package specified on adding a lock

    • 29806a1af9 Bugfix: crash if no package specified on removing lock

    • 453a18ea15 Return an actual amount of removed locks.

    • eaa6af9898 Bugfix: sometimes error goes to the STDOUT instead of STDERR in the RPM

    • 350340dafa Bugfix: use boolean type instead of string "Yes" or "No" (NOTE: this was forgotten)

    • decb989eb4 Bugfix and refactor due to the crash on unknown package and incorrect return value

    • a6c285bd12 Initialization fix

    • 510dedd29f Bugfix: newer Zypper includes also a version of installed package

    • f9bef516de Bugfix: broken "upgrade_available" and should always return dict.

  • ISSUE #27821: (leodus) Deploy VM on Proxmox requires 'size' configuration setting? Not according the docs! (refs: #27849)

  • PR #27849: (rallytime) Don't require a size parameter for proxmox profiles @ 2015-10-11 01:33:28 UTC

    • 286b08a0f5 Merge pull request #27849 from rallytime/fix-27821

    • 1bf17c7d48 Don't require a size parameter for proxmox profiles

  • PR #27827: (techhat) Add additional error checking to SPM @ 2015-10-09 18:23:09 UTC

    • 4a69db27cd Merge pull request #27827 from techhat/spmfixes

    • ffc8df223b Add additional error checking to SPM

  • ISSUE #27825: (martinhoefling) Salt-api is not adding cors headers if auth fails (refs: #27826)

  • PR #27826: (martinhoefling) Fixes #27825 @ 2015-10-09 16:08:05 UTC

    • 9bc19ba7d2 Merge pull request #27826 from martinhoefling/fix-27825

    • 401e7de33d Fixes #27825

  • PR #27824: (techhat) Update Azure errors @ 2015-10-09 15:25:14 UTC

    • 1e2dede122 Merge pull request #27824 from techhat/azureerrors

    • 5b23ac7099 Update Azure errors

  • PR #27795: (eguven) better change reporting for postgres_user groups @ 2015-10-08 23:56:53 UTC

    • ec35666ff2 Merge pull request #27795 from eguven/2015.8-postgres_user-group-change

    • ffffede412 better change reporting for postgres_user groups

  • ISSUE #27703: (ryan-lane) git.latest seems to ignore the user argument in 2015.8 (refs: #27799)

  • PR #27799: (terminalmage) Fix usage of identity file in git.latest @ 2015-10-08 23:36:19 UTC

    • 5420006209 Merge pull request #27799 from terminalmage/issue27703

    • 75d2b07b0c Pass user in calls to git.rev_parse

    • 786786a245 Fix wrong argument name for _git_run()

  • PR #27717: (pass-by-value) Proxy beacon example @ 2015-10-08 22:58:49 UTC

    • 0533a2b1dd Merge pull request #27717 from pass-by-value/proxy_beacon_example

    • cac3da1ffa Fix pylint error

    • 7fef5ea08c Make a call to beacon end point

    • 497f965c33 Comment

    • 8ad7082913 Add example beacon that works with salt-proxy

  • PR #27793: (anlutro) update code that changes log level of salt-ssh shim command @ 2015-10-08 19:20:12 UTC

    • dd9dba8f59 Merge pull request #27793 from alprs/fix-salt_ssh_b64_log

    • 2597d13fc8 update code that changes log level of salt-ssh shim command

  • ISSUE #27714: (The-Loeki) 2015.8 git_pillar merge inconsistency/bug (refs: #27761)

  • PR #27761: (terminalmage) Merge git pillar data instead of using dict.update() @ 2015-10-08 15:00:18 UTC

    • bccb74ffc5 Merge pull request #27761 from terminalmage/issue27714

    • d149095bb0 Merge git pillar data instead of using dict.update()

  • PR #27741: (ticosax) [dockerng] pass filters argument to dockerng.ps @ 2015-10-08 03:40:14 UTC

    • 2ae7ada3c9 Merge pull request #27741 from ticosax/docker.containers-filters

    • 821ed72f37 pass filters argument to dockerng.ps

  • PR #27760: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 @ 2015-10-07 19:11:17 UTC

    • 82a51cebde Merge pull request #27760 from basepi/merge-forward-2015.8

    • 35425b14ad Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8

    • b2937b6a16 Merge pull request #27759 from basepi/merge-forward-2015.5

      • 792ee084bb Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5

      • d284eb165b Merge pull request #27390 from JaseFace/schedule-missing-enabled

      • 563db71bfd Ensure we pass on the enable setting if present, or use the default of True if not in build_schedule_item() Prior to this, when schedule.present compares the existing schedule to the one crafted by this function, enabled will actually be removed at each run. schedule.present sees a modification needs to be made, and invokes schedule.modify, which does so with enabled: True, creating and endless loop of an 'enabled' removal and addition.

    • 4b9128b491 Merge pull request #27732 from jacobhammons/26673

      • 75cc07cf10 noted that __virtual__ can return False and an error string

      • b928e1afa8 update docs for __virtual__ and __virtualname__ Refs #26673

    • a130896d1c Merge pull request #27747 from Sacro/fix-chocolatey-version

      • 8f1fa9e78e Chocolatey doesn't have a help command.

    • 4e48651de0 Merge pull request #27733 from jacobhammons/bug-fixes

      • cbecd4f553 Updated saltstack2 theme to add SaltConf16 banner

      • 117e0c2bcc Added hardening topic based on the information in Refs #27088

    • c58da846bf Merge pull request #27706 from jacobhammons/bug-fixes

    • 43fba89865 Merge pull request #27695 from rallytime/bp-27671

      • 2a88028595 Added skip test_ext_pillar_env_mapping if git module does not exist.

    • cb3d92676e Merge pull request #27524 from jfindlay/pkgng_quiet

      • 5e9107b970 parse pkgng output in quiet mode for >= 1.6.0

    • 5b88c55cc3 Merge pull request #27686 from rallytime/bp-27476

    • f9ddd4647f Merge pull request #27684 from rallytime/bp-27656

      • d3780cba00 Fix #27655: handling of success in postgres_local_cache

    • 7ca6f854ff Merge pull request #27683 from rallytime/bp-27659

      • 84b6ee0c58 .pub as public key is what we should send to remote

    • a0f3e34656 Merge pull request #27682 from rallytime/bp-27566

      • 2a44255748 minor: fix/format doc for returners.local_cache.prep_jid

      • fd485e2396 returners.local_cache: fix endless loop on OSError

    • 0b9ba911c4 Merge pull request #27681 from rallytime/bp-25928

      • 17e1ddf137 Fix stacktrace for non-existant states

    • 23da0d316a Merge pull request #27680 from rallytime/bp-27535

      • 04aed5e105 Versionadded change since 2015.5.6 has already been tagged

      • 579f2646ba .. versionadded:: 2015.5.6

      • cbaf46e066 python <2.7 compatibility (pylint issue)

      • ecde499478 s/bin/b to avoid confusion with bin()

      • 4237c5db80 add a __virtual__ to check that daemontools is installed properly

      • 623935a1bc fix doc

      • 573de3abd6 fix pylint issue

      • 5eb6a30d40 fix pep8 issues

      • 298cf4f5c0 import missing logging module

      • fe0ad36609 log was missing

      • e457083465 s/systemd/FreeBSD

      • 3512712e89 forgot service name..

      • 8f193a7bcc fixes #27505

    • 7d7b97eab6 Merge pull request #27442 from JaseFace/fix-27391-for-2015.5

      • bfbf63e1cc Ensure we pass on the enable setting if present, or use the default of True if not in build_schedule_item() Prior to this, when schedule.present compares the existing schedule to the one crafted by this function, enabled will actually be removed at each run. schedule.present sees a modification needs to be made, and invokes schedule.modify, which does so with enabled: True, creating and endless loop of an 'enabled' removal and addition.

    • ccbba8656b Merge pull request #27641 from rallytime/gate-psutil-diskusage

      • da2d93a3dd Gate the psutil import and add depends doc for diskusage beacon

    • 09183994f9 Merge pull request #27644 from rallytime/bp-27640

      • a9063a9745 fix typo in default pillar path

    • 27fcecccbe Merge pull request #27612 from rallytime/fix-27609

      • 8dc047dc18 If external_up is set to None, don't stacktrace, just use the private ip.

      • 2ebf790f9f [salt-cloud] gce: don't stacktrace if Ephemeral is given instead of ephemeral

    • c84a1edc1b Merge pull request #27568 from jacobhammons/man-pages-five

      • b59c03d20d regenerated man pages

    • 304dc68f7f Merge pull request #27582 from jfindlay/2015.5

      • 4f0d55cda6 add 2015.5.6 release notes

    • 7201ce71e4 Merge pull request #27557 from jfindlay/mine_doc

      • 3727d79bad edit mine doc for style and markup

      • 7e037a4666 add doc motivating mine vs grains

    • 59c3d5f93e Merge pull request #27515 from jfindlay/suse_fire

      • 4460ad2785 save iptables rules on SuSE

    • 9b26357b19 Merge pull request #27509 from jfindlay/gluster_reason

      • 1ccda538d2 tell the user why the gluster module does not work

    • 989733ea86 Merge pull request #27379 from jfindlay/pip_vars

    • aee51ffdef document and check dict type for pip env_vars

  • ISSUE #27643: (blueyed) Please document extended return values of __virtual__ (refs: #27724)

  • ISSUE #26755: (lorengordon) Associate package dependencies to modules/states? (refs: #27724)

  • PR #27757: (jfindlay) fix virtual fcn return doc indentation @ 2015-10-07 17:50:18 UTC

    • PR #27724: (jfindlay) update __virtual__ return documentation (refs: #27757)

    • PR #27116: (jacobhammons) Update latest to 2015.8, 2015.5 is now previous (refs: #27724)

    • aced4229cb Merge pull request #27757 from jfindlay/virtret

    • 03400ef45b fix virtual fcn return doc indentation

  • ISSUE #27636: (brian-bk) Salt-ssh cannot do simple state 'test.nop': "'test.nop' is not available." (refs: #27754)

  • PR #27754: (rallytime) Change test.nop version directive to 2015.8.1 @ 2015-10-07 15:59:55 UTC

    • 57b5b594bd Merge pull request #27754 from rallytime/fix-27636

    • 31b9852d9a Change test.nop version directive to 2015.8.1

  • PR #27734: (jacobhammons) Updated saltstack2 theme to add SaltConf16 banner @ 2015-10-07 01:43:53 UTC

    • 9a0171089d Merge pull request #27734 from jacobhammons/theme-updates

    • 3a52d3606b Updated saltstack2 theme to add SaltConf16 banner

  • ISSUE #27595: (ralphvanetten) Debian package does not depend on python-m2crypto which is required by the x509 state/module (refs: #27719)

  • PR #27727: (rallytime) Merge #27719 w/pylint fix @ 2015-10-06 21:13:37 UTC

    • PR #27719: (jfindlay) tell user when x509 exec/state module can't load (refs: #27727)

    • d3f2dfe835 Merge pull request #27727 from rallytime/merge-27719

    • a7fd156162 Pylint

    • 6bf2ee2751 tell user when x509 exec/state module can't load

  • ISSUE #27643: (blueyed) Please document extended return values of __virtual__ (refs: #27724)

  • ISSUE #26755: (lorengordon) Associate package dependencies to modules/states? (refs: #27724)

  • PR #27724: (jfindlay) update __virtual__ return documentation (refs: #27757) @ 2015-10-06 21:06:47 UTC

    • PR #27116: (jacobhammons) Update latest to 2015.8, 2015.5 is now previous (refs: #27724)

    • f26bcd2d21 Merge pull request #27724 from jfindlay/virtret

    • 6bddf80546 update __virtual__ return documentation

  • ISSUE #27481: (basepi) Fix issues with cross-calling states (refs: #27725)

  • PR #27725: (basepi) Fix global injection for state cross calls @ 2015-10-06 21:02:15 UTC

    • d67e8c5c2c Merge pull request #27725 from basepi/states.cross.call.27481

    • e12269d871 Remove unused import

    • 4e6505b2e7 Return the wrapper (whoops)

    • fadb954676 Use new method for injecting globals into state functions

    • 17b267470a Add decorator for injecting globals into functions in the loader

  • PR #27628: (ticosax) [dockerng] Add support of labels parameter for dockerng @ 2015-10-06 13:58:40 UTC

    • 06e67d25f8 Merge pull request #27628 from ticosax/dockerng-container-label

    • edf625c8b4 Add support of labels parameter for dockerng

  • ISSUE #26604: (ari) Poor compound matcher documentation (2015.8 docs) (refs: #27704)

  • PR #27704: (jacobhammons) Update compound matcher docs to clarify the usage of alternate delimi… @ 2015-10-06 05:36:55 UTC

    • e47d849af6 Merge pull request #27704 from jacobhammons/26604

    • 1c51ce28a9 Update compound matcher docs to clarify the usage of alternate delimiters Refs #26604

  • PR #27705: (rallytime) Merge #27602 with final pylint fix @ 2015-10-05 23:36:50 UTC

    • PR #27602: (blueyed) dockerng: fix/enhance version warning in __virtual__ (refs: #27705)

    • 2491ce40f1 Merge pull request #27705 from rallytime/merge-27602

    • 81aad83386 Ignore import error

    • 561dc4cf94 dockerng: fix/enhance version warning in __virtual__

  • ISSUE #13850: (ryan-lane) s3:// urls in file.managed (and likely elsewhere) require s3.key and s3.keyid to be in minion config (refs: #27691)

  • PR #27691: (notpeter) Faster timeout (3s vs 2min) for instance metadata lookups. #13850. @ 2015-10-05 22:55:52 UTC

    • b76eb08c68 Merge pull request #27691 from notpeter/iam_fail_faster

    • 3d9483b4e2 Faster timeout (3s vs 2min) for instance metadata lookups. #13850.

  • PR #27696: (blueyed) loader.proxy: call _modules_dirs only once @ 2015-10-05 22:42:32 UTC

    • fc78f49dc5 Merge pull request #27696 from blueyed/load-proxy-call-_module_dirs-only-once

    • 55a76be6c1 loader.proxy: call _modules_dirs only once

  • PR #27630: (ticosax) Expose container_id in mine.get_docker @ 2015-10-05 21:56:53 UTC

    • 77516912fa Merge pull request #27630 from ticosax/include-container-id-docker-mine

    • 7293ded2f6 fixup! Expose container_id in mine.get_docker

    • 9e56a7e9db Expose container_id in mine.get_docker

  • PR #27600: (blueyed) dockerng: use docker.version=auto by default @ 2015-10-05 21:29:14 UTC

    • 8453cb3eb1 Merge pull request #27600 from blueyed/dockerng-auto-version

    • 53c6e3b3de dockerng: use docker.version=auto by default

  • PR #27689: (rallytime) Merge #27448 with test fixes @ 2015-10-05 21:17:41 UTC

    • PR #27448: (JaseFace) Ensure we pass on the enable setting if present, or use the default of True if not in build_schedule_item() (refs: #27689)

    • 7a4291008e Merge pull request #27689 from rallytime/fix-tests-27448

    • 05a506ec9f Use correct comment in test

    • 8296fefb31 Merge #27448 with test fixes

    • d9f5e9fd2f Ensure we pass on the enable setting if present, or use the default of True if not in build_schedule_item() Prior to this, when schedule.present compares the existing schedule to the one crafted by this function, enabled will actually be removed at each run. schedule.present sees a modification needs to be made, and invokes schedule.modify, which does so with enabled: True, creating and endless loop of an 'enabled' removal and addition.

  • ISSUE #27520: (rmarcinik) winrepo is unavailable in 2015.8 (refs: #27616, #27693)

  • ISSUE #23239: (cachedout) [RFC] Deprecate ext_processses (refs: #27693)

  • PR #27693: (jacobhammons) initial engines topic, updates to windows repo docs @ 2015-10-05 21:05:26 UTC

    • 4ddc87157a Merge pull request #27693 from jacobhammons/doc-updates

    • 5a3e72fc8e __ops__ to __opts__

    • 5a9867aad1 initial engines topic, updates to windows repo docs Refs #23239 Refs #27520

  • PR #27601: (blueyed) dockerng: handle None in container.Names @ 2015-10-05 20:32:19 UTC

    • f7f48d1eef Merge pull request #27601 from blueyed/dockerng-none-names

    • b1442ac904 dockerng: handle None in container.Names

  • PR #27596: (blueyed) gitfs: fix UnboundLocalError for 'msg' @ 2015-10-05 20:18:00 UTC

    • 3ffb5a3369 Merge pull request #27596 from blueyed/fix-gitfs-UnboundLocalError

    • e70cbda490 gitfs: fix UnboundLocalError for 'msg'

  • PR #27651: (eliasp) Check for existence of 'subnetId' key in subnet dict @ 2015-10-05 17:01:34 UTC

    • 4d7be3f972 Merge pull request #27651 from eliasp/2015.8-cloud.clouds.ec2-check-for-subnetId-before-using-it

    • f21a763809 Check for existence of 'subnetId' key in subnet dict

  • ISSUE #23370: (lisa2lisa) salt artifactory.downloaded module ignore classifier (refs: #27639)

  • PR #27639: (rallytime) Docement version added for new artifactory options @ 2015-10-05 17:01:21 UTC

    • d9266505a7 Merge pull request #27639 from rallytime/fix-23370

    • 6de99bd5b7 Docement version added for new artifactory options

  • PR #27677: (rallytime) Back-port #27675 to 2015.8 @ 2015-10-05 15:47:34 UTC

    • PR #27675: (avinassh) Fix a typo (refs: #27677)

    • 771e5136f1 Merge pull request #27677 from rallytime/bp-27675

    • bfa0acfbfe Fix a typo

  • PR #27637: (rallytime) Back-port #27604 to 2015.8 @ 2015-10-05 14:54:59 UTC

    • PR #27604: (plastikos) Fix module path to SaltCacheError (refs: #27637)

    • 6bc5ddc561 Merge pull request #27637 from rallytime/bp-27604

    • 3d2ee4297d Fix module path to SaltCacheError

  • ISSUE #19291: (gfa) pkg module could accept version: latest (refs: #27657)

  • PR #27657: (garethgreenaway) Fix to pkg state module @ 2015-10-03 23:56:02 UTC

    • 905acc6229 Merge pull request #27657 from garethgreenaway/19291_pkg_state_latest_fix

    • c950527b24 When latest is passed in the state as the version to install, once the package is installed the state runs will fail. pkg.latest_version returned an empty string once the package is installed so we need to grab the installed version in that case to avoid passing an empty string to the pkg module in question.

  • ISSUE #27538: (lomeroe) boto_iam is not passing parameters properly on a handful of function calls (refs: #27539)

  • PR #27632: (rallytime) Back-port #27539 to 2015.8 @ 2015-10-02 19:28:39 UTC

    • PR #27539: (lomeroe) boto_iam updates to function calls that were not passing arguments properly (refs: #27632)

    • 83ae6a1432 Merge pull request #27632 from rallytime/bp-27539

    • 2b0afd0230 Add versionadded to new path option

    • e54afed73a moving path kwarg to end of function definition

  • ISSUE #27545: (lomeroe) boto_asg allow removing launch configuration with 'absent' state (refs: #27546)

  • ISSUE #27544: (lomeroe) boto_asg state incorrectly processes return from boto_vpc.get_subnet_association (refs: #27559, #27546)

  • PR #27633: (rallytime) Back-port #27559 to 2015.8 @ 2015-10-02 19:22:07 UTC

    • PR #27559: (lomeroe) vpc_id fix for boto_vpc.get_subnet_association (refs: #27633)

    • PR #27546: (lomeroe) boto_asg state updates (refs: #27559)

    • 888e9bdf5d Merge pull request #27633 from rallytime/bp-27559

    • 3f03815ada rebasing

  • ISSUE #27463: (ryan-lane) boto_route53 module should default to region universal, rather then None (refs: #27579)

  • PR #27579: (rallytime) Change boto_route53 region default to 'universal' to avoid problems with boto library @ 2015-10-02 18:56:17 UTC

    • 8b7da5e469 Merge pull request #27579 from rallytime/fix-27463

    • d5956132ef Change boto_route53 region default to 'universal' to avoid problems with boto library

  • PR #27581: (tkwilliams) Add support for 'vpc_name' tag in boto_secgroup module and state @ 2015-10-02 15:40:40 UTC

    • ce4c64a2e3 Merge pull request #27581 from tkwilliams/boto_secgroup_add_vpc_name

    • 159cccf43f Faulty check logic around optional params

    • 84ab0bbd74 One last bug to squash. Seriously. It's the last one. Ever! - fixed param vpc_id being passed where vpc_name was intended.

    • 002cbf5cde Grrr. Add back the import of SaltInvocationError that pylint wanted me to remove :)

    • 0671c0d8d9 Consolidate some redundant code - thanks @ryan-lane !

    • fae1199276 Followed @ryan-lane's suggestion to remove duplicated code from boto_vpc and instead call into that module

    • 3a38a440b7 Merge remote-tracking branch 'upstream/2015.8' into boto_secgroup_add_vpc_name

    • f7ef0bcd4c Fixups for picayune pylint pedantery :)

    • 35b66e28a3 Merge remote-tracking branch 'upstream/2015.8' into boto_secgroup_add_vpc_name

    • 6770f721f8 Add support for 'vpc_name' tag in boto_secgroup module and state

  • PR #27624: (nasenbaer13) Wait for sync is not passed to boto_route53 state @ 2015-10-02 15:37:44 UTC

    • fb6f6b9ce4 Merge pull request #27624 from eyj/fix_wait_for_sync

    • ed6a8c0aa6 Wait for sync is not passed to boto_route53 state

  • PR #27614: (blueyed) doc: minor fixes to doc and comments @ 2015-10-02 15:34:02 UTC

    • eb59cb8d1c Merge pull request #27614 from blueyed/doc-minor

    • 98a8c0f055 doc: minor fixes to doc and comments

  • PR #27627: (eyj) Fix crash in boto_asg.get_instances if the requested attribute is None @ 2015-10-02 15:33:32 UTC

    • 61f8a6f39f Merge pull request #27627 from eyj/pr-instance-attribute

    • 03d7c6af3d Fix crash in boto_asg.get_instances if the requested attribute may be None

  • ISSUE #27549: (carlpett) Document winrepo_remotes_ng (refs: #27616)

  • ISSUE #27520: (rmarcinik) winrepo is unavailable in 2015.8 (refs: #27616, #27693)

  • PR #27616: (jacobhammons) Updated windows software repository docs @ 2015-10-02 05:04:37 UTC

    • 764d70af79 Merge pull request #27616 from jacobhammons/win-repo-docs

    • 1c8b32ce26 Updated windows software repository docs

  • ISSUE #27543: (lomeroe) boto_elb incorrectly processes return from boto_vpc.get_subnet_assocaition (refs: #27569)

  • PR #27569: (lomeroe) boto_vpc.get_subnet_association now returns a dict w/key of vpc_id, a… @ 2015-10-01 16:03:06 UTC

    • db963b7864 Merge pull request #27569 from lomeroe/fix_boto_elb

    • ae09a0fb61 boto_vpc.get_subnet_association now returns a dict w/key of vpc_id, adding code to handle the dict now

  • ISSUE #25441: (ahammond) modules.ps documentation missing (refs: #27567)

  • PR #27567: (whiteinge) Use getattr to fetch psutil.version_info @ 2015-10-01 15:39:59 UTC

    • b269cd4754 Merge pull request #27567 from whiteinge/psutil-version-fix

    • 7ebe9acc44 Use getattr to fetch psutil.version_info

  • PR #27583: (tkwilliams) Fixup zypper module @ 2015-10-01 15:38:53 UTC

    • 9cc69e2440 Merge pull request #27583 from tkwilliams/fix_zypper

    • cdd44e4128 Fixup zypper module - expected return type of pkg.latest was changed without updating zypper module - unchecked list deref fixed - "zypper info -t" out-of-date status field format has changed

  • PR #27597: (blueyed) gitfs: remove unused variable "bad_per_remote_conf" @ 2015-10-01 15:38:15 UTC

    • 5ca7e72c70 Merge pull request #27597 from blueyed/gitfs-remove-unused-bad_per_remote_conf

    • 58af4d68f0 gitfs: remove unused variable "bad_per_remote_conf"

  • PR #27585: (ryan-lane) Fix undefined variable in cron state module @ 2015-10-01 05:05:58 UTC

    • 9805bdeddf Merge pull request #27585 from lyft/cron-fix

    • 5474666b61 Fix undefined variable in cron state module