diff --git a/lsb/manifests/init.pp b/lsb/manifests/init.pp index 7551dec..610b786 100644 --- a/lsb/manifests/init.pp +++ b/lsb/manifests/init.pp @@ -14,7 +14,7 @@ class lsb::core { $pkgname = "lsb-core" } default: { - fail("lsb::core not supported on ${::operatingsystem}"} + fail("lsb::core not supported on ${::operatingsystem}") } } @@ -45,7 +45,7 @@ class lsb::desktop { $pkgname = "lsb-desktop" } default: { - fail("lsb::desktop not supported on ${::operatingsystem}"} + fail("lsb::desktop not supported on ${::operatingsystem}") } }