11 lines
219 B
Ruby
11 lines
219 B
Ruby
# Loading the attributes:
|
|
include_recipe './attributes.rb'
|
|
|
|
# Install:
|
|
include_recipe './install.rb'
|
|
include_recipe './install-go-mmproxy.rb'
|
|
|
|
# Setup:
|
|
include_recipe './setup.rb'
|
|
include_recipe './setup-go-mmproxy.rb'
|