Trivial style fix 53/55453/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 24 Mar 2015 20:48:21 +0000 (16:48 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:39 +0000 (15:18 -0400)
Change-Id: I488d7939e96ef70c2d2aa9d80e969c9258734fa9
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
manifests/install.pp

index d3df05ca3b190a185dc9efe66f0c9a389a899b2f..521623c874c91bdfd8de16d439fec3f65f3970eb 100644 (file)
@@ -146,7 +146,8 @@ class opendaylight::install {
           # Get content from template
           content => template('opendaylight/upstart.odl.conf'),
         }
-    }else{
+    }
+    else {
         fail("Unsupported OS family: ${::osfamily}")
     }
   }