mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 19:05:01 +01:00
5 lines
113 B
Puppet
5 lines
113 B
Puppet
include hashi_stack::repo
|
|
package { 'packer':
|
|
ensure => installed,
|
|
require => Class['Hashi_stack::Repo'],
|
|
}
|