mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-11 16:19:29 +00:00
require => Exec['apt_update'] before install
This commit is contained in:
@@ -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'],
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user