From 5e2b6e75fcc129dc17b038423e73c38409608bb1 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 6 Nov 2023 22:36:33 +0100 Subject: [PATCH] Remove unused pre condition on postgresql::server This is not used anywhere within the class and only slows things down. --- spec/classes/database_postgresql_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/classes/database_postgresql_spec.rb b/spec/classes/database_postgresql_spec.rb index 9bc8d18fc..2485ee8f7 100644 --- a/spec/classes/database_postgresql_spec.rb +++ b/spec/classes/database_postgresql_spec.rb @@ -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'