summaryrefslogtreecommitdiff
path: root/kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json')
-rw-r--r--kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json b/kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json
new file mode 100644
index 0000000000..eab46db2e5
--- /dev/null
+++ b/kitchen-tests/test/fixtures/platforms/ubuntu/14.10.json
@@ -0,0 +1,14 @@
+{
+ "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"
+ }
+}