Created
September 11, 2012 22:42
-
-
Save andrewgross/3702717 to your computer and use it in GitHub Desktop.
Data Volume Default Recipe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Cookbook Name:: yipit_data_volume | |
# Recipe:: default | |
# | |
# Copyright 2012, Yipit.com | |
# | |
# All rights reserved - Do Not Redistribute | |
# | |
# Make sure we aren't caught with our packages down | |
include_recipe "yipit_mdadm::default" | |
package "xfsprogs" do | |
action :install | |
retry_delay 5 | |
retries 2 | |
options "--force-yes" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment