Merge "Stop using absolute names for defined resource types"
This commit is contained in:
commit
d1c07d3fe5
@ -45,7 +45,7 @@ class watcher::db::mysql(
|
||||
|
||||
include watcher::deps
|
||||
|
||||
::openstacklib::db::mysql { 'watcher':
|
||||
openstacklib::db::mysql { 'watcher':
|
||||
user => $user,
|
||||
password => $password,
|
||||
dbname => $dbname,
|
||||
|
@ -34,7 +34,7 @@ class watcher::db::postgresql(
|
||||
|
||||
include watcher::deps
|
||||
|
||||
::openstacklib::db::postgresql { 'watcher':
|
||||
openstacklib::db::postgresql { 'watcher':
|
||||
password => $password,
|
||||
dbname => $dbname,
|
||||
user => $user,
|
||||
|
@ -154,7 +154,7 @@ class watcher::wsgi::apache (
|
||||
|
||||
Anchor['watcher::install::end'] -> Class['apache']
|
||||
|
||||
::openstacklib::wsgi::apache { 'watcher_wsgi':
|
||||
openstacklib::wsgi::apache { 'watcher_wsgi':
|
||||
bind_host => $bind_host,
|
||||
bind_port => $port,
|
||||
group => $::watcher::params::group,
|
||||
|
Loading…
x
Reference in New Issue
Block a user