X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=f4489cdcb5556e45008b62985f493308168126ed;hb=4fa28203b9ca3f12395d0d81df5a690063fc2b47;hp=e3cc8252f99ab34127b221080f5d7b2ffa80cdc0;hpb=2a289382997343db202f6e66aff15732f78993c6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index e3cc825..f4489cd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -1,9 +1,5 @@ class apt::params { - if defined('$caller_module_name') and $caller_module_name and $caller_module_name != $module_name { - fail('apt::params is a private class and cannot be accessed directly') - } - if $::osfamily != 'Debian' { fail('This module only works on Debian or derivatives like Ubuntu') }