change to inifile
This commit is contained in:
parent
1fea1dd134
commit
f69cf3cb58
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class grafana (
|
||||||
}
|
}
|
||||||
file { "${container_config_folder}/grafana.ini":
|
file { "${container_config_folder}/grafana.ini":
|
||||||
# content => template('grafana/grafana.ini.erb'),
|
# content => template('grafana/grafana.ini.erb'),
|
||||||
content => wmflib::ini($configuration),
|
content => inifile::create_ini_settings($configuration),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
podman::container { $container_name:
|
podman::container { $container_name:
|
||||||
|
|
Loading…
Reference in a new issue