Skip to content

Commit

Permalink
fix user add test --- squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Oct 25, 2023
1 parent e7d201e commit 57a69f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/profile/hathitrust/lss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
monitored => true
}

include nebula::profile::users
realize User['solr']

# lss solr conf
Expand Down
1 change: 1 addition & 0 deletions spec/classes/profile/hathitrust/lss_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }
let(:hiera_config) { 'spec/fixtures/hiera/hathitrust_config.yaml' }

it { is_expected.to compile }
it { is_expected.to contain_package('openjdk-11-jre-headless') }
Expand Down
1 change: 1 addition & 0 deletions spec/classes/role/ht_lss_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }
let(:hiera_config) { 'spec/fixtures/hiera/hathitrust_config.yaml' }

it { is_expected.to compile }
it { is_expected.to contain_package('solr') }
Expand Down

0 comments on commit 57a69f0

Please sign in to comment.