configuration to ini
This commit is contained in:
parent
d4bb6da235
commit
1fea1dd134
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,8 @@ class grafana (
|
|||
env => $env,
|
||||
}
|
||||
file { "${container_config_folder}/grafana.ini":
|
||||
content => template('grafana/grafana.ini.erb'),
|
||||
# content => template('grafana/grafana.ini.erb'),
|
||||
content => wmflib::ini($configuration),
|
||||
}
|
||||
}
|
||||
podman::container { $container_name:
|
||||
|
@ -85,7 +86,6 @@ class grafana (
|
|||
},
|
||||
}
|
||||
file { $ldap_config_file:
|
||||
ensure => file,
|
||||
content => to_toml($ldap_config),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue