瀏覽代碼

Merge pull request #59 from OneID/feature/upstart-symlink-checking

Force overwrite of /etc/init.d/nginx
susefix
Nitin Madhok 10 年之前
父節點
當前提交
296eecd7b9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      nginx/package.sls

+ 1
- 0
nginx/package.sls 查看文件

@@ -10,6 +10,7 @@ nginx-old-init:
- file: nginx
- require:
- pkg: nginx
- force: True
{% if grains.get('os_family') == 'Debian' %}
# Don't dpkg-divert if we are not Debian based!
cmd:

Loading…
取消
儲存