mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
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:
committed by
Tim Abbott
parent
6e3a424921
commit
73805f8279
@@ -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":
|
file { "${tsearch_datadir}/en_us.dict":
|
||||||
ensure => 'link',
|
ensure => 'link',
|
||||||
require => Package[$postgresql],
|
require => Package[$postgresql],
|
||||||
|
|||||||
Reference in New Issue
Block a user