summaryrefslogtreecommitdiff
path: root/kitchen-tests/test/fixtures/platforms/ubuntu/12.04.json
blob: 5e436a3cb018462627748e000ac05ced36cf50a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"
        }
    }
}