From 58d62f29eac4d3cc500c810fb32d2d472e17fe50 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 26 Oct 2021 11:55:47 -0400 Subject: [PATCH] include ssl state in registry state --- salt/registry/init.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/registry/init.sls b/salt/registry/init.sls index b89bd5dff..76ccbf070 100644 --- a/salt/registry/init.sls +++ b/salt/registry/init.sls @@ -1,6 +1,9 @@ {% from 'allowed_states.map.jinja' import allowed_states %} {% if sls in allowed_states %} +include: + - ssl + # Create the config directory for the docker registry dockerregistryconfdir: file.directory: