initial import

This commit is contained in:
Bram Vogelaar 2021-01-11 22:28:58 +01:00
parent d9ceffd75b
commit 264d4ab24b
No known key found for this signature in database
GPG key ID: 02374F82C00E4984
3 changed files with 78 additions and 0 deletions

View 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