Fixed whitespace alignment in the icinga2::server::install class.
This commit is contained in:
parent
8a8bf24400
commit
98c598ce16
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue