Mike Place
e553f18dc4
Merge pull request #31439 from rallytime/fix-31370
...
Fix lowpkg.info function for Ubuntu 12 - make sure we have a pkg name
2016-02-24 09:24:46 -07:00
Bo Maryniuk
0b64b8137f
Implement test for version compare, where python fall-back algorithm is called
2016-02-24 17:24:23 +01:00
Bo Maryniuk
18b30a3274
Implement test for version compare, where RPM algorithm is called
2016-02-24 17:24:05 +01:00
Nicole Thomas
fcb12dbe96
Merge pull request #31456 from RabidCicada/clarify-requisites-doc
...
Clarified the form of requisite targets/requisite-references
2016-02-24 09:24:00 -07:00
Nicole Thomas
3eeac55c6a
Merge pull request #31382 from DSRCompany/issues/30183_fix_multimaster_failover
...
Set auth retry count to 0 if multimaster mode is failover
2016-02-24 09:13:37 -07:00
Denys Havrysh
42aa7eeafd
Add section about installation from the Debian Main Repository
2016-02-24 17:48:37 +02:00
rallytime
94b3cf08c7
Merge branch '2015.5' into '2015.8'
2016-02-24 08:44:18 -07:00
Nicole Thomas
7dac1db55d
Merge pull request #31453 from DSRCompany/issues/30431_get_url_large_file_2015.8_backbort
...
Backport cp_geturl fix for large files into 2015.8
2016-02-24 08:38:24 -07:00
Nicolas Delaby
5630401889
_api_mismatch was a good idea
...
But impractical since dockerd doesn't necessarily return all configuration items.
2016-02-24 16:34:45 +01:00
Kyle Stapp
87f4843490
Clarified the form of requisite targets/requisite-references
2016-02-24 10:34:03 -05:00
Denys Havrysh
07dece2f8f
Remove duplicate post-installation section for Debian install guide
2016-02-24 17:30:51 +02:00
Nicole Thomas
52dae138bd
Merge pull request #31448 from techhat/dnsarecord
...
Properly handle A and AAAA records
2016-02-24 08:29:07 -07:00
Nicole Thomas
b32dd6d332
Merge pull request #31452 from anandxoriant/develop
...
Updated win_organization_name default value for vmware driver
2016-02-24 08:27:27 -07:00
Denys Havrysh
10c05f6943
Add install section for Debian Stretch (Testing) from community repository
2016-02-24 17:26:20 +02:00
Denys Havrysh
b2c78e08dc
Add note about supported Debian architectures on SaltStack corp repo
2016-02-24 17:24:44 +02:00
Bo Maryniuk
59eca53441
Adjust test case for the third package in the test static data
2016-02-24 16:06:53 +01:00
Bo Maryniuk
8034cf0b91
Add third test package static info
2016-02-24 16:06:33 +01:00
Bo Maryniuk
90f209569a
Implement test for the upgrade_available
2016-02-24 15:52:18 +01:00
Bo Maryniuk
ad87e719d6
Bugfix: when only one package, no dict is returned. Still upgrade_available should return boolean.
2016-02-24 15:52:01 +01:00
Bo Maryniuk
7eb5f19cb4
Implement test for latest_available
2016-02-24 14:10:07 +01:00
Bo Maryniuk
e372c0b596
Implement test for the info_available
2016-02-24 13:59:05 +01:00
Bo Maryniuk
447771c0fc
Add Zypper static data for the available packages
2016-02-24 13:58:47 +01:00
Dmitry Kuzmenko
664bdec2b3
Backport cp_geturl fix for large files into 2015.8
...
Originally it was implemented in PR #30704 .
2016-02-24 15:25:00 +03:00
Anand Nevase
a93c7e2ffa
change win_organization_name default value to Organization
2016-02-24 17:34:07 +05:30
Bo Maryniuk
6989871d27
Implement test for info_installed
2016-02-24 12:31:17 +01:00
Alexander Backlund
03c5a7bd9e
Lint fixes
2016-02-24 03:29:24 -08:00
Bo Maryniuk
0cc6bce4aa
Use strings instead of unicode strings
2016-02-24 11:56:30 +01:00
Bo Maryniuk
3342c03987
Implement list upgrades test
2016-02-24 11:56:18 +01:00
Bo Maryniuk
8862d7af65
Add list upgrades Zypper static data
2016-02-24 11:55:59 +01:00
Bo Maryniuk
4d38d318f4
Implement error handling test for listing upgrades
2016-02-24 11:55:34 +01:00
Bo Maryniuk
080b4ee617
Do not strip the output
2016-02-24 11:54:53 +01:00
Bo Maryniuk
53338402a5
Use renamed zypper products data file
2016-02-24 11:21:11 +01:00
Bo Maryniuk
c6135975b0
Rename Zypper products static test data file
2016-02-24 11:20:53 +01:00
Bo Maryniuk
ab3ff53d89
Reimplement list_upgrades to use XML output from Zypper instead
2016-02-24 11:20:26 +01:00
Alexander Backlund
7a5dbff3bd
added powershell_encoded arg instead of kwarg
2016-02-24 00:44:35 -08:00
Alexander Backlund
b978ad4535
Adds support for encoded PowerShell commands.
2016-02-24 00:44:34 -08:00
Borys Pierov
ad6728aeec
Include saltenv/pillarenv into data in event.send
...
Based on with_env_opts flag
2016-02-24 00:50:46 -05:00
Joseph Hall
2e72c29bf8
Properly handle A and AAAA records
2016-02-23 21:20:45 -07:00
jdesilet
7acea12cd0
Added the key value service_name to service beacon
...
This feature allows you to call the service name as a key in reactor
files. The use case being that you can then create one reactor file
that can run states of the same name. An example being:
/srv/reactor/service.sls
service:
local.state.sls:
- tgt: {{ data['data']['id'] }}
- arg:
- {{ data['data']['service_name'] }}
Then if you had state with a matching name it could ensure the service
is set in the right state when any change is detected.
2016-02-23 20:07:10 -07:00
justinta89
fd1e2838ea
Lint
2016-02-23 19:40:42 -07:00
justinta89
421a112914
Added config_dir to test minion config
2016-02-23 19:40:22 -07:00
Nicole Thomas
26733ce988
Merge pull request #31442 from sastorsl/salt-modules-file.py-copy-check-src
...
Add os.path.exists(src) to file.py, def copy
2016-02-23 16:40:03 -07:00
Nicole Thomas
e480727d27
Merge pull request #31441 from cachedout/issue_30739
...
Include localhost minions in presence detection for runner
2016-02-23 16:36:59 -07:00
justinta89
bf6a4c0983
Fixed lint error
2016-02-23 16:20:06 -07:00
justinta89
3566fbbcca
More updates to beacons test
2016-02-23 16:19:07 -07:00
justinta89
37c4bf22d2
Updated beacons integration test
2016-02-23 15:46:21 -07:00
Nicole Thomas
8f6c4be618
Merge pull request #31444 from jacobhammons/ddns-docs
...
Documentation updates - ddns state, file.line state/exe function, installation dependencies
2016-02-23 15:40:05 -07:00
rallytime
1931c61563
Only run this pkg.info_installed test on distros that have that func
2016-02-23 15:22:14 -07:00
Jacob Hammons
0b8fce1de4
Fixes #31402
...
Added arguments to state `file.line` to fix issue where exe module uses `line` and state module uses `name`.
Reformatted parameters in exe module `file.line`
placeholder release notes for 2015.5.8
2016-02-23 14:28:40 -07:00
Stein Arne Storslett
0a4132866d
removed lint in the exception string
2016-02-23 22:20:55 +01:00