Fix linter error

In the updated style guide, required parameters go at the top.

Change-Id: I2cf332691c3b50a61161f9075bc07160bc077ef8
This commit is contained in:
Colleen Murphy 2017-06-11 21:12:32 +02:00
parent a223e47c27
commit 90451309d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
# The directory where the application will be running
class openstack_health::frontend(
$source_dir = '/opt/openstack-health',
$api_endpoint,
$source_dir = '/opt/openstack-health',
) {
class { '::nodejs':