This commit is contained in:
Matthew Haughton 2014-01-06 16:28:38 -05:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» Matthew Haughton
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ e2eba1dbe9
ΠšΠΎΠΌΠΌΠΈΡ‚ d7800f44ee
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 5 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 0 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -19,6 +19,11 @@ class nginx::package::debian(
$package_source = 'nginx',
$package_ensure = 'present'
) {
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.")
}
$distro = downcase($::operatingsystem)
package { $package_name: