瀏覽代碼

install apache2

master
root 11 年之前
父節點
當前提交
9db611d61e
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      init.sls

+ 7
- 0
init.sls 查看文件

@@ -0,0 +1,7 @@
apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2

Loading…
取消
儲存