Fix lint error on puppet-refstack

Currently is failing with
WARNING: class included by relative name on line 20

Change-Id: I111bc0ce9f4fac2ac14b9b1c18e2de8137dc3056
This commit is contained in:
Yolanda Robla Mota 2016-08-22 09:20:16 +02:00
parent 393913577d
commit 4f15d3b89d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# Sets up the RefStack user.
#
class refstack::user () {
require refstack::params
require ::refstack::params
# Import parameters into local scope.
$user = $::refstack::params::user