Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Dec 29, 2016
1 parent 70d0f75 commit 0fdeb25
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
13 changes: 12 additions & 1 deletion manifests/build.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Default: false
# This variable is optional.
#
# [%keep]
# [$keep]
# This is used to keep the source code of a compiled ruby.
# Default: false
# This variable is optional.
Expand All @@ -39,6 +39,17 @@
# Default: []
# This variable is optional.
#
# [$patch]
# A single file that can be written to the local disk to be used
# to patch the ruby installation.
# Default: undef
# This variable is optional.
#
# [$bundler_version]
# This is used to set a specific version of bundler.
# Default: '>=0'
# This variable is optional.
#
# === Examples
#
# rbenv::build { '2.0.0-p247': global => true }
Expand Down
5 changes: 5 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
# Default: []
# This variable is optional.
#
# [$manage_deps]
# Toggles the option to let module manage dependencies or not.
# Default: true
# This variable is optional.
#
# === Requires
#
# This module requires the following modules:
Expand Down
10 changes: 9 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# == Class: rbenv::params
#
# This class manages per-osfamily rbenv settings
# This class manages per-osfamily rbenv settings and should *not* be called directly.
#
# === Authors
#
# Justin Downing <[email protected]>
#
# === Copyright
#
# Copyright 2013 Justin Downing
#
class rbenv::params {
case $::osfamily {
Expand Down

0 comments on commit 0fdeb25

Please sign in to comment.