mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Removed references to core
This commit is contained in:
parent
2b2fea746f
commit
fdc593210d
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
include:
|
||||
- core.apt
|
||||
- apt
|
||||
|
||||
{% if grains['os']=="Ubuntu" %}
|
||||
|
||||
|
|
4
init.sls
4
init.sls
|
@ -1,6 +1,6 @@
|
|||
include:
|
||||
- core.apt
|
||||
- core.apache2.register_site
|
||||
- apt
|
||||
- apache2.register_site
|
||||
|
||||
{% if grains['os']=="Ubuntu" %}
|
||||
|
||||
|
|
2
php5.sls
2
php5.sls
|
@ -1,5 +1,5 @@
|
|||
include:
|
||||
- core.apt
|
||||
- apt
|
||||
|
||||
{% if grains['os']=="Ubuntu" %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include:
|
||||
- core.apt
|
||||
- apt
|
||||
|
||||
{% if grains['os']=="Ubuntu" %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue