diff --git a/manifests/init.pp b/manifests/init.pp
index 1f8c0fdf4934377f48022046e6d96321c5194b4c..0751acd55b738f749d3c6512f23cb940e6bd221b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,11 +7,11 @@
 class snapp (
 ) {
   include profiles::letsencrypt
-  include omni::nginx
-  include omni::postgres
-  # include omni::js
-  # include omni::python
-  # include omni::redis
+  include snapp::nginx
+  include snapp::postgres
+  # include snapp::js
+  # include snapp::python
+  # include snapp::redis
 
   firewalld_service { 'Allow SSH in the liu zone':
     ensure  => present,