Lintian fixes

This commit is contained in:
Tom De Vylder 2015-06-10 12:19:02 +02:00
parent 4bbf9aefa6
commit 4a292671d2

View file

@ -216,11 +216,11 @@ class icingaweb2 (
$web_db_user = $::icingaweb2::params::web_db_user,
$web_root = $::icingaweb2::params::web_root,
$web_type = $::icingaweb2::params::web_type,
) inherits icingaweb2::params {
class { 'icingaweb2::preinstall': } ->
class { 'icingaweb2::install': } ->
class { 'icingaweb2::config': } ->
Class['icingaweb2']
) inherits ::icingaweb2::params {
class { '::icingaweb2::preinstall': } ->
class { '::icingaweb2::install': } ->
class { '::icingaweb2::config': } ->
Class['::icingaweb2']
validate_absolute_path($config_dir)
validate_absolute_path($web_root)