summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index e3a12c4..960ed30 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -58,6 +58,8 @@ define gluster::host(
fail('No valid UUID exists yet!')
} else {
# set a unique uuid per host
+ # FIXME: set appropriate version based on gluster version
+ $valid_version = '2'
file { '/var/lib/glusterd/glusterd.info':
content => template('gluster/glusterd.info.erb'),
owner => root,