SuperTux88's Diaspora Saltstack Formula
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- {%- from "diaspora/map.jinja" import diaspora with context %}
-
- {{ diaspora.install_path }}/config/database.yml:
- file.managed:
- - user: {{ diaspora.user.username }}
- - mode: 600
- - source: salt://diaspora/files/database.yml
- - template: jinja
- - context:
- database: {{ diaspora.database|json }}
-
- {{ diaspora.install_path }}/config/diaspora.yml:
- file.managed:
- - user: {{ diaspora.user.username }}
- - mode: 600
- - source: salt://diaspora/files/diaspora.yml
- - template: jinja
- - context:
- configuration: {{ diaspora.configuration|json }}
|