Skip to content

Commit b387f65

Browse files
authored
Merge pull request #1551 from puppetlabs/unconfine-postgresql_conf
Unconfine postgresql_conf
2 parents cd3ee4d + cad6e4b commit b387f65

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)