Skip to content

Commit cad6e4b

Browse files
committed
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
1 parent cd3ee4d commit cad6e4b

File tree

1 file changed

+0
-1
lines changed
  • lib/puppet/provider/postgresql_conf

1 file changed

+0
-1
lines changed

lib/puppet/provider/postgresql_conf/ruby.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
Puppet::Type.type(:postgresql_conf).provide(:ruby) do
1111
desc 'Set keys, values and comments in a postgresql config file.'
12-
confine kernel: 'Linux'
1312

1413
# The function pareses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes
1514
#

0 commit comments

Comments
 (0)