NewGyu
02258902f9
fix cannot download SNAPSHOT version
2015-06-16 11:33:10 -04:00
Benjamin Albrecht
05e0b35a45
Fix possible values for zfs sync property
2015-06-16 11:33:10 -04:00
Solomon Gifford
d1c68eea9f
#364 Added support for update_password=dict(default="always", choices=["always", "on_create"])
2015-06-16 11:33:09 -04:00
Solomon Gifford
62a7742481
fixes issue #362
2015-06-16 11:33:09 -04:00
Solomon Gifford
3ea8ac0e13
\login_password with missing login_user not caught #363
2015-06-16 11:33:09 -04:00
Todd Zullinger
d604f56162
monitoring/nagios: Allow comment to be specified
...
The default remains 'Scheduling downtime' but can be overridden.
2015-06-16 11:33:09 -04:00
Kevin Klinemeier
49ab501be4
Updated tags example to an actual datadog tag
2015-06-16 11:33:09 -04:00
Matthew Landauer
b0992a97ef
Handle MX,NS,TXT records correctly and don't assume one record type per name
2015-06-16 11:33:09 -04:00
Matthew Landauer
5ef2dd8a77
If record_name="" write empty value to dns made easy
...
This is necessary for instance when setting MX records on the root of a domain.
This is different than leaving record_name out completely which has the same
behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
bdeb0bc8db
If record_value="" write empty value to dns made easy
...
This is necessary for instance when setting CNAMEs that point to the root
of the domain. This is different than leaving record_value out completely
which has the same behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
3d2f19c24d
Fix display of error message
...
It was crashing due to "domain" variable not being defined
2015-06-16 11:33:09 -04:00
Giovanni Tirloni
2be58620e2
add createparent option to zfs create
2015-06-16 11:33:09 -04:00
Jason Holland
669316195f
Fix small issue with wrapping syntax
2015-06-16 11:33:09 -04:00
Jason Holland
8383857b5a
Fix some logical issues with enabling/disabling a server on the A10.
2015-06-16 11:33:09 -04:00
James Cammarata
45423973fc
Version bump for 1.8.2
2015-06-16 11:33:08 -04:00
James Cammarata
9859aa0435
Version bump for extras release 1.8.1
2015-06-16 11:33:08 -04:00
James Cammarata
b80d2b3cfa
Adding VERSION file for 1.8.0
2015-06-16 11:33:08 -04:00
Nicolas Brisac
bc440ade79
Allow filtering of routed/forwarded packets
...
MAN page states the following :
Rules for traffic not destined for the host itself but instead for
traffic that should be routed/forwarded through the firewall should
specify the route keyword before the rule (routing rules differ
significantly from PF syntax and instead take into account netfilter
FORWARD chain conventions). For example:
ufw route allow in on eth1 out on eth2
This commit introduces a new parameter "route=yes/no" to allow just that.
2015-06-16 11:33:08 -04:00
Michael Gröning
f9041a1b29
fix bugs
2015-06-16 11:33:08 -04:00
Michael Gröning
304abbce85
improved docs
2015-06-16 11:33:08 -04:00
Michael Gröning
0b9863ed0e
divided between host an service downtimes
2015-06-16 11:33:08 -04:00
Michael Gröning
8829b818b8
add function for servicegrup downtimes
2015-06-16 11:33:08 -04:00
Brian Coca
1165ae8030
Merge pull request #613 from wimnat/feature/ec2_eni_facts
...
New module - ec2_eni_facts
2015-06-16 11:00:04 -04:00
whiter
8311854fa6
New module - ec2_eni_facts
2015-06-16 12:21:37 +10:00
Brian Coca
2b5160ad52
Merge pull request #612 from resmo/for-ansible
...
cloudstack: fix clean_up arg to be boolean in cs_network
2015-06-15 10:39:29 -04:00
Brian Coca
47dfbd8ef4
Merge pull request #611 from resmo/feature/cs_template
...
cloudstack: add new module cs_template
2015-06-15 10:38:16 -04:00
Rene Moser
96d82b4f9e
cloudstack: fix clean_up arg to be boolean in cs_network
2015-06-15 12:12:49 +02:00
Rene Moser
5f5577e110
cloudstack: add new module cs_template
2015-06-15 12:04:35 +02:00
Kevin Carter
d3b3d7ff3c
Fix the lxc container restart state
...
The lxc container restart state does not ensure that the container
is in fact started unless another config or command is passed into
the task. to fix this the module simply needs to have the function
call added ``self._container_startup()`` after the container is
put into a stopped state.
Signed-off By: Kevin Carter <kevin.carter@rackspace.com>
2015-06-13 13:56:26 -05:00
Brian Coca
3f76a37f27
fixed doc issues
2015-06-12 14:11:38 -04:00
Brian Coca
bf17e386aa
Merge pull request #482 from alcamie101/NetworkManager
...
Initial commit of nmcli: NetworkManager module. Currently supports:
2015-06-12 13:59:21 -04:00
Brian Coca
2be8e4b02a
Merge pull request #603 from alexlo03/cloudtrail-fixes
...
Cloudtrail module fixes
2015-06-12 12:44:52 -04:00
Alex Lo
416d96a1e6
Error message typo
2015-06-12 01:31:45 -04:00
Alex Lo
d1f50493bd
Fix boto library checking
2015-06-12 01:17:30 -04:00
Alex Lo
d0ef6db43c
There is no absent, only disabled
2015-06-12 00:49:59 -04:00
Alex Lo
4fc275d1c5
remove extraneous imports
2015-06-12 00:49:37 -04:00
Brian Coca
14f96095bf
Merge pull request #601 from sivel/expect-no-executable
...
Remove the executable option as it's redundant
2015-06-11 13:37:54 -04:00
Matt Martz
76e382abaa
Remove the executable option as it's redundant
2015-06-11 12:36:47 -05:00
Greg DeKoenigsberg
78ffe4317d
Merge pull request #398 from elventear/win_choco
...
Refactor `win_chocolatey` module
2015-06-11 13:30:14 -04:00
Brian Coca
7e39f6780c
Merge pull request #600 from sivel/expect-module
...
Add new module 'expect'
2015-06-11 12:52:28 -04:00
Matt Martz
4f38c4387b
Add new module 'expect'
2015-06-11 11:36:34 -05:00
Brian Coca
533c0b2e34
Merge pull request #596 from resmo/feature/cs_network
...
cloudstack: add new module cs_network
2015-06-10 18:07:32 -04:00
Rene Moser
bec97ff60e
cloudstack: add new module cs_network
2015-06-10 23:31:48 +02:00
Brian Coca
2f967a949f
minor docfix
2015-06-10 12:58:59 -04:00
Greg DeKoenigsberg
5d1d8a6a98
Merge pull request #595 from resmo/fix/authors
...
puppet: update author to new format
2015-06-10 08:36:21 -04:00
Rene Moser
2643c3edda
puppet: update author to new format
2015-06-10 13:00:02 +02:00
Brian Coca
78035779f6
Merge pull request #567 from cloudnull/lxc-package-doc-update
...
Updates the doc information for the python2-lxc dep
2015-06-09 18:34:17 -04:00
Brian Coca
6c6ce5e434
Merge pull request #594 from davidsiefert/devel
...
Adding support for setting the topic of a channel
2015-06-09 15:57:07 -04:00
Greg DeKoenigsberg
8929d5c6a1
Merge pull request #433 from NewGyu/devel
...
fix cannot download SNAPSHOT version
2015-06-09 13:07:37 -04:00
Greg DeKoenigsberg
ef7381f246
Adding author's github id
2015-06-09 12:58:45 -04:00