bdangit/chef-influxdb

Creating Admin user

Closed this issue · 2 comments

When trying to create an admin user with

influxdb_admin 'admin' do
password 'pass'
action :create
end

The recipe fails with the following error

had an error: NoMethodError: undefined method `get_cluster_admin_list' for #InfluxDB::Client:0x00000007e2fa70

closing because of above test. re-open if persist.