mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-29 06:45:34 +01:00
switching fixtures to git checkout, and making examples more verbose
This commit is contained in:
parent
44a4665782
commit
9c317eba10
4 changed files with 22 additions and 11 deletions
|
@ -2,11 +2,15 @@
|
|||
#
|
||||
# @summary Set up the package repository for the HashiCorp Stack components
|
||||
#
|
||||
# @example
|
||||
# @example Inclusion using defaults
|
||||
# include hashi_stack::repo
|
||||
#
|
||||
# @example
|
||||
# class { 'hashi_stack::repo': } -> package { 'packer': ensure => installed }
|
||||
# @example Include repo and install packer as package
|
||||
# include hashi_stack::repo
|
||||
# package { 'packer':
|
||||
# ensure => installed,
|
||||
# require => Class['Hashi_stack::Repo'],
|
||||
# }
|
||||
#
|
||||
# @param priority A numeric priority for the repo, passed to the package management system
|
||||
# @param proxy The URL of a HTTP proxy to use for package downloads (YUM only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue