Skip to content

saltstack-formulas/couchdb-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CouchDB-Formula

Installs and configures CouchDB (http://couchdb.apache.org) from source and its dependencies.

Available states

Install the couchdb package and enable the service. This executes all states listed below.

Installs the dependencies for couchdb from source.

Retrieves the source of couch-db. The version can be set through the pillar. The target of extraction can also be defined through the pillar with tmp_dir

Calls the ./configure command unless it has already previously been run for that version.

Calls the make && make install unless the source has already been installed to the standard folders.

Installs the proper user, the {{user}} variable can be set in the pillar.

Sets up the service and makes sure it is running.

Credits

(c) by AISLER, 2014, http://www.aisler.net
We use saltstack everyday to make hardware less hard!