fix subnet

This commit is contained in:
Antonio J. Delgado 2023-02-10 20:41:41 +02:00
parent 1b052940f3
commit 1d608cab4c

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.1/8', ip_range => '10.1.1.0/8',
subnet => '10.1.1.1/8', subnet => '10.1.1.0/8',
} }
if (!$container_mount_data_folder) { if (!$container_mount_data_folder) {
podman::volume{$container_volume_name:} podman::volume{$container_volume_name:}