Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
PUP 5.3.4
-
None
-
Redhat 7
-
Platform Core
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
Pupet 5.3.3 introduced a regression that prevented puppet apply from downloading files from http sources when the response was compressed. The puppet agent application was unaffected.
-
No Action
Description
The following file resource behaves incorrectly and results in a corrupt file:
file { "service installer":
|
path => '/usr/local/bin/cleo-service',
|
ensure => 'present',
|
mode => '0700',
|
source => "https://raw.githubusercontent.com/jthielens/versalex-ops/master/service/cleo-service",
|
}
|
Attachments
Issue Links
- relates to
-
PUP-8338 Puppet apply doesn't stream file content
-
- Resolved
-