Skip to content

Commit

Permalink
document additional class params
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 authored and R. Tyler Croy committed Sep 26, 2014
1 parent 60d8f25 commit 7493b9d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# version = 'installed' (Default)
# Will NOT update jenkins to the most recent version.
#
# version = 'latest'
# Will automatically update the version of jenkins to the current version available via your package manager.
#
Expand All @@ -19,8 +20,14 @@
# this module.
# This is for folks that use a custom repo, or the like.
#
# service_enable = true (default)
# Enable (or not) the jenkins service
#
# service_ensure = 'running' (default)
# Status of the jenkins service. running, stopped
#
# config_hash = undef (Default)
# Hash with config options to set in sysconfig/jenkins defaults/jenkins
# Hash with config options to set in sysconfig/jenkins defaults/jenkins
#
# Example use
#
Expand Down Expand Up @@ -75,6 +82,11 @@
# such as the user and credentials types, and the security class
# - CLI installation (both implicit and explicit) requires the unzip command
#
#
# proxy_host = undef (default)
# proxy_port = undef (default)
# If your environment requires a proxy host to download plugins it can be configured here
#
class jenkins(
$version = $jenkins::params::version,
$lts = $jenkins::params::lts,
Expand Down

0 comments on commit 7493b9d

Please # to comment.