Remove trailing comma for Puppet 2.6 compat

Change-Id: I3a8d6c7fbf1c31c146ace3625de6ca08ad06b3e7
This commit is contained in:
Terry Wilson
2013-07-15 16:07:26 -05:00
parent ac929b70d0
commit 3de147b024

View File

@@ -69,7 +69,7 @@ class openstack::provision(
$identity_uri = undef, $identity_uri = undef,
$tempest_clone_path = '/var/lib/tempest', $tempest_clone_path = '/var/lib/tempest',
$tempest_clone_owner = 'root', $tempest_clone_owner = 'root',
$setup_venv = false, $setup_venv = false
) { ) {
## Users ## Users