Retire stackforge/horizon-salt-formula
This commit is contained in:
parent
7f37291ae3
commit
f30fe1c17c
7
README.rst
Normal file
7
README.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
This project is no longer maintained.
|
||||||
|
|
||||||
|
The contents of this repository are still available in the Git source code
|
||||||
|
management system. To see the contents of this repository before it reached
|
||||||
|
its end of life, please check out the previous commit with
|
||||||
|
"git checkout HEAD^1".
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
{% from "horizon/map.jinja" import horizon with context %}
|
|
||||||
|
|
||||||
horizon:
|
|
||||||
pkg.installed:
|
|
||||||
- refresh: False
|
|
||||||
- pkgs: {{ horizon.pkgs }}
|
|
||||||
service.running:
|
|
||||||
- enable: True
|
|
||||||
- reload: True
|
|
||||||
- names: {{ horizon.services }}
|
|
||||||
- require:
|
|
||||||
- pkg: horizon
|
|
||||||
- watch:
|
|
||||||
- file: /etc/openstack-dashboard/ubuntu_theme.py
|
|
||||||
|
|
||||||
/etc/openstack-dashboard/ubuntu_theme.py:
|
|
||||||
file.absent
|
|
@ -1,8 +0,0 @@
|
|||||||
{% set horizon=salt["grains.filter_by"]({
|
|
||||||
"Debian":{
|
|
||||||
"pkgs": ["openstack-dashboard", "apache2"],
|
|
||||||
"services": ["apache2"]
|
|
||||||
}
|
|
||||||
}) %}
|
|
||||||
{#- vim:ft=sls
|
|
||||||
-#}
|
|
Loading…
x
Reference in New Issue
Block a user