Skip to content

Commit f23f6ad

Browse files
committed
Need double quotes to interpolate variable
1 parent c88522a commit f23f6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$digest_algorithm = 'md5'
3434

3535
# Only used when environments == directory
36-
$environmentpath = '$confdir/environments'
36+
$environmentpath = "${confdir}/environments"
3737

3838
case $::osfamily {
3939
'RedHat': {

0 commit comments

Comments
 (0)