mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-28 22:35:35 +01:00
removing superfluous code
This commit is contained in:
parent
ea3e115bd0
commit
44a4665782
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ class hashi_stack::repo (
|
||||||
architecture => 'amd64',
|
architecture => 'amd64',
|
||||||
comment => $description,
|
comment => $description,
|
||||||
location => 'https://apt.releases.hashicorp.com',
|
location => 'https://apt.releases.hashicorp.com',
|
||||||
release => $facts['os']['distro']['codename'],
|
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key => {
|
key => {
|
||||||
'id' => $key_id,
|
'id' => $key_id,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe 'hashi_stack::repo', type: 'class' do
|
describe 'hashi_stack::repo' do
|
||||||
on_supported_os.each do |os, os_facts|
|
on_supported_os.each do |os, os_facts|
|
||||||
context "on #{os}" do
|
context "on #{os}" do
|
||||||
let(:facts) { os_facts }
|
let(:facts) { os_facts }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue