Skip to content

Commit ad9ef60

Browse files
committed
Update default dex_uri value (#111)
Fixes #110
1 parent 3bfcb33 commit ad9ef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
Hash $oidc_settings = {},
300300

301301
# Dex configs
302-
Optional[String[1]] $dex_uri = undef,
302+
Variant[String[1],Boolean] $dex_uri = '/dex',
303303
Openondemand::Dex_config $dex_config = {},
304304

305305
# Misc configs

0 commit comments

Comments
 (0)