Remove trailing comma from class param list

This removes a class param trailing comma to allow this manifest to
support older versions of Puppet.
This commit is contained in:
Dan Bode 2012-05-21 17:01:06 -07:00
parent 5e8e17036a
commit 7a90c8211b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
class nova::volume::iscsi (
$volume_group = 'nova-volumes',
$iscsi_helper = 'tgtadm',
$iscsi_ip_address = undef,
$iscsi_ip_address = undef
) {
include 'nova::params'