From 3a7a3bd40b329e42f268fef3f5ebf7654ac91a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sat, 11 Nov 2023 11:53:41 -1000 Subject: [PATCH] Unconfine postgresql_conf Ruby should be available on all platforms (bundled with AIO, and in any case required to run Puppet), so the provider should be functional everywhere. Fixes #1550 --- lib/puppet/provider/postgresql_conf/ruby.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/puppet/provider/postgresql_conf/ruby.rb b/lib/puppet/provider/postgresql_conf/ruby.rb index 63b87478d1..ab89864d10 100644 --- a/lib/puppet/provider/postgresql_conf/ruby.rb +++ b/lib/puppet/provider/postgresql_conf/ruby.rb @@ -9,7 +9,6 @@ Puppet::Type.type(:postgresql_conf).provide(:ruby) do desc 'Set keys, values and comments in a postgresql config file.' - confine kernel: 'Linux' # The function pareses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes #