From 6abf70c6bed1eea302e3d8be409431b51fc31ba2 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 24 Mar 2015 11:26:02 +0100 Subject: [PATCH] megacli::repo: add a default case for case statement. --- manifests/repo.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/repo.pp b/manifests/repo.pp index 9e314dd..7fe8000 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -15,6 +15,10 @@ class megacli::repo { key_server => $megacli::repo_key_server, } } + default: { + fail("Osfamily (${::osfamily}) or lsbdistid (${::lsbdistid}) is not yet unsupported. Please send a mail or check https://git.101010.fr/puppet/megacli/issues if you want a support.") + + } } } # Private class: megacli::repo