Thomas S Hatch
052f90e47c
Merge pull request #19143 from rallytime/bp-19079
...
Backport #19079 to 2014.7
2014-12-22 09:19:53 -07:00
Thomas S Hatch
f0924b6ce5
Merge pull request #19139 from rallytime/bp-19051
...
Backport #19051 to 2014.7
2014-12-22 09:19:14 -07:00
Thomas S Hatch
b8b8eb437f
Merge pull request #19129 from nmadhok/unit-tests
...
Adding unit tests for zfs.exists and zfs.create [WIP]
2014-12-22 09:17:35 -07:00
Thomas S Hatch
66067dd686
Merge pull request #19179 from thatch45/Lacrymology-safe-pillar-get
...
Merge #19122 with config change
2014-12-22 09:16:47 -07:00
Thomas S Hatch
c81275de91
cange to lowercase
2014-12-22 09:14:57 -07:00
Thomas S Hatch
6d72e64d67
Merge branch 'safe-pillar-get' of https://github.com/Lacrymology/salt into Lacrymology-safe-pillar-get
2014-12-22 09:13:31 -07:00
Joseph Hall
1d42d90146
Merge pull request #19178 from Jonher937/patch-1
...
Fix typo in CLI Example
2014-12-22 09:09:06 -07:00
Thomas S Hatch
1fe2ba8d70
lint
2014-12-22 09:08:46 -07:00
Jonathan Herlin
ab2e6623bc
Fix typo in CLI Example
...
Fixed typo in CLI example
2014-12-22 17:03:13 +01:00
Rupesh Tare
14e5ffe078
added unit test cases for pw_group module
2014-12-22 18:22:04 +05:30
Jayesh
4b7faa44ad
adding kmod module unit tests
2014-12-22 17:32:24 +05:30
Christer Edwards
2c290c3db6
Initial commit - kafka returner
2014-12-21 18:24:45 -07:00
Paul Sellars
1d43b0735c
19021 Pass Repo Options into refresh_db
...
This change passes the branch_arg, from_repo and exclude_arg into the refresh_db function. Intended result is so that disabled repos can be provided with the fromrepo command, but may also give a speed boost by not needlessly invalidating yum caches.
Fix for:
https://github.com/saltstack/salt/issues/19021
2014-12-22 00:59:52 +00:00
Arnold Bechtoldt
de22630e08
Enhance ssh.user_keys to skip private key file exports
2014-12-22 00:31:24 +01:00
Nitin Madhok
d4de045ede
Salt modules must be imported after the ensure in syspath call
2014-12-21 11:44:57 -05:00
Thomas S Hatch
ab94b51414
also pad in the rest of the escape, making the config easier
2014-12-20 21:43:45 -07:00
Thomas S Hatch
2fa2af5c24
we need to prepend the color escape in python
2014-12-20 21:37:46 -07:00
Thomas S Hatch
d3ea40f37e
Add color_theme calls out of opts into the outputters
2014-12-20 21:11:48 -07:00
Erik Johnson
cefe5161a7
Fix regression in __pillar__ dunder
...
In salt.minion.Minion.__init__(), self._load_modules() is invoked, which
loads the execution modules via salt.loader.Loader.gen_modules().
However, this function also assigns the __pillar__ dunder to each
execution module, and the necessary pillar data wasn't being compiled
until the line after salt.minion.Minion._load_modules() was invoked.
This looks to have been changed in 4be8ff95
, in order to be able to pass
the minion's functions to salt.pillar.get_pillar(), avoiding another
invocation of the loader in salt.pillar.Pillar.__init__(), but this came
at the expense of breaking the __pillar__ dunder.
Fixes #18867 .
2014-12-20 20:03:44 -06:00
Thomas S Hatch
dbf04640ae
Add core capability to load a color theme per #3511
2014-12-20 16:53:53 -07:00
Joseph Hall
d0e2986d12
Merge pull request #19158 from eliasp/2014.7-modules.win_system-doc
...
Syntax/formatting.
2014-12-20 12:57:18 -07:00
Nitin Madhok
2ef5edbbca
Moving create success together
2014-12-20 13:04:53 -05:00
Nitin Madhok
4a3ba21201
Indentation
2014-12-20 13:02:21 -05:00
Nitin Madhok
21174f9b48
Adding another unit test to check for zfs.create success when properties are specified
2014-12-20 12:51:19 -05:00
Elias Probst
a276dc1fed
Syntax/formatting.
2014-12-20 16:55:05 +01:00
Pedro Algarvio
566d47714f
Merge pull request #19155 from techhat/issue15959
...
Allow service_name to be specified for azure
2014-12-20 14:53:49 +00:00
Joseph Hall
d8fc47b4d6
Allow service_name to be specified for azure
2014-12-19 21:38:44 -07:00
Ryan Lane
c40f6de02e
Fix for boto_secgroup state to properly support lists for cidrs, group ids and group names
2014-12-19 16:47:39 -08:00
Thomas S Hatch
43857ed1b0
Merge pull request #19136 from cachedout/exempt_W1202
...
Ignore pylint warning W1202
2014-12-19 16:36:59 -07:00
Thomas S Hatch
61c59d8c1c
Merge pull request #19135 from rallytime/bp-18915
...
Backport #18915 to 2014.7
2014-12-19 16:36:36 -07:00
Ryan Lane
63d0184c9c
Fix issue in boto_secgroup state that caused rules to not be properly updated
2014-12-19 16:19:54 -07:00
Colton Myers
cb6213c928
Add required imports
2014-12-19 16:08:46 -07:00
Colton Myers
6359d01540
Setup mine.get to use the new mine functionality in the SSH object
2014-12-19 16:04:08 -07:00
rallytime
b43519b882
Update the windows package to correct one: 2014.7.0 --> 2014.7.0-1
...
Fixes #19146
2014-12-19 16:00:30 -07:00
Colton Myers
411b75178d
Add logic to Single to overwrite args/kwargs with mine args if mine=True
2014-12-19 15:09:19 -07:00
Colton Myers
e604a1f5a6
Clarify docstring for mine.get
2014-12-19 15:09:09 -07:00
John Albietz
7c0d648bf9
update rbenv docs/example to work on Ubuntu/Debian
...
The included example here was failing on Ubuntu (tested on 14.04). Libssl-dev is required for some ruby versions, and
the ruby-build docs recommend additional dependencies, which I think we should follow for at least the canonical example
given in the docs.
According to the ruby-build wiki, the recommended dependencies for `rbenv install` (ruby-build) on ubuntu/debian are:
`autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev`
Source: https://github.com/sstephenson/ruby-build/wiki
Also updated `pkgs` to `names` to reflect the correct style using the latest stable salt release.
Thx to @simple10 for ruby troubleshooting assistance. "Oh yeah... rbenv install is provided by ruby-build plugin" :-)
2014-12-19 14:07:01 -08:00
Seth House
a8e8111c92
Add a cross-ref to the vmbuilder formula repo
2014-12-19 14:34:58 -07:00
Seth House
d2e9378084
Switch html_title to empty string instead of None
2014-12-19 14:34:58 -07:00
Seth House
a33ae0655f
Switch the :formula: extlink to :formula_url:
...
The addition of the Salt domain conflicted with this role. Better to
rename this one to be more explicit and to save that real-estate for
future use.
2014-12-19 14:34:57 -07:00
Seth House
f345188d06
Set minimum Sphinx version to 1.3
2014-12-19 14:34:57 -07:00
Thomas S Hatch
fb103f1b7c
Merge pull request #19134 from lyft/secgroup-rule-fix
...
Fix issue in boto_secgroup state that caused rules to not be properly up...
2014-12-19 14:29:55 -07:00
Thomas S Hatch
a3f1f66675
Merge pull request #19125 from nmadhok/add-src-to-gitignore
...
Adding src folder to .gitignore to Ignore commiting unit test runs
2014-12-19 14:27:12 -07:00
Nitin Madhok
a833d89b2c
Redoing some changes
2014-12-19 14:14:46 -07:00
Nitin Madhok
588ffdace6
Correctly convert command list into string and do not error if conf file missing. Fixes #19117
2014-12-19 14:14:46 -07:00
Nitin Madhok
09b11bf8e4
Access dictionary values correctly in salt.modules.mdadm.destroy Fixes #19115
2014-12-19 14:14:46 -07:00
Lendar
8a885fc38f
Fix PUT/DELETE in s3.query
...
Was broken in 8ed7c92
during move to requests.
- PUT now uploads data
- Fixes AttributeError
2014-12-19 14:07:16 -07:00
Thomas S Hatch
fc3d15dd6a
Merge pull request #19121 from nmadhok/fix-mdadm-create-module
...
Fixing salt.modules.mdadm.create broken functionality
2014-12-19 14:05:11 -07:00
Thomas S Hatch
296d711a5a
Merge pull request #19120 from jayeshka/groupadd_unit_tests
...
unit test case for groupadd
2014-12-19 14:04:10 -07:00
Thomas S Hatch
acbe79652f
Merge pull request #19116 from nmadhok/module-mdadm-destroy
...
Access dictionary values correctly in salt.modules.mdadm.destroy
2014-12-19 14:03:20 -07:00