diff --git a/manifests/init.pp b/manifests/init.pp
index 57c534c1b57147cbb37c1304aca4e4202c4e8f1f..f9123dc5c184a1a5d907b36914cb5844601843e0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,7 +5,7 @@ class openbright (
 ) {
   include profiles::letsencrypt
   include nginx
-  include liurepo::postgres
+  class { liurepo::postgres: version => '15' }
 
   yumrepo { 'pgdg-common':
     name     => 'pgdg-common',