The base configuration we use for all of our servers at The OpenGov Foundation.
This does a few things:
- Updates
apt
oryum
. - Creates our users (via our users cookbook).
- Installs git.
- RHEL/Fedora/CentOS
- Debian/Ubuntu
None at this time.
Include base-server
in your node's run_list
:
{
"run_list": [
"recipe[base-server::default]"
]
}