Skip to content

Minimum configuration management tool written in Go.

License

Notifications You must be signed in to change notification settings

kohkimakimoto/cofu

Repository files navigation

Cofu Build Status

Minimum configuration management tool written in Go.

Installation

Cofu is provided as a single binary. You can download it and drop it in your $PATH.

Download latest version

Usage

$ echo '
software_package "nginx" {
    action = "install",
}

service "nginx" {
    action = {"enable", "start"},
}' > recipe.lua
$ sudo cofu recipe.lua

Usage is covered in more detail in the Documentation.

Supported Platforms

  • CentOS6
  • CentOS7
  • Debian8
  • Debian9
  • Ubuntu16.04
  • Ubuntu18.04

Documentation

If you're just getting started with Cofu, please start to read Getting Started.

See Also

This software is highly inspired by itamae-kitchen/itamae.

Author

Kohki Makimoto [email protected]

License

The MIT License (MIT)

About

Minimum configuration management tool written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages