Installs and configures csync2. Currently in an early prototype stage with minimal flexibility.
More thorough platform testing will be completed once this cookbook takes shape.
- Ubuntu 14.04
None at the moment.
Installs the csync package.
Adds configuration for csync2 replication.
Example:
csync2_config '/etc/csync2.cfg' do
hosts [
{name: 'web01', ip_address: '192.168.33.11'},
{name: 'web02', ip_address: '192.168.33.12'},
{name: 'web03', ip_address: '192.168.33.13'}
]
end
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request