fix subnet
This commit is contained in:
parent
1d608cab4c
commit
c255b9884f
1 changed files with 2 additions and 2 deletions
|
@ -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:}
|
||||||
|
|
Loading…
Reference in a new issue