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.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json b/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
new file mode 100644
index 0000000000..5e436a3cb0
--- /dev/null
+++ b/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
@@ -0,0 +1,42 @@
+{
+ "apache": {
+ "package": "apache2",
+ "binary": "/usr/sbin/apache2",
+ "dir": "/etc/apache2",
+ "lib_dir": "/usr/lib/apache2",
+ "libexec_dir": "/usr/lib/apache2/modules",
+ "cache_dir": "/var/cache/apache2",
+ "cgibin_dir": "/usr/lib/cgi-bin",
+ "docroot_dir": "/var/www",
+ "conf": "/etc/apache2/apache2.conf",
+ "perl_pkg": "perl",
+ "log_dir": "/var/log/apache2",
+ "root_group": "root",
+ "service_name": "apache2",
+ "service_restart_command": "/usr/sbin/invoke-rc.d apache2 restart && sleep 1",
+ "service_reload_command": "/usr/sbin/invoke-rc.d apache2 reload && sleep 1",
+ "default_site_name": "000-default",
+ "default_site_enabled": false,
+ "default_modules": [
+ "status",
+ "alias",
+ "auth_basic",
+ "authn_file",
+ "authz_core",
+ "authz_groupfile",
+ "authz_host",
+ "authz_user",
+ "autoindex",
+ "dir",
+ "env",
+ "mime",
+ "negotiation",
+ "setenvif"
+ ]
+ },
+ "mysql": {
+ "server": {
+ "version": "5.5"
+ }
+ }
+}