Remove trailing class params

Previously, the class params had a trailing comma.

This caused failures on 2.6.x. This commit removes the
trailing commas.
This commit is contained in:
Dan Bode 2012-04-24 17:18:49 -07:00
parent 0fefb3b495
commit 4deb50ebae
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class nova(
$nodaemon = false,
$periodic_interval = '60',
$report_interval = '10',
$root_helper = $::nova::params::root_helper,
$root_helper = $::nova::params::root_helper
) inherits nova::params {
# all nova_config resources should be applied