The action Create initial graphite db when installing graphite via roles/graphite/tasks/main.yml
has some problems.
The expect script setup-graphite-db.exp that is used to cope with the questions from manage.py syncdb miss the first question Would you like to create one now? (yes/no): and nonetheless do not correctly create a superuser needed for the setup - issue already advertised in #30
The action
Create initial graphite db
when installing graphite viaroles/graphite/tasks/main.yml
has some problems.The expect script
setup-graphite-db.exp
that is used to cope with the questions frommanage.py syncdb
miss the first questionWould you like to create one now? (yes/no):
and nonetheless do not correctly create a superuser needed for the setup - issue already advertised in #30A more robust way to create superuser is needed.