aboutsummaryrefslogtreecommitdiffstats
path: root/modules/icecream/templates/sysconfig
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-11-20 15:36:06 -0800
committerDan Fandrich <danf@mageia.org>2024-11-20 15:36:06 -0800
commit727145ed50d60655590c0199656c2378d32bfffc (patch)
tree3a95f1ba2f64656879be8c857470155c7bde398d /modules/icecream/templates/sysconfig
parent7766681f7ef95a3ad7e6c7c1a26f829ec02d776b (diff)
downloadpuppet-727145ed50d60655590c0199656c2378d32bfffc.tar
puppet-727145ed50d60655590c0199656c2378d32bfffc.tar.gz
puppet-727145ed50d60655590c0199656c2378d32bfffc.tar.bz2
puppet-727145ed50d60655590c0199656c2378d32bfffc.tar.xz
puppet-727145ed50d60655590c0199656c2378d32bfffc.zip
Use @ when accessing variables in templatesHEADmaster
Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This is the second batch of files.
Diffstat (limited to 'modules/icecream/templates/sysconfig')
-rw-r--r--modules/icecream/templates/sysconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/icecream/templates/sysconfig b/modules/icecream/templates/sysconfig
index 36c511f2..8a5bc92c 100644
--- a/modules/icecream/templates/sysconfig
+++ b/modules/icecream/templates/sysconfig
@@ -55,7 +55,7 @@ ICECREAM_NETNAME=""
# If the daemon can't find the scheduler by broadcast (e.g. because
# of a firewall) you can specify it.
#
-ICECREAM_SCHEDULER_HOST="<%= host %>"
+ICECREAM_SCHEDULER_HOST="<%= @host %>"
#
## Type: string