/puppet-zendserver

Installs and manages zendserver

Primary LanguagePuppet

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