mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
initial import
This commit is contained in:
parent
d9ceffd75b
commit
264d4ab24b
3 changed files with 78 additions and 0 deletions
9
spec/classes/repo_spec.rb
Normal file
9
spec/classes/repo_spec.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe 'nomad' do
|
||||
on_supported_os.each do |os, os_facts|
|
||||
context "on #{os}" do
|
||||
let(:facts) { os_facts.merge(service_provider: 'systemd') }
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue