Skip to content

Commit c68cbfc

Browse files
author
Stephen
committed
Merge branch 'yo61-feature/fix_wrong_quotes'
2 parents c88522a + f23f6ad commit c68cbfc

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)