Skip to content

Commit

Permalink
Remove unused pre condition on postgresql::server
Browse files Browse the repository at this point in the history
This is not used anywhere within the class and only slows things down.
  • Loading branch information
ekohl committed Nov 6, 2023
1 parent 9b7949b commit 5e2b6e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/classes/database_postgresql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
'rspec.puppet.com'
end

let :pre_condition do
'include postgresql::server'
end

on_supported_os(baseline_os_hash).each do |os, facts|
next if facts[:os]['name'] == 'windows'

Expand Down

0 comments on commit 5e2b6e7

Please sign in to comment.