Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created September 11, 2012 22:42
Show Gist options
  • Save andrewgross/3702717 to your computer and use it in GitHub Desktop.
Save andrewgross/3702717 to your computer and use it in GitHub Desktop.
Data Volume Default Recipe
#
# 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