Fix puppetlint issues
continuous-integration/drone/push Build is passing Details

master
Jack Henschel 2 years ago
parent 5e8a43056a
commit fad6fc402f

@ -18,13 +18,13 @@ class profile::swarm::subspace (
'/mnt/data/subspace:/data',
],
'environment' => [
"SUBSPACE_HTTP_HOST=vpn.cubieserver.de",
"SUBSPACE_HTTP_HOST=vpn.cubieserver.de",
"SUBSPACE_HTTP_INSECURE=true",
"SUBSPACE_LETSENCRYPT=false",
"SUBSPACE_DEBUG=${debug}",
],
cap_add => [
'NET_ADMIN',
'NET_ADMIN',
],
'deploy' => {
'placement' => {
@ -47,9 +47,9 @@ class profile::swarm::subspace (
# TODO: move this to wireguard class
firewall { '100 allow VPN traffic':
dport => 51280,
proto => tcp,
action => accept,
dport => 51280,
proto => tcp,
action => accept,
}
firewall { '100 allow VPN traffic (v6)':

@ -27,7 +27,7 @@ class profile::swarm::u9k (
'target' => '/tmp',
'tmpfs' => {
'size' => 1000000000, # 1 GB
},
},
},
],
'deploy' => {

Loading…
Cancel
Save