Forge Home

zendserver

Installs and manages zendserver

11,896 downloads

11,589 latest version

0.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.0
released Mar 1st 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'runthebusiness-zendserver', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add runthebusiness-zendserver
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install runthebusiness-zendserver --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

runthebusiness/zendserver — version 1.1.0 Mar 1st 2013

zendserver

Installs and manages zendserver

Adapted from 5UbZ3r0/httpd module

We very much liked the functionality of the module 5UbZ3r0/httpd however we are running zendserver-ce so we created this module to bring the functionality of 5UbZ3r0/httpd to our zendserver installations and added some additional functionality of our own.

Examples:

zendserver{"zendserverinstall":
    webportalpassword=>'examplepassword'
}

# sets up ssl
class {'zendserver::ssl':
    require=>Zendserver["zendserverinstall"]
}

This module has been tested in debian squeeze. It requires modifications and testing to work in other flavors of linux -- the code contains placeholders for where these changes would need to be made. If you would like to contribute the code to enable these other flavors please let us know.

Authors

Will Ferrer, Ethan Brooks

Licensees

2012 developed under license for Switchsoft LLC http://www.switchsoft.com a "Direct response telephony company" as part of it's "VOIP Call distribution, ROI analysis platform, call recording, and IVR for inbound and outbound sales" and Run the Business Systems LLC a "Technology development investment group" as part of it's "PHP, Javascript rapid application development framework and MySQL analysis tools"

License

Licensed under the terms of the Open Source LGPL 3.0 license.

Contact

will.ferrer@runthebusiness.net

Support

Please send tickets and issues to our contact email address or at: https://github.com/runthebusiness/puppet-zendserver/issues

Project Url

https://github.com/runthebusiness/puppet-zendserver