From 5926c70f87be863e25a3d566c29f89042b7ca34f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Feb 2021 13:18:25 -0500 Subject: fix tt-rss --- modules/ttrss/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ttrss') diff --git a/modules/ttrss/manifests/init.pp b/modules/ttrss/manifests/init.pp index aacd5fb..57991a0 100644 --- a/modules/ttrss/manifests/init.pp +++ b/modules/ttrss/manifests/init.pp @@ -4,7 +4,7 @@ class ttrss { package { [ "tt-rss", - "php-pgsql", + "php7-pgsql", "php-fpm", ]: ensure => installed; -- cgit v1.2.3-54-g00ecf