選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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