1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-11 16:19:29 +00:00

Ensure apt source exists before package installation (#2)

Puppet tried to install the package without apt source.
This commit is contained in:
Rafal Mierzwiak
2019-08-14 14:58:55 +01:00
committed by GitHub Enterprise
parent e880d11f51
commit 526fd7a84e
2 changed files with 3 additions and 1 deletions

View File

@@ -27,4 +27,6 @@ class fluentd::repo::apt (
key => $key,
include => $include,
}
Class['apt::update'] -> Package['fluentd']
}