Commit Graph

63640 Commits

Author SHA1 Message Date
Mike Place
01807e15d5 Merge pull request #29826 from titilambert/develop
Add k8s module and state documentation
2015-12-17 20:06:17 -07:00
Thibault Cohen
d37064951d Add k8s modules and states documentation 2015-12-17 21:44:49 -05:00
abednarik
ae3cfef83f modules.dpkg: __virtual__ return err msg.
Added message when return False if OS is not Debian based.
2015-12-17 22:34:30 -03:00
abednarik
7f3ac26be4 modules.freebsdports: __virtual__ return err msg.
Added message when return False if OS is not FreeBSD.
Also updated how OS is detected for consistency
2015-12-17 22:20:22 -03:00
abednarik
aa9e3ac4c8 modules.freebsd_sysctl: __virtual__ return err msg.
Added message when return False if OS is not FreeBSD.
2015-12-17 21:52:15 -03:00
abednarik
984d4e0069 modules.freebsdjail: __virtual__ return err msg.
Added message when return False if OS is not FreeBSD.
Also updated how OS is detected for consistency
2015-12-17 21:50:46 -03:00
Lv Jiawei
3102aab3f7 Update neutron.py 2015-12-18 08:47:48 +08:00
Joseph Hall
eefe0c39c7 Fiddle with first item in packages 2015-12-17 17:24:38 -07:00
Joseph Hall
1705365c74 Add missing import 2015-12-17 16:59:02 -07:00
Joseph Hall
a41e3582de Lint 2015-12-17 16:49:40 -07:00
Joseph Hall
d46ffa3202 Lint 2015-12-17 16:36:29 -07:00
rallytime
e7c5863468 Add esxi module and state to docs build
Also fixed some minor doc errors
2015-12-17 16:33:59 -07:00
Joseph Hall
1eb3b9c5e4 Allow useradd and groupadd to use alternate root 2015-12-17 16:23:27 -07:00
Joseph Hall
b888918e02 Allow pacman to use alternate root dir 2015-12-17 15:44:55 -07:00
Colton Myers
2405501d75 Add documentation for tcp ipc_mode and multi-master 2015-12-17 14:08:41 -07:00
Colton Myers
307e867980 For tcp ipc_mode, give each minion different pub/pull ports 2015-12-17 13:59:25 -07:00
Andreas Lutro
51088d938a add tests, rename a function to more closely mirror influxdb 2015-12-17 21:58:51 +01:00
Rich Robinson
a282814324 Add binary option to fopen
Compressed file downloads are being corrupted due to not being written as binary. Add 'b' option to the write to enable binary writing.
2015-12-17 20:58:47 +00:00
Andreas Lutro
785da17a67 missing comma 2015-12-17 21:43:42 +01:00
Colton Myers
5a21893e82 Fix ipc_mode check in windows
Although 'tcp' is the only supported ipc_mode in windows, this
check was completely wrong and would never allow overriding it.
2015-12-17 13:25:47 -07:00
Andreas Lutro
7e9e9a1030 influxdb: add retention policy module functions 2015-12-17 20:07:00 +01:00
Daniel
9da8bdd342 Fix mod_random not loading on Python <= 2.6
The algorithms attribute is not present on Python 2.6, making the module unusable. Added an additional sanity check to allow the proper module loading.
2015-12-17 11:58:55 -07:00
Mike Place
c7d3ac58ef Merge pull request #29792 from abednarik/virtual_ret_system_module
modules.system: __virtual__ return err msg.
2015-12-17 11:53:52 -07:00
Mike Place
1e46840b86 Merge pull request #29801 from abednarik/virtual_ret_pacman_module
modules.pacman: __virtual__ return err msg.
2015-12-17 11:53:17 -07:00
Mike Place
4044f3bb93 Merge pull request #29803 from rallytime/vsphere-docs
Add vSphere module to doc ref module tree
2015-12-17 11:52:56 -07:00
Mike Place
dc322e2d2d Merge pull request #29805 from akissa/add-versionadd-to-pillar-sqlcipher
add versionadded as requested
2015-12-17 11:51:09 -07:00
Mike Place
5f2f128f64 Merge pull request #29804 from irtnog/fix-rhel-repo-config
Fix a typo in the gpgkey URL
2015-12-17 11:50:46 -07:00
Mike Place
664298e138 Merge pull request #29807 from cachedout/lint_29686
Lint 29686
2015-12-17 11:50:00 -07:00
Mike Place
143a4433c0 Lint #29686 2015-12-17 11:49:14 -07:00
abednarik
84f59d1d87 modules.system: __virtual__ return err msg.
Updated message in system  module when return False if system is not Linux or shutdown command is not available.
2015-12-17 15:39:15 -03:00
Andrew Colin Kissa
d32e3a6cab add versionadded as requested
Fixes #29781
2015-12-17 20:37:23 +02:00
abednarik
ddbe17b0dd modules.pacman: __virtual__ return err msg.
Updated message in pacman module when return False if OS family is not supported.
2015-12-17 15:33:42 -03:00
Mike Place
80586eae7b Merge pull request #29787 from abednarik/virtual_ret_win_dacl_module
modules.win_dacl: __virtual__ return err msg.
2015-12-17 11:32:44 -07:00
Mike Place
9b4c2194f6 Merge pull request #29767 from abednarik/network_mod_hpstname_fix
Hosts file update in mod_hostname.
2015-12-17 11:31:18 -07:00
Mike Place
9661dd4190 Merge pull request #29732 from terminalmage/issue896
Improve error reporting in pkg states
2015-12-17 11:30:11 -07:00
Mike Place
0c65eeb82b Merge pull request #29772 from terminalmage/issue29631
pygit2: skip submodules when traversing tree
2015-12-17 11:23:16 -07:00
Mike Place
3aea33c95f Merge pull request #29802 from abednarik/virtual_ret_freebsdkmod_module
modules.freebsdkmod: __virtual__ return err msg.
2015-12-17 11:22:04 -07:00
Mike Place
1b430b251f Merge pull request #29765 from gtmanfred/2015.8
allow nova driver to be boot from volume
2015-12-17 11:20:33 -07:00
rallytime
3b7f5540ec Add vSphere module to doc ref module tree 2015-12-17 10:54:28 -07:00
abednarik
2c84fb9475 modules.freebsdkmod: __virtual__ return err msg.
Updated message in freebsdkmod module when return False if system is not FreeBSD.
2015-12-17 14:42:32 -03:00
Mike Place
f1a00b2a42 Merge pull request #29777 from TravisPaul/develop
The cron module does not work with SmartOS
2015-12-17 10:37:53 -07:00
Mike Place
c4f226f31e Merge pull request #29773 from l2ol33rt/debian_install_docfix
Append missing wget in debian installation guide
2015-12-17 10:29:18 -07:00
Mike Place
aca4da3abc Merge pull request #29800 from rallytime/bp-29769
Back-port #29769 to 2015.8
2015-12-17 10:28:52 -07:00
Mike Place
4e8c90e6d8 Merge pull request #29799 from terminalmage/remove-repoquery
Remove references to repoquery from comments
2015-12-17 10:28:35 -07:00
Mike Place
ecf29a2b9f Merge pull request #29797 from The-Loeki/patch-1
Enhancement: Add cpu_baseline to virt
2015-12-17 10:28:09 -07:00
Mike Place
ec8f692ff3 Merge pull request #29782 from akissa/add-pillar-sqlcipher-module
Add Pillar SQLCipher module
2015-12-17 10:25:28 -07:00
Aditya Kulkarni
10bfcb8cb0 Add documentation about scopes (GCE) 2015-12-17 09:42:15 -07:00
Ronald van Zantvoort
276753e267 lintfix 2015-12-17 17:27:07 +01:00
Erik Johnson
9bf59a2f86 Remove references to repoquery from comments
Since repoquery is no longer used, the comments should not reference it.
2015-12-17 10:15:53 -06:00
Mike Place
15b2d7219c Merge pull request #29794 from immunda/patch-2
Improve git fast-forward error message
2015-12-17 09:14:59 -07:00