Fix linter error
In the updated style guide, required parameters go at the top. Change-Id: I2cf332691c3b50a61161f9075bc07160bc077ef8
This commit is contained in:
parent
a223e47c27
commit
90451309d3
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user