rallytime
58778dfc88
Fix failing boto_vpc module unit tests
2016-02-04 10:33:41 -07:00
abednarik
b15cdfd799
Fix pkg install with version.
...
In new_pkgs dict keys are with the format package=version this makes this function
call to not return package version in Ubuntu systems.
Would be a good check to see if this also fails in other Linux distributions.
Fixes #30792 .
2016-02-04 10:20:14 -03:00
Denys Havrysh
936c1ff6c8
Add explanation about N@
classifier. Inspired by #25292
2016-02-04 14:06:41 +02:00
Benjamin Drung
708f2ff8ea
Fix typo reponse -> response
2016-02-04 13:06:04 +01:00
Benjamin Drung
72c4eab6d7
Fix typo propogate -> propagate
2016-02-04 13:04:27 +01:00
Benjamin Drung
4912e365cb
Fix typo directores -> directories
2016-02-04 13:03:12 +01:00
Benjamin Drung
74c8aba03e
Fix typo exeption -> exception
2016-02-04 13:01:41 +01:00
Benjamin Drung
4692d84b07
Fix typos of improvement
2016-02-04 13:00:25 +01:00
Benjamin Drung
213fc2d858
Fix typo occuring -> occurring
2016-02-04 12:59:07 +01:00
Denys Havrysh
8bc2426816
Update example in master config documentation reference
2016-02-04 13:58:41 +02:00
Benjamin Drung
fe6124003b
Fix typo nonexistant -> nonexistent
2016-02-04 12:58:20 +01:00
Benjamin Drung
56ce7479b1
Fix typo catched -> caught
2016-02-04 12:57:20 +01:00
Benjamin Drung
821e690e65
Fix typo develoment -> development
2016-02-04 12:56:14 +01:00
Benjamin Drung
b51279e086
Fix typo overide -> override
2016-02-04 12:55:35 +01:00
Benjamin Drung
4f2f04ea7d
Fix typo relevent -> relevant
2016-02-04 12:54:45 +01:00
Benjamin Drung
fe8be562c5
Fix typo existance -> existence
2016-02-04 12:54:04 +01:00
Benjamin Drung
4a2f4de1a8
Fix typo accross -> across
2016-02-04 12:53:20 +01:00
Denys Havrysh
ca8c0bdc3f
Update nodegroups section example in master config according to docs
2016-02-04 13:52:56 +02:00
Benjamin Drung
9ae50c993e
Fix typo Lenth -> Length
2016-02-04 12:52:23 +01:00
Benjamin Drung
20e79981e1
Fix typo preferrably -> preferably
2016-02-04 12:51:38 +01:00
Benjamin Drung
f8d9f608dd
Fix typo addres -> address
2016-02-04 12:49:59 +01:00
Benjamin Drung
a7f12a13f0
Fix typo keywork -> keyword
2016-02-04 12:47:25 +01:00
Benjamin Drung
bf92c3663b
Fix typo formating -> formatting
2016-02-04 12:45:19 +01:00
Benjamin Drung
ca4450d881
Fix typo wont -> won't
2016-02-04 12:42:04 +01:00
Benjamin Drung
cd72b12161
Fix typo thats -> that's
2016-02-04 12:39:41 +01:00
Benjamin Drung
6db9724ec7
Fix typo doesnt -> doesn't
2016-02-04 12:38:29 +01:00
Benjamin Drung
58d46a7e98
Fix typo certficate -> certificate
2016-02-04 12:34:50 +01:00
Andreas Lutro
ab7aae3221
make msgpack an optional dependency in salt.utils.cache
...
fixes #30887
2016-02-04 10:09:41 +01:00
Richard Hansen
413c47a45f
don't delete existing Docker volume if driver unspecified
...
Before, if the driver parameter wasn't specified, the dockerng state
module's volume_present() function would try to delete the volume and
recreate it. Now it simply ignores the existing volume's driver
setting and returns success.
Note that this change assumes that if the driver is unspecified then
the user means "I don't care what the driver is", not "I care that the
driver matches the Docker default".
2016-02-04 10:08:00 +01:00
Richard Hansen
68b51be869
add additional states.dockerng.volume_present() unit tests
...
The unit tests now test for the bug fixed in the previous commit
(among other things).
2016-02-04 10:07:51 +01:00
Richard Hansen
849b94ed73
document the behavior if the driver is unspecified
2016-02-04 10:07:46 +01:00
rallytime
086ddae476
We need to check for a key_filename before looking for the path
...
We also need to make sure keyname is present in configs for create function
2016-02-03 17:07:24 -07:00
rallytime
adb85892de
Fix failing state module tests
2016-02-04 00:01:11 +00:00
Mike Place
276cf626b0
Merge pull request #30849 from jfindlay/aws_seconds
...
utils.aws: use time lib to conver to epoch seconds
2016-02-03 15:47:31 -07:00
rallytime
e79321b418
Move checks for private_key file existence and permissions to create function
...
Fixes #30817
2016-02-03 15:26:59 -07:00
Mike Place
4cbc8a8250
Merge pull request #30874 from terminalmage/issue30869
...
Fix regression in git_pillar when multiple remotes are configured
2016-02-03 15:24:02 -07:00
rallytime
b5ec0991b0
Pylint fix
2016-02-03 15:00:44 -07:00
rallytime
c26c01568f
Don't use pack=pack. Just pass in pack=__salt__ always.
...
Refs #30300
2016-02-03 13:49:47 -07:00
Erik Johnson
9cf0c8126d
Fix regression in git_pillar when multiple remotes are configured
...
05782aa
introduced a regression in which only one repo's pillar data
would be evaluated if more than one repo was configured under the same
"git" entry in ext_pillar.
The reason for this is that the ``pillar_roots`` list that we build
always has the same order, and that order of precedence means that when
the Pillar class goes to grab the top file, it always gets the first one
in the list. So when processing the pillar data for the 2nd source, it
grabs the first source's top.sls file instead, and when it doesn't find
SLS matches no pillar data is compiled for that 2nd source.
This fixes the problem by ensuring that the pillar_dir currently being
processed is always first in the ``pillar_roots`` list, so that the
correct top file is grabbed.
Fixes #30869 .
2016-02-03 13:56:16 -06:00
rallytime
6146209c53
Pass in 'pack' variable to utils.boto.assign_funcs function from ALL boto modules.
2016-02-03 11:57:44 -07:00
Mike Place
8410842aea
Merge pull request #30850 from jfindlay/dpkg_var
...
modules.dpkg._get_pkg_info: allow for ubuntu 12.04
2016-02-03 09:33:26 -07:00
Mike Place
9a3ec9d028
Merge pull request #30852 from replicant0wnz/error-message-libgit
...
Added more descriptive error message
2016-02-03 09:30:15 -07:00
Mike Place
0338f445d9
Merge pull request #30847 from terminalmage/bp-30844
...
Backport #30844 to 2015.8 branch
2016-02-03 09:26:46 -07:00
Mike Place
e51182495c
Merge pull request #30860 from vutny/correct-doc-install-on-rhel
...
Correct installation documentation for RHEL-based distributions
2016-02-03 09:13:09 -07:00
Denys Havrysh
6648fd4c62
Correct links to Fedora COPR repositories
2016-02-03 14:38:50 +02:00
Denys Havrysh
083037fccc
Remove duplicate post-installation tasks section
2016-02-03 14:29:25 +02:00
Glenn E. Bailey III
c3649023b5
Added more descriptive error message
2016-02-03 07:31:51 +00:00
Justin Findlay
d53a88762e
modules.dpkg._get_pkg_info: handle older ubuntu
...
Fixes #30814 .
2016-02-02 23:24:24 -07:00
Justin Findlay
d3c6732539
modules.dpkg._get_pkg_info: use pythonic initializers
2016-02-02 22:45:56 -07:00
Justin Findlay
17ae74dab1
utils.aws: use time lib to conver to epoch seconds
...
Fixes #30798 .
2016-02-02 22:09:43 -07:00