Update dbsync class

This commit is contained in:
Émilien Macchi 2013-06-02 04:35:00 +02:00
parent 16afff0325
commit 2811170e94
2 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,7 @@ class heat::db (
heat_engine_config['DEFAULT/database_connection'] ~> Exec['heat-dbsync']
exec { 'heat-dbsync':
exec { 'heat-db-setup':
command => $::heat::params::dbsync_command,
path => '/usr/bin',
user => $::heat::params::username,

View File

@ -3,9 +3,8 @@
class heat::params {
#TODO(EmilienM) fix db-setup command
$dbsync_command =
'heat-db-setup -p heat'
$log_dir = '/var/log/heat'
$dbsync_command = 'heat-db-setup -p heat'
$log_dir = '/var/log/heat'
case $::osfamily {
'RedHat': {