summaryrefslogtreecommitdiffstats
path: root/modules/ttrss
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-19 13:18:25 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-19 13:18:25 -0500
commit5926c70f87be863e25a3d566c29f89042b7ca34f (patch)
tree46780238b8a6cc958eee1a03db08bea8534be2da /modules/ttrss
parent809f7f83ebdeb5766863be1c8dd0d0f20a74b55b (diff)
downloadpuppet-tozt-5926c70f87be863e25a3d566c29f89042b7ca34f.tar.gz
puppet-tozt-5926c70f87be863e25a3d566c29f89042b7ca34f.zip
fix tt-rss
Diffstat (limited to 'modules/ttrss')
-rw-r--r--modules/ttrss/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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;