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.
Michael DeHaan
4f4ee3693f
Merge pull request #2440 from jochu/service-chkconfig-add
attempt to add service to chkconfig when suggested
|
13 years ago |
| .. |
|
add_host
|
For consistency, add host should take a key named 'name' in addition to 'hostname'.
|
13 years ago |
|
apt
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
apt_key
|
Update various modules for check_mode
|
13 years ago |
|
apt_repository
|
Update various modules for check_mode
|
13 years ago |
|
assemble
|
Remove choices=BOOLEANS as it is no longer needed
|
13 years ago |
|
async_status
|
do not conditionalize this for older Python, fix indentation, better use
|
13 years ago |
|
async_wrapper
|
chmod -x for all module files in source checkout
|
13 years ago |
|
authorized_key
|
* Minor removal of some dumb I did.
|
13 years ago |
|
bzr
|
Fix bzr module documentation, name is the primary attribute.
|
13 years ago |
|
cloudformation
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
command
|
Use relative creates/removes path with chdir
|
13 years ago |
|
copy
|
Restore force in copy since arguments are no longer clobbered
|
13 years ago |
|
cron
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
debug
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
django_manage
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
easy_install
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
ec2
|
Merge pull request #2437 from hspencer77/additional-ec2-instance-attribute-support
|
13 years ago |
|
ec2_facts
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
ec2_vol
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
facter
|
Various cleanup to run_command
|
13 years ago |
|
fail
|
DOCUMENTATION strings
|
13 years ago |
|
fetch
|
Update fetch documentation
|
13 years ago |
|
file
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
fireball
|
Log tracebacks to syslog when using fireball mode.
|
13 years ago |
|
gem
|
Fix --include-dependencies parameter on RubyGems >= 2.0.0
|
13 years ago |
|
get_url
|
Merge pull request #2273 from dorfsmay/pullreq-use_proxy
|
13 years ago |
|
git
|
Fixes for get_remote_head in git module
|
13 years ago |
|
group
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
group_by
|
Add a group_by action plugin.
|
13 years ago |
|
hg
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
homebrew
|
Add Homebrew module
|
13 years ago |
|
ini_file
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
lineinfile
|
disabled appending file with garbage when regexp didn't match.
|
13 years ago |
|
lvg
|
now using 'type=' for module parameters, replaced lambda with list comprehensions, simplyfied extend/reduce part of module, renamed dev parameter to pvs
|
13 years ago |
|
lvol
|
Add type casting to user/group modules, remove executable bit from other modules
|
13 years ago |
|
macports
|
Teach the macports module to activate/deactivate packages
|
13 years ago |
|
mail
|
mail module: properly set charset
|
13 years ago |
|
mongodb_user
|
'make pep8' is now clean
|
13 years ago |
|
mount
|
add docs to mount module using LABEL and UUID
|
13 years ago |
|
mysql_db
|
Document mysql_(user,db) login_unix_socket option
|
13 years ago |
|
mysql_user
|
Merge pull request #2404 from lorin/mysql-mycnf-user
|
13 years ago |
|
nagios
|
Merge pull request #2430 from b6d/nagios-module-icingacfg
|
13 years ago |
|
netscaler
|
netscaler module initial commit
|
13 years ago |
|
ohai
|
Various cleanup to run_command
|
13 years ago |
|
openbsd_pkg
|
Add openbsd_pkg: package management for OpenBSD.
|
13 years ago |
|
opkg
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
pacman
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
pause
|
pause: Fix small documentation glitch
|
13 years ago |
|
ping
|
Working on complex argument support.
|
13 years ago |
|
pip
|
Fix broken virtualenv link in pip documentation.
|
13 years ago |
|
pkgin
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
postgresql_db
|
Add quotes around postgresql database name
|
13 years ago |
|
postgresql_user
|
Remove some tab/space issues in previous commits.
|
13 years ago |
|
rabbitmq_parameter
|
Fixup the rabbitmq YAML documentation so we can generate docs for it.
|
13 years ago |
|
rabbitmq_plugin
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
rabbitmq_user
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
rabbitmq_vhost
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
raw
|
Merge pull request #1798 from dagwieers/raw-executable
|
13 years ago |
|
rhn_channel
|
Minor consistency tweak, pwd => password
|
13 years ago |
|
s3
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
script
|
Make script module use raw module so it does not require python
|
13 years ago |
|
seboolean
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
selinux
|
Update various modules for check_mode
|
13 years ago |
|
service
|
Merge pull request #2440 from jochu/service-chkconfig-add
|
13 years ago |
|
setup
|
Added osrelease and osversion as well as changed the way sysctl is called on OSX
|
13 years ago |
|
shell
|
DOCUMENTATION strings
|
13 years ago |
|
slurp
|
slurp: import base64 as module_common no longer does
|
13 years ago |
|
subversion
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
supervisorctl
|
Update various modules for check_mode
|
13 years ago |
|
svr4pkg
|
Update various modules for check_mode
|
13 years ago |
|
sysctl
|
Fix the documentation booleans so they use "yes" and "no"
|
13 years ago |
|
template
|
Fixup template documentation so webdocs can generate.
|
13 years ago |
|
uri
|
Make URI module default to 30 seconds.
|
13 years ago |
|
user
|
rename user option nonunique tot non_unique
|
13 years ago |
|
vagrant
|
Changed python interpreter to be consistent in these modules as compared to all others.
|
13 years ago |
|
virt
|
virt module doc fix
|
13 years ago |
|
wait_for
|
removed env as per project policy
|
13 years ago |
|
yum
|
Teach the yum module to support --check mode.
|
13 years ago |
|
zfs
|
Added support for --check in zfs module
|
13 years ago |