summaryrefslogtreecommitdiff
path: root/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json')
-rw-r--r--kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json b/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
deleted file mode 100644
index eab46db2e5..0000000000
--- a/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "apache": {
- "package": "apache2",
- "service_name": "apache2"
- },
- "mysql": {
- "server_package": "mysql-server-5.5",
- "client_package": "mysql-client-5.5",
- "service_name": "mysql"
- },
- "php" : {
- "package": "php5"
- }
-}