summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2013-12-31 17:15:11 -0500
committerJames Shubin <james@shubin.ca>2013-12-31 17:33:52 -0500
commitf533720ebe319a8120e9bbd8e1ef765fb7bf929f (patch)
tree83c334875791fa13e2f38d989b316c0c19cfacfc /templates
parent2b1e94f559a5d952068ed1ffb5051ca0c6e6dd04 (diff)
downloadpuppet-gluster-f533720ebe319a8120e9bbd8e1ef765fb7bf929f.tar.gz
puppet-gluster-f533720ebe319a8120e9bbd8e1ef765fb7bf929f.tar.xz
puppet-gluster-f533720ebe319a8120e9bbd8e1ef765fb7bf929f.zip
Update template variables to use the '@' prefix.
I've updated wrapper.pp too, but I haven't tested it recently.
Diffstat (limited to 'templates')
-rw-r--r--templates/glusterd.info.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/glusterd.info.erb b/templates/glusterd.info.erb
index a02a379..94acebc 100644
--- a/templates/glusterd.info.erb
+++ b/templates/glusterd.info.erb
@@ -1,4 +1,4 @@
-UUID=<%= valid_uuid %>
-<% if operating_version != '' and operating_version != '-1' -%>
-operating-version=<%= operating_version %>
+UUID=<%= @valid_uuid %>
+<% if @operating_version != '' and @operating_version != '-1' -%>
+operating-version=<%= @operating_version %>
<% end -%>