Retire stackforge/horizon-salt-formula

This commit is contained in:
Monty Taylor 2015-10-17 16:03:16 -04:00
parent 7f37291ae3
commit f30fe1c17c
5 changed files with 7 additions and 25 deletions

View File

7
README.rst Normal file
View 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".

View File

@ -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

View File

@ -1,8 +0,0 @@
{% set horizon=salt["grains.filter_by"]({
"Debian":{
"pkgs": ["openstack-dashboard", "apache2"],
"services": ["apache2"]
}
}) %}
{#- vim:ft=sls
-#}

View File