You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Stephen Fromm 42ad1c879f Fix service module for issue 755 and another bug
Allow use of service module with just enable parameter, per issue #755.
Also fixed two other issues:
- fixed parameter to be 'enabled' per docs, not 'enable'.
- fixed if block that checks whether to run _do_enable() to check
  whether the parameter is set, not the value of the enable value which
  may be None or False.  If enabled=no, the service would never be
  disabled.
14 years ago
..
apt
assemble
async_status
async_wrapper
authorized_key
command
copy
facter
fetch
file Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
get_url Fix exeptions, replace 'as' by ',' as reported on IRC for Python 2.4.3 on Centos5 14 years ago
git Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
group
mount
mysql_db Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
mysql_user Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
ohai
ping
postgresql_db Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
postgresql_user Module consistency and make daisy chaining work with invalid arguments detection. 14 years ago
raw
service Fix service module for issue 755 and another bug 14 years ago
setup
shell
slurp
template
user
virt
yum