Add common class in site.pp

This commit is contained in:
Émilien Macchi 2013-06-06 10:32:10 +02:00
parent 170180fabf
commit 9d66e0d546
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ node default {
# Only needed if heat::engine is declared
class { 'heat::db':
}
# Common class
class { 'heat': }
class { 'heat::params': }
# Install the heat-api service
# The keystone_password parameter is mandatory