Small formatting cleanup in init.pp 59/55459/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 24 Mar 2015 21:40:34 +0000 (17:40 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:39 +0000 (15:18 -0400)
Change-Id: I92f1c101f505bdfd9fbd5b9adaca7debd22aca1e
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
manifests/init.pp

index e1ce45600255b374f7ebf8f113b5adbc244953ab..8bcd47a394fcb99d08cf986999d52695ab700b84 100644 (file)
@@ -27,10 +27,10 @@ class opendaylight (
 
   # Validate OS family
   case $::osfamily {
+    RedHat: {}
     Debian: {
-        warning('Debian family is valid but only installable with tarball method')
+        warning('Debian has limited support, is less stable, less tested.')
     }
-    RedHat: {}
     default: {
         fail("Unsupported OS family: ${::osfamily}")
     }
@@ -50,7 +50,7 @@ class opendaylight (
         fail("Unsupported OS: ${::operatingsystem} ${::operatingsystemmajrelease}")
       }
     }
-    Ubuntu: {
+    ubuntu: {
       if $::operatingsystemmajrelease != '14.04' {
         # Only tested on 14.04
         fail("Unsupported OS: ${::operatingsystem} ${::operatingsystemmajrelease}")