Manages the Apache mod_negotiation configuration file.
| Action | Description |
|---|---|
| :create | Create the configuration. |
| Name | Type | Default | Description |
|---|---|---|---|
| language_priority | Array | ['en', 'ca', 'cs', 'da', ...] |
Precedence order of languages when no preference is given. |
| force_language_priority | String | 'Prefer Fallback' |
Action when there is no acceptable language match. |
apache2_mod_negotiation '' do
language_priority %w(en fr de)
end