examples: fix apache_with_paths.pp
Minor fix for examples, to avoid any confusion. Change-Id: I6e07b0823b141f65be237303a15520d46cda5e5a Closes-bug: #1267627
This commit is contained in:
parent
1a6ce2e16b
commit
3f0c6d5f96
@ -38,8 +38,8 @@ class { '::keystone::roles::admin':
|
||||
password => 'ChangeMe',
|
||||
}
|
||||
class { '::keystone::endpoint':
|
||||
public_url => "https://${::fqdn}:443/main/",
|
||||
admin_address => "https://${::fqdn}:443/admin/",
|
||||
public_url => "https://${::fqdn}:443/main/",
|
||||
admin_url => "https://${::fqdn}:443/admin/",
|
||||
}
|
||||
|
||||
keystone_config { 'ssl/enable': ensure => absent }
|
||||
|
Loading…
x
Reference in New Issue
Block a user