Typo.
This commit is contained in:
parent
5886a1d501
commit
7da9390800
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class soc::sso(
|
||||||
# We specify a subnet so that services which have the option/requirement can
|
# We specify a subnet so that services which have the option/requirement can
|
||||||
# specify this subnet as source of trusted proxies. This is used in Graylog,
|
# specify this subnet as source of trusted proxies. This is used in Graylog,
|
||||||
# for example; see setting "trusted_proxies".
|
# for example; see setting "trusted_proxies".
|
||||||
command => 'docker network create sso --subnet 172.29.0.0/24 || true'
|
command => 'docker network create sso --subnet 172.29.0.0/24 || true',
|
||||||
unless => 'docker network ls | grep -q sso 2>&1'
|
unless => 'docker network ls | grep -q sso 2>&1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue