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 225B

1234567
  1. apache2-config:
  2. file.blockreplace:
  3. - name: /etc/apache2/apache2.conf
  4. - append_if_not_found: True
  5. - content: |
  6. ServerName netboot
  7. AddType application/x-httpd-php .ipxe