We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b95d01b + a648246 commit a04ab92Copy full SHA for a04ab92
lib/puppet/provider/postgresql_conf/ruby.rb
@@ -10,7 +10,7 @@
10
Puppet::Type.type(:postgresql_conf).provide(:ruby) do
11
desc 'Set keys, values and comments in a postgresql config file.'
12
13
- # The function pareses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes
+ # The function parses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes
14
#
15
def parse_config
16
# open the config file
0 commit comments