puppet: Stop removing file that contains only comments.

In modern PostgreSQL, this file, provided by `postgresql-common`, has
no non-comment, non-blank lines.  There's hence no reason to remove
it.
This commit is contained in:
Alex Vandiver
2020-06-26 00:13:08 +00:00
committed by Tim Abbott
parent 6e3a424921
commit 73805f8279

View File

@@ -46,11 +46,6 @@ class zulip::postgres_appdb_base {
}
}
# We bundle a bunch of other sysctl parameters into 40-postgresql.conf
file { '/etc/sysctl.d/30-postgresql-shm.conf':
ensure => absent,
}
file { "${tsearch_datadir}/en_us.dict":
ensure => 'link',
require => Package[$postgresql],