Merge "Require enabled_share_backends"

This commit is contained in:
Zuul 2024-04-01 22:43:49 +00:00 committed by Gerrit Code Review
commit 6b613b7778

View File

@ -6,12 +6,12 @@
# #
# [*enabled_share_backends*] # [*enabled_share_backends*]
# (Required) a list of ini sections to enable. # (Required) a list of ini sections to enable.
# This should contain names used in ceph::backend::* resources. # This should contain names used in manila::backend::* resources.
# Example: ['share1', 'share2', 'sata3'] # Example: ['share1', 'share2', 'sata3']
# #
# Author: Andrew Woodward <awoodward@mirantis.com> # Author: Andrew Woodward <awoodward@mirantis.com>
class manila::backends ( class manila::backends (
$enabled_share_backends = undef Variant[String[1], Array[String[1], 1]] $enabled_share_backends
) { ) {
include manila::deps include manila::deps