Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 921 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 921 Bytes

zend/zendhq Puppet Module

This Puppet module manages ZendHQ, a Zend product add-on for ZendPHP Enterprise.

Table of Contents

  1. What zendhq affects
  2. Usage
  3. Reference

What zendhq affects

This module adds the ZendPHP package repositories and manages the ZendHQ service, which can be installed, uninstalled, started, stopped, and configured.

Usage

Using zendhq to setup the ZendPHP repositories and install ZendHQ without configuration is as simple as providing a Zend product license:

class { 'zendhq':
  license_source => 'puppet:///modules/<MODULE_NAME>/zend/license',
}

Include settings to configure ZendHQ.

class { 'zendhq':
  license_source => 'puppet:///modules/<MODULE_NAME>/zend/license',
  settings => {
    'zendhq.daemon_uri' => 'tcp://0.0.0.0:10090',
  },
}

Reference

See REFERENCE.md