Christophe Drevet-Droguet
|
7395a949e4
|
mount state module: uid/gid verification with names
Should fix #25293
|
2015-12-08 12:43:46 +01:00 |
|
Mike Place
|
20ddd4c29d
|
Merge pull request #29432 from brendan-rius/virt_ret
modules.bamboohr: __virtual__ returns error message
|
2015-12-05 09:31:18 -07:00 |
|
Mike Place
|
d2b9531687
|
Merge pull request #29448 from techhat/genesispkgs
Allow pkgs to be passed into genesis.bootstrap
|
2015-12-05 09:30:00 -07:00 |
|
Justin Findlay
|
3159e85944
|
Merge pull request #29436 from michaelcoyote/develop
Add return messages on boto library load failure to salt/modules/boto_elb.py
|
2015-12-04 23:32:49 -07:00 |
|
michael guldan
|
6567bb3ac9
|
fix whitespace error in salt/modules/zfs.py
|
2015-12-04 20:56:18 -08:00 |
|
Joseph Hall
|
c5144b9167
|
Merge pull request #3 from jfindlay/gen_boot
modules.genesis.bootstrap: update unit tests
|
2015-12-04 18:53:17 -07:00 |
|
Justin Findlay
|
ca69a646d6
|
modules.genesis.bootstrap: update unit tests
|
2015-12-04 18:44:42 -07:00 |
|
Justin Findlay
|
1764c53363
|
Merge pull request #29450 from pass-by-value/dell_idrac_password_limit
Raise error if dracr password is above 20 chars
|
2015-12-04 17:24:55 -07:00 |
|
Brendan Rius
|
8ba74df6b5
|
Fix typo
apiKey => apiKey
The error message is clearer
|
2015-12-05 01:11:49 +01:00 |
|
Justin Findlay
|
31eb4b105b
|
Merge pull request #29442 from syedaali/virt_ret
modules.boto_{iam,kms,rds,route53,secgroup,sns,sqs,vpc},modules_bower…
|
2015-12-04 16:48:58 -07:00 |
|
michael guldan
|
29aa540505
|
salt/modules/zfs.py: add failure return message
Return failure message in case of missing zfs binary
|
2015-12-04 14:32:58 -08:00 |
|
Joseph Hall
|
677e21bad5
|
Move a paren around
|
2015-12-04 13:58:57 -07:00 |
|
Aditya Kulkarni
|
856eb4664f
|
Raise error if dracr password is above 20 chars
|
2015-12-04 15:45:11 -05:00 |
|
Joseph Hall
|
7b2e7e1e09
|
Allow pkgs to be passed into genesis.bootstrap
|
2015-12-04 13:07:35 -07:00 |
|
Mike Place
|
7caead8630
|
Merge pull request #29446 from cachedout/lint_augeus
Lint test case
|
2015-12-04 12:43:43 -07:00 |
|
Mike Place
|
00cbcb9f3b
|
Lint test case
|
2015-12-04 12:43:14 -07:00 |
|
Syed Ali
|
24ad456b96
|
modules.boto_{iam,kms,rds,route53,secgroup,sns,sqs,vpc},modules_bower,modules_brew:__virtual__ return err msg
|
2015-12-04 10:50:05 -08:00 |
|
michael guldan
|
7e4a6d9df8
|
Add return messages on boto library load failure
return false w/ reason on failure of boto library load
|
2015-12-04 08:39:26 -08:00 |
|
Mike Place
|
6ab669123c
|
Merge pull request #29429 from cachedout/augeas_test_fix
Fix augeas test
|
2015-12-04 08:37:31 -07:00 |
|
Mike Place
|
0c6852e67d
|
Fix augeas test
|
2015-12-04 08:37:01 -07:00 |
|
Brendan Rius
|
bf52d4acdc
|
modules.bamboohr: __virtual__ returns error message
|
2015-12-04 16:33:21 +01:00 |
|
Mike Place
|
a9932d8ff3
|
Merge pull request #29395 from devopsbrett/patch-1
Update consul_pillar.py
|
2015-12-04 08:05:00 -07:00 |
|
Mike Place
|
eff4ff0a23
|
Merge pull request #29403 from techhat/nonrhip
Add IP module for non-RH/Deb Linux platforms
|
2015-12-04 08:04:07 -07:00 |
|
Mike Place
|
87dcf708e6
|
Merge pull request #29404 from techhat/iwtools
Support for Wireless Tools for Linux
|
2015-12-04 08:02:07 -07:00 |
|
Mike Place
|
4099800148
|
Merge pull request #29415 from michaelcoyote/develop
add reasons for __virtual__() in boto_ec2.py
|
2015-12-04 08:00:48 -07:00 |
|
Mike Place
|
c685210cfd
|
Merge pull request #29424 from arthurlogilab/patch-15
typo fix
|
2015-12-04 07:59:05 -07:00 |
|
Arthur Lutz
|
62e092249c
|
typo fix
|
2015-12-04 11:57:39 +01:00 |
|
jacobhammons
|
911ce5efe4
|
Merge pull request #29419 from jacobhammons/release-versions
Added CVE-2015-8034 to 2015.8.3 and 2015.5.8 release notes
|
2015-12-03 20:15:05 -07:00 |
|
Jacob Hammons
|
c2dc709bce
|
Added CVE-2015-8034 to 2015.8.3 and 2015.5.8 release notes
|
2015-12-03 20:14:16 -07:00 |
|
michael guldan
|
18bd8903cd
|
spelling fix
|
2015-12-03 16:17:23 -08:00 |
|
michael guldan
|
b53da0eb4b
|
Add return messages on boto library load failure
lines for library not avalible and wrong version added.
|
2015-12-03 16:07:19 -08:00 |
|
Mike Place
|
6d2a21a085
|
Merge pull request #29413 from cachedout/fixup_29216
Catch zero-size file with mmap in Python 2.6
|
2015-12-03 14:26:47 -07:00 |
|
Mike Place
|
2c342e8c7d
|
Catch zero-size file with mmap in Python 2.6
Refs #29216
|
2015-12-03 14:26:00 -07:00 |
|
Mike Place
|
52c0b6b130
|
Merge pull request #29408 from twellspring/boto_doc_updates
Documentation update for boto_vpc changes in #227728
|
2015-12-03 13:59:32 -07:00 |
|
Mike Place
|
8fcccf1da0
|
Merge pull request #29411 from cachedout/fix_augeas_cfg_test
Fix augeas_cfg test
|
2015-12-03 13:56:46 -07:00 |
|
Mike Place
|
af1c327461
|
Fix augeas_cfg test
|
2015-12-03 13:54:43 -07:00 |
|
Mike Place
|
a1d7617487
|
Merge pull request #29406 from sjorge/module-nagios
minor fixups to salt.modules.nagios
|
2015-12-03 13:41:28 -07:00 |
|
Joseph Hall
|
5cc503f928
|
Import zip from six
|
2015-12-03 13:39:36 -07:00 |
|
Mike Place
|
e0575d6c76
|
Merge pull request #29397 from jacksontj/concurrent
More fixes for #23373
|
2015-12-03 13:38:07 -07:00 |
|
Mike Place
|
a099e0855f
|
Merge pull request #29371 from cro/tls-entropy-16744
Change TLS certificate serial number generation to have more entropy
|
2015-12-03 13:29:45 -07:00 |
|
Mike Place
|
10c8d5abf4
|
Merge pull request #29401 from twangboy/dsc_edit_3
Dsc edit 3
|
2015-12-03 13:28:14 -07:00 |
|
Mike Place
|
717d2885db
|
Merge pull request #29409 from syedaali/virt_ret
modules.boto_asg.py:__virtual__ return err msg
|
2015-12-03 13:17:43 -07:00 |
|
Joseph Hall
|
8660f2e210
|
Remove unused import
|
2015-12-03 13:13:12 -07:00 |
|
Joseph Hall
|
8451053702
|
Lint
|
2015-12-03 13:12:02 -07:00 |
|
Syed Ali
|
a94b1a3809
|
modules.boto_asg.py:__virtual__ return err msg
|
2015-12-03 12:03:11 -08:00 |
|
Todd Wells
|
46cfd57030
|
Document update for boto_vpc changes in #227728
|
2015-12-03 11:57:03 -08:00 |
|
Jorge Schrauwen
|
7019b4da14
|
Use constant for isdir check
|
2015-12-03 19:51:57 +00:00 |
|
Jorge Schrauwen
|
0bcfcdf5ec
|
move example to correct function
|
2015-12-03 19:50:58 +00:00 |
|
twangboy
|
4c413e0334
|
Fixed some lint
|
2015-12-03 12:10:36 -07:00 |
|
Joseph Hall
|
64ddd84303
|
Support for Wireless Tools for Linux
|
2015-12-03 11:45:53 -07:00 |
|