summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 0f12b50..5937a22 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -45,7 +45,7 @@ define bundler::config (
$bundler_path = $bundler::params::bundler_path
) {
- Class['bundler::install'] -> Bundler::Config[${name}]
+ Class['bundler::install'] -> Bundler::Config[$name]
if $user == 'root' {
$home_dir = '/root'