您最多选择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