Lintian fix
This commit is contained in:
parent
cde6245491
commit
142276424c
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ class icingaweb2::config {
|
|||
|
||||
File {
|
||||
require => Class['::icingaweb2::install'],
|
||||
owner => $::icingaweb2::config_user,
|
||||
group => $::icingaweb2::config_group,
|
||||
mode => $::icingaweb2::config_file_mode,
|
||||
owner => $::icingaweb2::config_user,
|
||||
group => $::icingaweb2::config_group,
|
||||
mode => $::icingaweb2::config_file_mode,
|
||||
}
|
||||
|
||||
file {
|
||||
|
|
Loading…
Reference in a new issue