fix subnet

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

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