mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
switching to agpl, and cleaning up repo class
This commit is contained in:
parent
3615507129
commit
a438dee6fd
4 changed files with 634 additions and 174 deletions
|
@ -1,4 +1,4 @@
|
|||
# hashi_stack::repo
|
||||
# This class installs the hashicorp repository
|
||||
#
|
||||
# @summary Set up the package repository for the HashiCorp Stack components
|
||||
#
|
||||
|
@ -38,7 +38,7 @@ class hashi_stack::repo (
|
|||
pin => $priority,
|
||||
}
|
||||
}
|
||||
'RedHat', 'Linux': {
|
||||
'RedHat': {
|
||||
yumrepo { 'HashiCorp':
|
||||
descr => $description,
|
||||
baseurl => 'https://rpm.releases.hashicorp.com/RHEL/$releasever/$basearch/stable',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue