Version information
released Jan 17th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'stfalcon-sphinxsearchdocker', '0.0.8'
Learn more about managing modules with a PuppetfileDocumentation
stfalcon/sphinxsearchdocker — version 0.0.8 Jan 17th 2015
sphinxsearchdocker
This module allow running sphinxsearch daemon in docker containers via puppet.
Usage:
for first add sphinx config and include class:
include sphinxsearchdocker
file { '/etc/docker-sphinx/coolsite-sphinx.conf': ensure => 'file', source => "puppet:///modules/some-server-conf/coolsite.conf" }
then, add resource:
sphinxsearchdocker::sphinxsearch { 'coolsite': sphinx_container_name => 'coolsite', sphinx_container_port => '3312', require => File['/etc/docker-sphinx/coolsite-sphinx.conf'] }
License
Contact
mailto:jeka@stfalcon.com
Please log tickets and issues at our Projects site
Dependencies
- puppetlabs-stdlib (>=4.5.1)
- garethr/docker (>=3.3.1)