Created
July 10, 2013 03:53
-
-
Save glidenote/5963357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/modules/rbenv/manifests/compile.pp b/modules/rbenv/manifests/compile.pp | |
index 0ddf8d3..b36d113 100644 | |
--- a/modules/rbenv/manifests/compile.pp | |
+++ b/modules/rbenv/manifests/compile.pp | |
@@ -9,7 +9,7 @@ define rbenv::compile( | |
$root = '', | |
$source = '', | |
$global = false, | |
- $configure_opts = '--disable-install-doc', | |
+ $configure_opts = '--disable-install-doc' | |
) { | |
# Workaround http://projects.puppetlabs.com/issues/9848 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment