itamae/cookbooks/gitea/default.rb

9 lines
139 B
Ruby
Raw Normal View History

2020-11-01 04:15:32 +00:00
# Loading the attributes:
include_recipe './attributes.rb'
# Install:
include_recipe './install.rb'
2020-11-01 04:53:06 +00:00
# Setup:
include_recipe './setup.rb'