From f30fe1c17ce02ab520cb936bc5ec6bbba3cd95e0 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Sat, 17 Oct 2015 16:03:16 -0400
Subject: [PATCH] Retire stackforge/horizon-salt-formula

---
 README.md         |  0
 README.rst        |  7 +++++++
 horizon/init.sls  | 17 -----------------
 horizon/map.jinja |  8 --------
 pillar.example    |  0
 5 files changed, 7 insertions(+), 25 deletions(-)
 delete mode 100644 README.md
 create mode 100644 README.rst
 delete mode 100644 horizon/init.sls
 delete mode 100644 horizon/map.jinja
 delete mode 100644 pillar.example

diff --git a/README.md b/README.md
deleted file mode 100644
index e69de29..0000000
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..9006052
--- /dev/null
+++ b/README.rst
@@ -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".
+
diff --git a/horizon/init.sls b/horizon/init.sls
deleted file mode 100644
index 23d211a..0000000
--- a/horizon/init.sls
+++ /dev/null
@@ -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
diff --git a/horizon/map.jinja b/horizon/map.jinja
deleted file mode 100644
index 0f34f36..0000000
--- a/horizon/map.jinja
+++ /dev/null
@@ -1,8 +0,0 @@
-{% set horizon=salt["grains.filter_by"]({
-  "Debian":{
-    "pkgs": ["openstack-dashboard", "apache2"],
-    "services": ["apache2"]
-  }
-}) %}
-{#- vim:ft=sls
--#}
diff --git a/pillar.example b/pillar.example
deleted file mode 100644
index e69de29..0000000