Erik Johnson
50befbc149
backport salt.utils.pkg.rpm to 2015.5
2016-02-16 17:24:04 -06:00
Erik Johnson
a1ad14994a
Move salt.utils.itersplit() to salt.utils.itertools.split()
...
In the interest of not making salt.utils any more cluttered.
2016-02-09 01:26:31 -06:00
Erik Johnson
5b8646ce64
Ignore failure to install new enough dnf-plugins-core
...
This prevents the pkg.check_db call if 0.1.15 is not able to be
installed.
2016-02-08 22:46:51 -06:00
Erik Johnson
defe0859fd
Ensure that dnf-plugins-core 0.1.15 is installed
2016-02-08 22:45:56 -06:00
Mike Place
1c699a1664
Merge pull request #30974 from rallytime/bp-30949
...
Back-port #30949 to 2015.5
2016-02-08 09:38:46 -07:00
Joseph Hall
ff6542f593
Replace cfdisk with sfdisk
2016-02-06 11:31:41 -07:00
Mike Place
c7f87cc371
Merge pull request #30942 from rallytime/bp-30897
...
Back-port #30897 to 2015.5
2016-02-05 12:00:55 -07:00
Massimiliano Torromeo
885e00ba54
Only remove the word linux from distroname when its not part of the name
...
This will now still replace "CentOS Linux" with "CentOS" while leaving "CloudLinux" unmodified.
Fixes #28951
2016-02-05 10:01:43 -07:00
jacobhammons
35b7f62669
Merge pull request #30922 from jacobhammons/prev-rel-notes
...
Rev latest version to 2015.8.5
2016-02-04 18:20:27 -07:00
Jacob Hammons
57c1ec637a
Rev latest version to 2015.8.5
2016-02-04 18:20:04 -07:00
Mike Place
2488bb902e
Merge pull request #30865 from abednarik/better_boto_elb_error
...
Better boto elb error message.
2016-02-04 14:02:05 -07:00
abednarik
3561e8c19b
Better boto elb error message.
...
Based on how boto handle exceptions [ references: https://github.com/boto/boto/blob/develop/boto/exception.py#L77 ]
salt log should be well formated now.
Fixes #30840 .
2016-02-03 14:44:59 -03:00
Mike Place
4da04f82c8
Merge pull request #30831 from jacobhammons/readme-update
...
Updated readme
2016-02-02 14:06:02 -07:00
Jacob Hammons
01a92f5d98
Updated readme
2016-02-02 13:32:38 -07:00
jacobhammons
90c1ea9f6c
Merge pull request #30829 from jacobhammons/release-2015.5
...
Updated latest version to 2015.8.4
2016-02-02 13:06:13 -07:00
Jacob Hammons
c95bb60148
Version to 2015.8.4
2016-02-02 13:05:42 -07:00
Mike Place
80a36793cb
Merge pull request #30784 from rallytime/bp-24952
...
Back-port #24952 to 2015.5
2016-02-01 14:43:01 -07:00
Mike Place
e978f5392f
Merge pull request #30764 from terminalmage/issue30560
...
Work around yum versionlock's inability to remove holds by package name alone
2016-02-01 11:14:26 -07:00
Peter N
a07908bdea
Don't split the string on a single line
...
This is to address https://github.com/saltstack/salt/issues/18991
2016-02-01 11:03:08 -07:00
Erik Johnson
39736afcd7
Work around yum versionlock's inability to remove holds by package name alone
...
Fixes #30560 .
2016-01-31 22:03:27 -06:00
Thomas S Hatch
6f565c0d76
Merge pull request #30760 from toanju/2015.5
...
Changed output format of arp_ip_target from list to comma delimited...
2016-01-31 12:05:02 -07:00
Thomas S Hatch
1c205b4898
Merge pull request #30757 from yannis666/fix-for-mine-update-merge
...
Fix to mine update to merge configuration
2016-01-31 12:02:43 -07:00
tomwalsh
dc4256f7df
Changed output format of arp_ip_target from list to comma delimited string
2016-01-30 13:26:59 +01:00
yannis_cosmadopoulos
61bb23e256
Fix to mine update to merge configuration
...
This addresses issue: #30722
2016-01-29 15:33:22 -08:00
Mike Place
f9fde8f6a7
Merge pull request #30749 from abednarik/fix_network_system_test
...
Fix Netwotk hostname Module in Debian systems.
2016-01-29 17:01:09 -06:00
abednarik
1e9e97df59
Fix Netwotk hostname Module in Debian systems.
...
Loks like there is no check for test in **settings. Bacause of this, even when using
test=True salt will edit /etc/hostname in Debian family distros.
Fixes #28751 .
2016-01-29 16:29:22 -03:00
Thomas S Hatch
076268089a
Merge pull request #30699 from abednarik/save_load_retry_time
...
Add Retry to save_load.
2016-01-29 09:08:30 -07:00
Nicole Thomas
8d79d1b9c7
Merge pull request #30659 from sjmh/fix-scsi
...
Fix lsscsi issues for certain platforms
2016-01-28 08:53:38 -07:00
abednarik
186872cf49
Add Retry to save_load.
...
Same as retry in preg_jid this should help fix a race condition when
jod id id is create and another process removes that.
Fixes #28438 .
2016-01-28 10:48:59 -03:00
Steve Hajducko
3544dd995e
Fix lsscsi issues for certain platforms
...
The lsscsi command doesn't support the '-s' flag on any RHEL/CentOs system
until RHEL7.
The command now have an option to specify 'get_size' to enable
compatibility with the older platforms.
Also fixes some issues with lsscsi not being installed and exceptions
getting thrown because of that.
2016-01-27 21:15:26 -08:00
C. R. Oldham
516919525a
Merge pull request #30671 from techhat/lockcloud
...
Add file locking to cloud index
2016-01-27 10:14:55 -07:00
Joseph Hall
4719f8d4ea
Whitespace
2016-01-27 09:32:15 -07:00
Joseph Hall
8e7eca23e4
Add file locking to cloud index
2016-01-27 09:17:14 -07:00
Colton Myers
643c9c9616
Merge pull request #30586 from abednarik/fix_comment_line_perms
...
Fix comment_line permissions.
2016-01-25 16:24:01 -07:00
Colton Myers
a823e21428
Merge pull request #30582 from terminalmage/dnf-repoquery-multiple-targets
...
yumpkg.check_db: run separate repoquery commands when multiple names passed
2016-01-24 10:15:04 -07:00
abednarik
8b395a42cb
Fix comment_line permissions.
...
In order to preserve file permissions when comment/uncomment file
we should run check_perms before and after editing files.
Fixes #28320 .
2016-01-24 11:26:10 -03:00
Erik Johnson
410da789f9
yumpkg.check_db: run separate repoquery commands when multiple names passed
2016-01-24 00:49:12 -06:00
Mike Place
8e56be7f4c
Merge pull request #30548 from jacobhammons/doc-fixes
...
Added placeholder release notes for 2015.5.10
2016-01-22 11:36:01 -07:00
Jacob Hammons
03c51bb54d
Added placeholder release notes for 2015.5.10
...
Changed old doc links from docs.saltstack.org to docs.saltstack.com
2016-01-22 10:48:08 -07:00
Mike Place
1aafd4c5b5
Merge pull request #30530 from terminalmage/yumpkg-dnf-cleanup
...
2015.5 tweaks from #30529
2016-01-22 09:26:21 -07:00
Erik Johnson
2586f71bcf
2015.5 tweaks from #30529
...
In the process of resolving merge conflicts in the merge-forward of
2015.5 to 2015.8 which I did in #30529 , I found two changes that should
have been made in the 2015.5 branch. One was the removal of yum-specific
information in the pkg.remove docstring, and the other was needless use
of -q when deleting a version lock in pkg.unhold. We're not parsing the
output and the default loglevel is debug, so using -q here removes
helpful troubleshooting output from the log.
2016-01-22 02:01:33 -06:00
Colton Myers
7798d42272
Merge pull request #30484 from terminalmage/dnf-yumpkg-2015.5
...
Backport DNF support to 2015.5 branch
2016-01-21 15:14:46 -07:00
Colton Myers
b348f804b1
Merge pull request #30512 from jfindlay/repo_test
...
disable pkgrepo test for ubuntu 15.10+
2016-01-21 14:32:58 -07:00
Justin Findlay
66f06f2bd3
disable pkgrepo test for ubuntu 15.10+
2016-01-21 10:55:37 -07:00
Mike Place
a9348dfef8
Merge pull request #30478 from jtand/pip_8_update
...
Updated pip_state to work with pip 8.0
2016-01-21 09:02:41 -07:00
Erik Johnson
330e26d1da
Hide get_locked_packages
2016-01-21 09:56:13 -06:00
Erik Johnson
5a637420e8
Backport DNF support to 2015.5 branch
...
This will allow 2015.5 releases to operate successfully on Fedora 22 and
newer.
2016-01-21 09:56:13 -06:00
Mike Place
a30147c64f
Merge pull request #30482 from borgstrom/pyobjects_recursive
...
Pyobjects recursive import support (for 2015.5)
2016-01-21 08:54:32 -07:00
Evan Borgstrom
2c55a7580b
Fixup lint errors
2016-01-20 15:29:30 -08:00
Evan Borgstrom
b46df0e4b5
Allow recursive salt:// imports
...
Fixes #30465
2016-01-20 11:20:50 -08:00