Merge "Make 'file_path' a class method"

This commit is contained in:
Zuul 2024-01-22 17:28:00 +00:00 committed by Gerrit Code Review
commit 4947050bc7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Puppet::Type.type(:barbican_config).provide(
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
) do
def file_path
def self.file_path
'/etc/barbican/barbican.conf'
end