Merge pull request #461 from mhaskel/boo_inheritance
Inheritance of apt::params means it can't be private
This commit is contained in:
commit
4fa28203b9
1 changed files with 0 additions and 4 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue