
It used to use /etc/nova, however, both the package and most of the manifest use /etc/novajoin already. This was missed. Change-Id: I082da6188e2ff0ec33704526eeea5ae0954ebc06
11 lines
202 B
Ruby
11 lines
202 B
Ruby
Puppet::Type.type(:novajoin_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/novajoin/join.conf'
|
|
end
|
|
|
|
end
|