Fix a typo in site.pp

This commit is contained in:
Émilien Macchi 2013-06-03 21:32:03 +02:00
parent bdcabaefeb
commit 0bd0f09251
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ node default {
# Install the heat-api service
# The keystone_password parameter is mandatory
class { 'ceilometer::api':
class { 'heat::api':
keystone_password => 'password'
}