Skip to content

javiergoni/puppet-zoneminder

Repository files navigation

zoneminder

Use this module to install and configure zoneminder.

Table of Contents

  1. Description
  2. Setup - The basics of getting started with zoneminder
  3. Usage
  4. Limitations

Description

You can install and manage zoneminder service and configure the database backend.

Setup

Requirements

You should include a repository with the latest zoneminder version http://zoneminder.com/downloads/

Usage

You only need to include the module and zoneminder service will be deployed.

include zonedminer

You can change the database connection settings:

zoneminder: {
  dbuser          => 'dbuser',
  dbpass          => 'dbpass',
  dbname          => 'zm',
}

Limitations

  • This module only is tested in ubuntu 18
  • It only creates database user on installation. If you change this values after the first run, you must create the user in the database by yourself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published