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 puppetlabs#1550
  • Loading branch information
smortex authored and vaol committed Oct 13, 2024
1 parent c8e8a63 commit 3a7a3bd
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 3a7a3bd

Please sign in to comment.