7 lines
122 B
Ruby

name "os-dashboard"
description "Horizon server"
run_list(
"role[os-base]",
"recipe[openstack-dashboard::server]"
)