summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-10-17 15:08:19 -0400
committerMicah Anderson <micah@riseup.net>2012-10-17 15:08:19 -0400
commita8b4676955163dc5e4148e6968bc991c390f0333 (patch)
treeab79f68d15103442f1bb7e2fdf434254a8f959f7 /manifests/config.pp
parent7d0ae40d42613aac09f16627edd93a4f46ce1582 (diff)
lint module
Run puppet-lint on module, changes were minor, mostly just trailing spaces, and a couple instances of boolean values being quoted.
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index f61a83e..0f12b50 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -1,5 +1,5 @@
# Define bundler::config
-#
+#
# All config settings for candiapp class
#
# == Parameters
@@ -11,7 +11,7 @@
# [*app_dir*]
# App directory where Gemfile is located
# [*home_dir_base_path*]
-# Home directory of the specified user
+# Home directory of the specified user
# [*use_rvm*]
# Sets whether rvm is used. Defaults to true
# [*rvm_bin*]
@@ -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'