summaryrefslogtreecommitdiffstats
path: root/manifests/volume.pp
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-03-14 11:05:00 -0400
committerJames Shubin <james@shubin.ca>2014-03-16 22:39:08 -0400
commit2cea9a9febf6926fc001eea9162232d432354736 (patch)
tree9eefdc992eacc58dde94faaf012635494ce05cea /manifests/volume.pp
parent1677bdd4170c394c9b6c98062d9ecfa3a740a8da (diff)
downloadpuppet-gluster-2cea9a9febf6926fc001eea9162232d432354736.tar.gz
puppet-gluster-2cea9a9febf6926fc001eea9162232d432354736.tar.xz
puppet-gluster-2cea9a9febf6926fc001eea9162232d432354736.zip
Type name should be 'array', not 'list'.
Small bug due to lesser used code path, now squashed!
Diffstat (limited to 'manifests/volume.pp')
-rw-r--r--manifests/volume.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/volume.pp b/manifests/volume.pp
index c6e285d..218e8ed 100644
--- a/manifests/volume.pp
+++ b/manifests/volume.pp
@@ -90,7 +90,7 @@ define gluster::volume(
true => $ordered_brick_layout, # an array...
default => [], # invalid type
},
- 'list' => $bricks,
+ 'array' => $bricks,
default => [], # invalid type
}