Skip to content

saltstack-formulas/piwik-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

piwik

Salt formula to install Piwik

This formula will setup piwik and create an empty database and user it will not set a webserver and do the initialisation of the piwik server.

Available States

piwik

Metastate to install piwik and database

Creates the piwik repository (only debian)

Installs the piwik package from distribution repo

Creates the piwik database and database user

This is a requirement state for salt to create the mysql databases

Formula Depencies

  • php
  • apache

or

  • php.fpm
  • nginx