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.
 
 
 
 
 
Go to file
Brad Olson 637e0d0df3 Remove call to undefined debug() in module 'user'.
I think when we stopped using stderr for debugging modules because
paramiko didn't like it, many modules used the idiom of defining
a debug function that used standard error. The def's and calls were
removed.

This looks like a stray debug() that didn't get removed and didn't
show up unless you alter a user's groups. If it's hit, 'user' fails
with a global undefined function error.
13 years ago
apt Added parameter to the apt-get install command to prevent interactive conflict resolution 13 years ago
async_status Apply logging of arguments to modules (issue #122) 13 years ago
async_wrapper Apply logging of arguments to modules (issue #122) 13 years ago
command Apply logging of arguments to modules (issue #122) 13 years ago
copy Apply logging of arguments to modules (issue #122) 13 years ago
facter Apply logging of arguments to modules (issue #122) 13 years ago
failtest
fetch
file Apply logging of arguments to modules (issue #122) 13 years ago
git Default git module to master branch so branch= is not required. 13 years ago
group Apply logging of arguments to modules (issue #122) 13 years ago
ohai Apply logging of arguments to modules (issue #122) 13 years ago
ping Apply logging of arguments to modules (issue #122) 13 years ago
raw add fake module for 'raw' 13 years ago
service Allow service 'enable' parameter be 'enabled', which is what I'd personally try to use. 13 years ago
setup Added a new fact: network address for an interface 13 years ago
shell
slurp Apply logging of arguments to modules (issue #122) 13 years ago
template make all templating happen locally, so no jinja2 deps are ever required 13 years ago
user Remove call to undefined debug() in module 'user'. 13 years ago
virt Apply logging of arguments to modules (issue #122) 13 years ago
yum Apply logging of arguments to modules (issue #122) 13 years ago