Remove trailing coma for Puppet 2.6 compat.
This commit is contained in:
parent
b885ed7488
commit
63cb9e735d
@ -26,7 +26,7 @@ class swift::keystone::dispersion(
|
||||
$auth_user = 'dispersion',
|
||||
$auth_pass = 'dispersion_password',
|
||||
$email = 'swift@localhost',
|
||||
$tenant = 'services',
|
||||
$tenant = 'services'
|
||||
) {
|
||||
|
||||
keystone_user { $auth_user:
|
||||
|
Loading…
Reference in New Issue
Block a user