1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

require => Exec['apt_update'] before install

This commit is contained in:
Coto Cisternas 2016-01-20 00:40:21 -03:00
parent 57740bc18d
commit 490868d6b1

View File

@ -6,6 +6,7 @@ class fluentd::install inherits fluentd {
ensure => $::fluentd::package_ensure,
name => $::fluentd::package_name,
install_options => $::fluentd::package_install_options,
require => Exec['apt_update'],
}
}