removing superfluous code

This commit is contained in:
Bram Vogelaar 2021-01-13 17:31:04 +01:00
parent ea3e115bd0
commit 44a4665782
No known key found for this signature in database
GPG key ID: 02374F82C00E4984
2 changed files with 1 additions and 2 deletions

View file

@ -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,

View file

@ -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 }