xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-infra-caching.rb

7 lines
131 B
Ruby
Raw Normal View History

name "os-infra-caching"
description "Memcached role for Openstack"
run_list(
"role[os-base]",
"recipe[memcached::default]"
)