Mike Place
35bf15633b
Merge pull request #29827 from titilambert/develop
...
Add titilambert in AUTHORS file
2015-12-18 09:07:22 -07:00
Mike Place
7fed47d3a5
Merge pull request #29837 from lburg/fix_timezone_typo
...
states.timezone: Fix 'desrired' typo
2015-12-18 09:01:29 -07:00
Mike Place
29334413e2
Merge pull request #29838 from SeverinLeonhardt/fix_ssh_known_host_default_port
...
Correctly handle unset port in ssh set_known_host
2015-12-18 08:53:54 -07:00
lburg
6d1ab2ece0
states.timezone: Fix 'desrired' typo
2015-12-18 13:54:04 +01:00
Severin Leonhardt
501e58445f
Correctly handle unset port in ssh set_known_host
...
According to the documentation the port parameter is optional and 22 is
used by default. But when the port was unset the hostname became:
[hostname]:None
Instead only the hostname should be output, as if the default port value
were provided.
2015-12-18 13:36:45 +01:00
Eric Mosher
0a765de370
Add infoblox documentation
...
Closes #29780
2015-12-17 23:01:55 -05:00
Sergey Kizunov
9ad3ae652b
Only connect to publisher when we want to listen
...
Only connect to the publisher at event initialization time if
we know we want to listen. If we connect to the publisher
and don't read out events from the buffer on an on-going basis,
the buffer will grow resulting in big memory usage.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2015-12-17 21:43:18 -06:00
Sergey Kizunov
4ae2e29a61
Bugfix: Event's connect_pull() using wrong object
...
`connect_pull()` was erroneously using `self.subscriber` instead of
`self.pusher` when connecting. So it would only work if `self.subscriber`
was previously constructed with a call to `connect_pub`.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2015-12-17 21:43:01 -06:00
Thibault Cohen
5f3ceea89c
Add titilambert in AUTHORS file
2015-12-17 22:36:05 -05:00
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
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
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
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
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
9661dd4190
Merge pull request #29732 from terminalmage/issue896
...
Improve error reporting in pkg states
2015-12-17 11:30:11 -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
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
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
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
Mike Place
b4d69a1c03
Merge pull request #29788 from abednarik/virtual_ret_win_autoruns_module
...
modules.win_autoruns: __virtual__ return err msg.
2015-12-17 09:14:44 -07:00
Mike Place
b3eaa2208a
Merge pull request #29791 from abednarik/virtual_ret_test_virtual_module
...
modules.test_virtual: __virtual__ return err msg.
2015-12-17 09:14:32 -07:00
Mike Place
70c0769148
Merge pull request #29793 from abednarik/virtual_ret_system_profiler_module
...
modules.system_profiler: __virtual__ return err msg.
2015-12-17 09:13:07 -07:00
Ronald van Zantvoort
6f7b7a6ea7
Enhancement: Add cpu_baseline to virt
...
This function leverages libvirt to generate a custom CPU map with the optimal settings for a VM on a hypervisor minion
2015-12-17 17:02:23 +01:00
Matthew X. Economou
f15a3648a4
Fix a typo in the gpgkey URL
2015-12-17 10:48:24 -05:00
Phil Howell
b77165f28b
Improve fast-forward error message
2015-12-17 15:25:34 +00:00