Itamae resource plugin to create filesystem.
Add this line to your application's Gemfile:
gem 'itamae-plugin-resource-filesystem'
And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-resource-filesystem
filesystem 'RAID 1 btrfs filesystem over /dev/sdb and /dev/sdc' do
fstype 'btrfs'
device ['/dev/sdb', '/dev/sdc']
force true
options ['-d', 'raid1', '-m', 'raid1']
end
- Fork it ( https://github.com/kaorimatz/itamae-plugin-resource-filesystem/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request