Make 'file_path' a class method

This is required to use prefetch and also purge.

Change-Id: Ia7e10057637d26489bf4fa5589aaa1de6a03b151
This commit is contained in:
Takashi Kajinami 2024-01-19 10:20:04 +09:00
parent 19f9032983
commit e54e6b34eb
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