From bacec3e072649be4ade56f7df8506b46ae9c5166 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 28 Apr 2016 13:49:36 +0200 Subject: Dont use curly braces in resource reference Puppet future parser will complain otherwise. --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3