Fix auth_type default value in doc

Default value should be password
and not $::os_service_default

Change-Id: Ide6706ee74e685ab605ee9fc2f129c3d42ec0bb6
This commit is contained in:
Iury Gregory Melo Ferreira 2016-08-08 14:05:55 -03:00
parent bd49302617
commit cfd7891e88

View File

@ -40,7 +40,7 @@
#
# [*auth_type*]
# (Optional) Authentication type to load
# Defaults to $::os_service_default
# Defaults to 'password'
#
# [*auth_uri*]
# (Optional) Complete public Identity API endpoint.