Small formatting cleanup in init.pp
[integration/packaging/puppet-opendaylight.git] / 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}")