cookbook-openstack-block-st.../templates/default/targets.conf.erb

10 lines
290 B
Plaintext

<%= node["openstack"]["block-storage"]["custom_template_banner"] %>
<% if %w{redhat centos fedora}.include?(node["platform"]) %>
include /var/lib/cinder/volumes/*
<% end %>
<% if %w{debian ubuntu}.include?(node["platform"]) %>
include /etc/tgt/conf.d/*.conf
<% end %>
default-driver iscsi