mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
mod_fastcgi: use oscodename grain
This commit is contained in:
parent
c341b92123
commit
ef1c55b45c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mod-fastcgi:
|
|||
|
||||
repo-fastcgi:
|
||||
pkgrepo.managed:
|
||||
- name: "deb http://httpredir.debian.org/debian jessie"
|
||||
- name: "deb http://httpredir.debian.org/debian {{ grains['oscodename'] }}"
|
||||
- file: /etc/apt/sources.list.d/non-free.list
|
||||
- comps: non-free
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue