mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-28 22:35:35 +01:00
feat: initial pass on hcl config
Signed-off-by: Bram Vogelaar <bram@attachmentgenie.com>
This commit is contained in:
parent
2e6986a13f
commit
9ef92100a9
3 changed files with 59 additions and 0 deletions
18
spec/defines/config_file_spec.rb
Normal file
18
spec/defines/config_file_spec.rb
Normal file
|
@ -0,0 +1,18 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'hashi_stack::config_file' do
|
||||
let(:title) { 'namevar' }
|
||||
let(:params) do
|
||||
{}
|
||||
end
|
||||
|
||||
on_supported_os.each do |os, os_facts|
|
||||
context "on #{os}" do
|
||||
let(:facts) { os_facts }
|
||||
|
||||
it { is_expected.to compile }
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue