mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
require => Exec['apt_update'] before install
This commit is contained in:
parent
57740bc18d
commit
490868d6b1
@ -6,6 +6,7 @@ class fluentd::install inherits fluentd {
|
|||||||
ensure => $::fluentd::package_ensure,
|
ensure => $::fluentd::package_ensure,
|
||||||
name => $::fluentd::package_name,
|
name => $::fluentd::package_name,
|
||||||
install_options => $::fluentd::package_install_options,
|
install_options => $::fluentd::package_install_options,
|
||||||
|
require => Exec['apt_update'],
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user