Merge pull request #7 from bodepd/remove_tail_comma
remove trailing class param comma
This commit is contained in:
commit
1ab5302964
@ -2,7 +2,7 @@
|
||||
class cinder::volume::iscsi (
|
||||
$iscsi_ip_address,
|
||||
$volume_group = 'cinder-volumes',
|
||||
$iscsi_helper = 'tgtadm',
|
||||
$iscsi_helper = 'tgtadm'
|
||||
) {
|
||||
|
||||
include cinder::params
|
||||
|
Loading…
Reference in New Issue
Block a user