File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7373 # managing their own settings in a second conf file.
7474 file_line { 'postgresql.conf#include' :
7575 path => $postgresql_conf_path ,
76- line => ' include \ ' postgresql_puppet_extras.conf\' ' ,
76+ line => " include 'postgresql_puppet_extras.conf' " ,
7777 notify => Service[' postgresqld' ],
7878 }
7979
Original file line number Diff line number Diff line change 5050 $charset = ' UTF8'
5151) {
5252 class { 'postgresql::params' :
53-
5453 version => $version ,
5554 manage_package_repo => $manage_package_repo ,
5655 package_source => $package_source ,
Original file line number Diff line number Diff line change 8181 # that pluginsync might not be enabled. Ideally this would be handled directly
8282 # in puppet.
8383 if ($::postgres_default_version == undef ) {
84- fail ' No value for postgres_default_version facter fact; it\ ' s possible that you don\ ' t have pluginsync enabled.'
84+ fail " No value for postgres_default_version facter fact; it's possible that you don't have pluginsync enabled."
8585 }
8686
8787 case $::operatingsystem {
You can’t perform that action at this time.
0 commit comments