fix subnet

This commit is contained in:
Antonio J. Delgado 2023-02-10 20:44:45 +02:00
parent c255b9884f
commit 593409aa84

View file

@ -25,8 +25,8 @@ class grafana (
podman::network {'grafana': podman::network {'grafana':
driver => 'bridge', driver => 'bridge',
internal => true, internal => true,
ip_range => '10.1.1.0/32', ip_range => '10.1.1.0/24',
subnet => '10.1.1.0/32', subnet => '10.1.1.0/24',
} }
if (!$container_mount_data_folder) { if (!$container_mount_data_folder) {
podman::volume{$container_volume_name:} podman::volume{$container_volume_name:}