6wind-virtual-accelerator-plugin: use 6wind_ prefix for license file

This patch renames the license file to use the 6wind_ prefix in order to make
easier for users to find and understand this file.

Change-Id: I5329278bb852420eee456a28ea73749d8679083a
Signed-off-by: Francesco Santoro <francesco.santoro@6wind.com>
This commit is contained in:
Francesco Santoro 2016-06-03 13:24:58 +02:00
parent d0283632ed
commit a9c08301ac
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class virtual_accelerator::config inherits virtual_accelerator {
$license_file = $virtual_accelerator::va_license_file
if $license_file != '' and $license_file != undef {
file {"/usr/local/etc/va.lic":
file {"/usr/local/etc/6wind_va.lic":
ensure => file,
content => $license_file,
}