fix style

This commit is contained in:
Antonio J. Delgado 2023-02-12 10:03:54 +02:00
parent 67f80db0e6
commit 48d70feae1

View file

@ -70,7 +70,6 @@ class grafana (
env => $env,
}
file { "${container_config_folder}/grafana.ini":
ensure => present,
content => template('grafana/grafana.ini.erb'),
}
}
@ -78,7 +77,7 @@ class grafana (
image => $container_image_name,
flags => $flags,
service_flags => {
timeout => '180'
timeout => '180',
},
}
}