diff --git a/pillar/role/minio.sls b/pillar/role/minio.sls
index ab3bf7b..1154e24 100644
--- a/pillar/role/minio.sls
+++ b/pillar/role/minio.sls
@@ -2,6 +2,7 @@ include:
   {% if salt['grains.get']('include_secrets', True) %}
   - secrets.role.minio
   {% endif %}
+  - role.common.nginx
 
 nginx:
   ng:
diff --git a/pillar/secrets/role/minio.sls b/pillar/secrets/role/minio.sls
index cc1891a..a39d6a0 100644
--- a/pillar/secrets/role/minio.sls
+++ b/pillar/secrets/role/minio.sls
@@ -1,7 +1,7 @@
 #!yaml|gpg
 
 profile:
-  matrix:
+  minio:
     heroes_password: |
         -----BEGIN PGP MESSAGE-----
 
diff --git a/salt/role/minio.sls b/salt/role/minio.sls
index 8b13789..a50631a 100644
--- a/salt/role/minio.sls
+++ b/salt/role/minio.sls
@@ -1 +1,3 @@
-
+include:
+  - profile.web.server.nginx
+  - profile.minio