diff options
| author | Matthew Bruzek <matthew.bruzek@canonical.com> | 2015-12-16 14:22:02 -0600 |
|---|---|---|
| committer | Matthew Bruzek <matthew.bruzek@canonical.com> | 2015-12-16 14:22:02 -0600 |
| commit | 96f88c4a94308608a0108d9677b25ba47340e09f (patch) | |
| tree | 1fb1256277d71424b41890612316e226d834fa43 /hooks | |
| parent | 031b757bd1419519883ebf3579eb147b09a795e2 (diff) | |
| parent | 860496806328ac8ddddea0402b90a1af17c57284 (diff) | |
[everlast] The dump action was not working. Now it works and if args has spaces, they can be escaped with quotes.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/hooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/hooks.py b/hooks/hooks.py index 104c893..83a8b38 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -262,6 +262,7 @@ def mongodb_conf(config_data=None): subprocess.call(['chown', '-R', 'mongodb:mongodb', config_data['dbpath']]) config.append("dbpath=%s" % config_data['dbpath']) config.append("") + config.append("ipv6=true") # logpath # Create the directory if not there already |
