remove trailing comma

This commit is contained in:
Dan Bode
2012-11-02 11:11:48 -07:00
parent 63bb52d140
commit 60bc09faab

View File

@@ -7,7 +7,7 @@ class quantum::server (
$auth_host = 'localhost',
$auth_port = '35357',
$auth_tenant = 'services',
$auth_user = 'quantum',
$auth_user = 'quantum'
) {
include 'quantum::params'