diff --git a/manifests/install.pp b/manifests/install.pp index e9c667e..b4c5578 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -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'], } }