Fixed dependency in apache::webalizer
This commit is contained in:
parent
8691f697da
commit
b60ad68d08
1 changed files with 4 additions and 2 deletions
|
@ -646,11 +646,13 @@ class apache::webalizer {
|
|||
debian,ubuntu: {
|
||||
file { "/etc/cron.daily/webalizer":
|
||||
ensure => absent,
|
||||
require => Package["webalizer"],
|
||||
}
|
||||
}
|
||||
default: {
|
||||
file { "/etc/cron.daily/00webalizer":
|
||||
ensure => absent,
|
||||
require => Package["webalizer"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue