Fixed variable name typo
This commit is contained in:
parent
5f1d93f93e
commit
e332e7eca7
@ -4,4 +4,4 @@ maintainer_email "hpcs-mon@hp.com"
|
||||
license "All rights reserved"
|
||||
description "Installs/Configures som_persister"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.1.16"
|
||||
version "0.1.17"
|
||||
|
@ -90,9 +90,9 @@ dataSourceFactory:
|
||||
|
||||
# Uncomment if databaseType is influxdb
|
||||
influxDBConfiguration:
|
||||
name: <%= @setting['influxdb']['dbname'] %>
|
||||
name: <%= @settings['influxdb']['dbname'] %>
|
||||
replicationFactor: 1
|
||||
url: http://<%= @setting['influxdb']['hostname'] %>:8086
|
||||
url: http://<%= @settings['influxdb']['hostname'] %>:8086
|
||||
user: <%=@credentials['influxdb']['user'] %>
|
||||
password: <%=@credentials['influxdb']['password'] %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user