switching fixtures to git checkout, and making examples more verbose

This commit is contained in:
Bram Vogelaar 2021-01-13 21:05:36 +01:00
parent 44a4665782
commit 9c317eba10
No known key found for this signature in database
GPG key ID: 02374F82C00E4984
4 changed files with 22 additions and 11 deletions

View file

@ -1,2 +1,5 @@
class { 'hashi_stack::repo': }
-> package { 'packer': ensure => installed }
include hashi_stack::repo
package { 'packer':
ensure => installed,
require => Class['Hashi_stack::Repo'],
}