aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-06-17 11:19:17 +0200
committerGuido Günther <agx@sigxcpu.org>2016-06-17 11:19:17 +0200
commitbe9c7acb44472dca3909881a49c505dbe09d74d5 (patch)
tree61c220a13102ea2a44ddc09674ffa87e5609ee9a
parenta6a0206318a35bf56cffbc956c67b487641b459e (diff)
Don't log API password
-rw-r--r--foremanhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/foremanhost.py b/foremanhost.py
index 59a2a9d..111837f 100644
--- a/foremanhost.py
+++ b/foremanhost.py
@@ -451,7 +451,7 @@ def main():
state = dict(default='present', choices=['present','absent']),
api_url = dict(required=True),
api_user = dict(required=True),
- api_password = dict(),
+ api_password = dict(no_log=True),
ssl_verify = dict(),
))