warn on inclusion of nginx::package

This commit is contained in:
Matthew Haughton 2014-01-06 16:26:16 -05:00 коммит произвёл Matthew Haughton
Родитель ac8c74d78b
Коммит 2fb7072e6e
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,11 @@ class nginx::package(
$package_ensure = 'present',
$manage_repo = true,
) {
if $caller_module_name != $module_name {
warning("${name} is deprecated as a public API of the ${module_name} module and should no longer be directly included in the manifest.")
}
anchor { 'nginx::package::begin': }
anchor { 'nginx::package::end': }