Skip to content

Commit

Permalink
Updated tp::install3 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed May 3, 2016
1 parent 54b2036 commit 9d1a367
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/install3.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@
# @example installation of postfix
# tp::install3 { 'postfix': }
#
# @example installation and configuration via an options_hash
# Note: this works when auto_conf is true (as default) AND when
# is defined $settings['config_file_template'] with a valid template
# in the used data module (default: tinydata)
# tp::install { 'puppetserver':
# options_hash => hiera('puppetserver::options'),
# }
#
# @example installation and configuration via a custom hash of tp::conf3
# resources used to manage configuration files
# Here eventual auto configuration is explicitly disabled
# tp::install3 { 'puppet':
# conf_hash => hiera('tp::puppet::confs'),
# auto_conf => false,
# }
#
# @example installation with custom settings
Expand Down

0 comments on commit 9d1a367

Please sign in to comment.