2019-03-03 08:50:49 +00:00
|
|
|
include_recipe './attributes.rb'
|
|
|
|
|
|
|
|
include_recipe './install.rb'
|
|
|
|
|
|
|
|
include_recipe './setup.rb'
|
2021-06-19 11:24:17 +00:00
|
|
|
include_recipe './mc.rb'
|
2019-03-03 08:50:49 +00:00
|
|
|
|
|
|
|
# AWS EC2 Swap Setting:
|
|
|
|
if !node['is_ec2']
|
|
|
|
include_recipe './shared_dir.rb'
|
|
|
|
end
|