rbd/pools: fix lint error
close #309 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -108,7 +108,7 @@ class cloud::storage::rbd::pools(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$clients = ["${glance_rbd_user}", "${cinder_rbd_user}", "${nova_rbd_user}"]
|
$clients = [$glance_rbd_user, $cinder_rbd_user, $nova_rbd_user]
|
||||||
@@concat::fragment { 'ceph-clients-os':
|
@@concat::fragment { 'ceph-clients-os':
|
||||||
target => '/etc/ceph/ceph.conf',
|
target => '/etc/ceph/ceph.conf',
|
||||||
order => '95',
|
order => '95',
|
||||||
|
|||||||
Reference in New Issue
Block a user