summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Amerik <aamerik@salesforce.com>2014-12-23 17:09:26 -0500
committerAlexey Amerik <aamerik@salesforce.com>2014-12-23 17:09:26 -0500
commit44595b88f9142fc66633cccfce0b11cca18243e5 (patch)
treea7714687ab78b4988638855a2da7107740ddb935
parentb9709099a6402b19b403200221b1537e23e38dd1 (diff)
downloadpuppet-gluster-44595b88f9142fc66633cccfce0b11cca18243e5.tar.gz
puppet-gluster-44595b88f9142fc66633cccfce0b11cca18243e5.tar.xz
puppet-gluster-44595b88f9142fc66633cccfce0b11cca18243e5.zip
fixed typo on L#103 $operating_version = "${::gluster::versions::operating_version}"
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 47b6e7e..c4d0f70 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -100,7 +100,7 @@ define gluster::host(
# TODO: add additional values to the yaml hiera data...
include gluster::versions
# if empty string, gluster is not yet installed...
- $operating_version = "${::gluster::versions::operating_versions}"
+ $operating_version = "${::gluster::versions::operating_version}"
# this catches unknown gluster versions to add to table
if "${operating_version}" == '-1' {