Fixed whitespace alignment in the icinga2::server::install class.

This commit is contained in:
Nick Chappell 2015-01-10 17:35:06 -08:00
parent 8a8bf24400
commit 98c598ce16

View file

@ -96,8 +96,8 @@ class icinga2::server::install::packages inherits icinga2::server {
if $server_install_nagios_plugins == true {
#Install the Nagios plugins packages:
package {$icinga2_server_plugin_packages:
ensure => installed,
provider => $package_provider,
ensure => installed,
provider => $package_provider,
install_options => $server_plugin_package_install_options,
}
}
@ -105,8 +105,8 @@ class icinga2::server::install::packages inherits icinga2::server {
if $install_mail_utils_package == true {
#Install the package that has the 'mail' binary in it so we can send notifications:
package {$icinga2_server_mail_package:
ensure => installed,
provider => $package_provider,
ensure => installed,
provider => $package_provider,
install_options => $server_plugin_package_install_options,
}
}