The default can create topics and thereby remove their existing history.
### System.SitePreferences
You can configure site preferences with attributes under `['foswiki']['site_preferences']`.
For custom installations you declare a Chef template using `SitePreferences.txt.erb` as source.
### WEB.WebPreferences
Web preferences can be configured under `['foswiki']['web_preferences'][web]`. The `System` web is predefined.
For custom installations you decare Chef templates using `WebPreferences.txt.erb` as source.
### Other topics
You can declare raw topics under `['foswiki']['topics'][topic] = 'content'`. Topic names can use slashes or dots as seperators between webs and topics.
For custom installations just use Chef's file resource.
## Plugins
Every plugin in the list `['foswiki']['plugins']` will be added to the default wiki installation.