Propellor is a configuration management system using Haskell and Git. Each system has a list of properties, which Propellor ensures are satisfied. Linux and FreeBSD are...
propellor is configured via a git repository, which typically lives in ~/.propellor/ on your development machine. propellor clones the repository to each host it manages, in a secure way.
properties are defined using haskell. there is fairly complete api documentation, which includes many builtin properties for dealing with apt and apache, cron and commands, dns and docker, etc.
there is no special language as used in puppet, chef, ansible, etc.. just the full power of haskell. hopefully that power can be put to good use in making declarative properties that are powerful, nicely idempotent, and easy to adapt to a system's special needs!
task-management system-administration configuration-management