Fix grafana_user password idempotency
This commit fixes the issue that on each puppet run the user password
will be set. As the grafana API does not provide any feature for that
we try to connect as that user if login works we suppress the password
change.
Fixes #104