Apply puppet-lint for indentation and some white spaces.

This commit is contained in:
gardouille 2015-02-24 14:38:39 +01:00
parent 1c51af5f57
commit bf03c87dee
2 changed files with 44 additions and 46 deletions

View File

@ -15,7 +15,7 @@ class xymon::server::apache {
if ($xymon::server::manage_apache_vhost == true) {
apache::vhost { 'xymon':
servername => "${::fqdn}",
servername => $::fqdn,
port => 80,
docroot => '/var/lib/xymon/www',
directories => [
@ -84,8 +84,6 @@ class xymon::server::apache {
error_log_syslog => '|/usr/bin/tee -a /var/log/apache2/defaults_error.log | /usr/bin/logger -thttpd -plocal1.notice',
}
}
} # Private class: xymon::server::apache