Stop using absolute names for defined resource types
Since Puppet 4, names are always absolute. We already replaced usage of absolute names for class inclusion, so can do the same for defined resource types. Change-Id: I437dd1325c20af7f87a584b9c16eb50722de81bf
This commit is contained in:
parent
ef9eb05596
commit
ca3058e49c
manifests
@ -44,7 +44,7 @@ class cinder::db::mysql (
|
||||
|
||||
include cinder::deps
|
||||
|
||||
::openstacklib::db::mysql { 'cinder':
|
||||
openstacklib::db::mysql { 'cinder':
|
||||
user => $user,
|
||||
password => $password,
|
||||
dbname => $dbname,
|
||||
|
@ -34,7 +34,7 @@ class cinder::db::postgresql(
|
||||
|
||||
include cinder::deps
|
||||
|
||||
::openstacklib::db::postgresql { 'cinder':
|
||||
openstacklib::db::postgresql { 'cinder':
|
||||
password => $password,
|
||||
dbname => $dbname,
|
||||
user => $user,
|
||||
|
@ -168,7 +168,7 @@ class cinder::wsgi::apache (
|
||||
|
||||
Anchor['cinder::install::end'] -> Class['apache']
|
||||
|
||||
::openstacklib::wsgi::apache { 'cinder_wsgi':
|
||||
openstacklib::wsgi::apache { 'cinder_wsgi':
|
||||
bind_host => $bind_host,
|
||||
bind_port => $port,
|
||||
group => $::cinder::params::group,
|
||||
|
Loading…
x
Reference in New Issue
Block a user