Skip to content

Commit 05b3a4a

Browse files
committed
Fix indentation error causing style checks to fail
Signed-off-by: Daniel Farrell <[email protected]>
1 parent c157a3b commit 05b3a4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/config.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
if $ha_node_count >= 2 {
5959
# Configuration Jolokia XML for HA
6060
file { 'opendaylight/jolokia.xml':
61-
ensure => file,
62-
path => '/opt/opendaylight/deploy/jolokia.xml',
61+
ensure => file,
62+
path => '/opt/opendaylight/deploy/jolokia.xml',
6363
# Set user:group owners
64-
owner => 'odl',
65-
group => 'odl',
64+
owner => 'odl',
65+
group => 'odl',
6666
}
6767

6868
# Configure ODL OSVDB Clustering

0 commit comments

Comments
 (0)