Skip to content

Commit

Permalink
Merge pull request #54 from lsst-it/IT-5182/rm-accounts-mod
Browse files Browse the repository at this point in the history
rm acceptance test usage of puppetlabs/accounts mod
  • Loading branch information
jhoblitt authored Mar 19, 2024
2 parents 6ffc745 + b947753 commit 33d4da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions spec/acceptance/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
describe 'prepare host' do
let(:manifest) do
<<-PP
accounts::user { 'ccs': }
accounts::user { 'ccsadm': }
user { ['ccs', 'ccsadm']:
ensure => 'present',
managehome => true,
}
PP
end

Expand Down
1 change: 0 additions & 1 deletion spec/support/acceptance/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
configure_beaker(modules: :metadata) do |host|
scp_to(host, "#{__dir__}/../../fixtures/facts/site.yaml", '/opt/puppetlabs/facter/facts.d/site.yaml')
install_puppet_module_via_pmt_on(host, 'puppet/alternatives', '5')
install_puppet_module_via_pmt_on(host, 'puppetlabs/accounts', '8')
install_puppet_module_via_pmt_on(host, 'puppetlabs/java', '10')
end

0 comments on commit 33d4da0

Please sign in to comment.