You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

init.sls 305B

123456789101112
  1. postfixadmin-config:
  2. file.managed:
  3. - name: /var/www/html/config.local.php
  4. - source: salt://postfixadmin/config_3.2.2.local.php
  5. - template: jinja
  6. postfixadmin-templates-c-dir:
  7. file.directory:
  8. - name: /var/www/html/templates_c
  9. - user: www-data
  10. - group: www-data
  11. - mode: 700