mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-28 06:15:33 +01:00
preparing 1.0.0 release
This commit is contained in:
parent
65e90f4653
commit
5565a1cba9
3 changed files with 26 additions and 4 deletions
10
REFERENCE.md
10
REFERENCE.md
|
@ -16,16 +16,20 @@ This class installs the hashicorp repository
|
|||
|
||||
#### Examples
|
||||
|
||||
#####
|
||||
##### Inclusion using defaults
|
||||
|
||||
```puppet
|
||||
include hashi_stack::repo
|
||||
```
|
||||
|
||||
#####
|
||||
##### Include repo and install packer as package
|
||||
|
||||
```puppet
|
||||
class { 'hashi_stack::repo': } -> package { 'packer': ensure => installed }
|
||||
include hashi_stack::repo
|
||||
package { 'packer':
|
||||
ensure => installed,
|
||||
require => Class['Hashi_stack::Repo'],
|
||||
}
|
||||
```
|
||||
|
||||
#### Parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue