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:
committed by
GitHub Enterprise
parent
e880d11f51
commit
526fd7a84e
@@ -27,4 +27,6 @@ class fluentd::repo::apt (
|
||||
key => $key,
|
||||
include => $include,
|
||||
}
|
||||
|
||||
Class['apt::update'] -> Package['fluentd']
|
||||
}
|
||||
|
Reference in New Issue
Block a user