Faerbit / holo

Minimalistic configuration management

Home Page:http://holocm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Holo - minimalistic config management

Build Status

Holo is a radically simple configuration management tool that relies as much as possible on package management for the whole system setup and maintenance process. This is achieved by using metapackages to define personal package selections for all systems or for certain types of systems.

Holo has a plugin interface to extend its capabilities. It comes with the core plugin holo-files to provision configuration files. Here are some other plugins that you may find useful:

If you've written a new plugin, add it to this list by editing this file and sending a pull request.

Installation

It is recommended to install Holo as a package. The website lists distributions that have a package.

Holo requires Go and Perl as build-time dependencies. There are no runtime dependencies other than a libc. Once you're all set, the build is done with

make
make check
sudo make install

Documentation

User documentation is available in man page form:

For further information, visit holocm.org.

About

Minimalistic configuration management

http://holocm.org

License:GNU General Public License v3.0


Languages

Language:Go 88.1%Language:Shell 9.5%Language:Makefile 2.4%