converge
converge copied to clipboard
A powerful and easy-to-use configuration management system.
Would be great to have this as a homebrew package. I know it's just a binary, but it's nice to have a package manager track updates and version management
Mirror file.owner functionality and allow file.mode to recurse.
This would remove the user's home directory and mail spool. Could be accomplished by adding a boolean hcl field `remove`.
User Feature request
We should have a module to configure an open vpn client
We should have a module to support configuring bonded / ucarp interfaces
We should have a module (or modules) to support configuration of local networking. The basic version would be something like: ``` network.interface { device = "eth0" address = "10.10.9.9" subnet...
We should have a module to handle basic firewall configuration with IPTables. Basic capabilities would include things like: Policy setting allow/deny by ip address, subnet, or range allow/deny by port...
Two plans and applies shouldn't take place on the same machine at the same time.
The shell module exports `status` (the last status that was run) and `checkstatus` (the result of running check, regardless of whether or not apply has been run). It could be...