Change novajoin_config provider to use /etc/novajoin

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
This commit is contained in:
Juan Antonio Osorio Robles 2017-06-12 11:31:03 +03:00
parent 671f31d5e6
commit 06349b5830
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Puppet::Type.type(:novajoin_config).provide(
) do
def self.file_path
'/etc/nova/join.conf'
'/etc/novajoin/join.conf'
end
end