Explorar el Código

Fix hosts.example openshift_master_oauth_templates

Example inventory file uses yaml format.

This commit updates example for ini inventory format.
Michael Gugino hace 6 años
padre
commit
abc52c70f7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      inventory/hosts.example

+ 1 - 2
inventory/hosts.example

@@ -94,8 +94,7 @@ debug_level=2
 
 # Configure extensions in the master config for console customization
 # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#serving-static-files
-#openshift_master_oauth_templates:
-#  login: /path/to/login-template.html
+#openshift_master_oauth_templates={'login': '/path/to/login-template.html'}
 # openshift_master_oauth_template is deprecated.  Use openshift_master_oauth_templates instead.
 #openshift_master_oauth_template=/path/to/login-template.html