diff --git a/salt/profile/jekyll/docroot.sls b/salt/profile/jekyll/docroot.sls index 7fcf746..c8ffe2f 100644 --- a/salt/profile/jekyll/docroot.sls +++ b/salt/profile/jekyll/docroot.sls @@ -1,7 +1,8 @@ {% set websites = salt['pillar.get']('profile:web_jekyll:websites') %} -/srv/www/vhosts/: - file.directory +jekyll_vhosts_dir: + file.directory: + - name: /srv/www/vhosts/ {% for website in websites %} /srv/www/vhosts/{{ website }}.opensuse.org: