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.
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.
12 years ago
..
apt
Apt module: add update-cache as alias of update_cache
12 years ago
assemble
More cleanup in assemble module for module magic (tm)
12 years ago
async_status
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
async_wrapper
Apply logging of arguments to modules (issue #122 )
13 years ago
authorized_key
Convert authorized_key modules to use new common code + misc style things
12 years ago
command
Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such
12 years ago
copy
Allow copy dest argument to be a directory
12 years ago
facter
Standardizing the module
12 years ago
fetch
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
12 years ago
file
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
get_url
Fix exeptions, replace 'as' by ',' as reported on IRC for Python 2.4.3 on Centos5
12 years ago
git
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
group
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
mount
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
mysql_db
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
mysql_user
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
ohai
Changed funtion name to get_ohai_data
12 years ago
ping
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
postgresql_db
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
postgresql_user
Module consistency and make daisy chaining work with invalid arguments detection.
12 years ago
raw
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
12 years ago
service
Fix service module for issue 755 and another bug
12 years ago
setup
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
shell
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
12 years ago
slurp
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
template
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
12 years ago
user
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
virt
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
12 years ago
yum
Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such
12 years ago