]> git.openstreetmap.org Git - chef.git/blob - roles/piwik.rb
We don't need to install libapache2-mod-tile as apache_module will
[chef.git] / roles / piwik.rb
1 name "piwik"
2 description "Role applied to all Piwik servers"
3
4 default_attributes(
5   :apache => {
6     :mpm => "prefork",
7   }
8 )
9
10 run_list(
11   "recipe[piwik]"
12 )