Skip to content

Commit

Permalink
Unconfine postgresql_conf
Browse files Browse the repository at this point in the history
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
  • Loading branch information
smortex committed Nov 11, 2023
1 parent cd3ee4d commit cad6e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet/provider/postgresql_conf/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit cad6e4b

Please sign in to comment.