Jira (PUP-5811) Puppet is unable replace ISO-8859 English text with ASCII English text sourced file post upgrade from FOSS

3 views
Skip to first unread message

Henrik Lindberg (JIRA)

unread,
May 16, 2017, 8:44:03 AM5/16/17
to puppe...@googlegroups.com
Henrik Lindberg updated an issue
 
Puppet / Bug PUP-5811
Puppet is unable replace ISO-8859 English text with ASCII English text sourced file post upgrade from FOSS
Change By: Henrik Lindberg
Security: Internal
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe)
Atlassian logo

Josh Cooper (Jira)

unread,
May 5, 2020, 11:38:03 AM5/5/20
to puppe...@googlegroups.com
Josh Cooper commented on Bug PUP-5811
 
Re: Puppet is unable replace ISO-8859 English text with ASCII English text sourced file post upgrade from FOSS

This is no longer an issue using modern puppet and ruby:

[root@centos8-0 ~]# cat /etc/puppetlabs/code/environments/production/modules/ssl/manifests/init.pp
class ssl {
file { '/tmp/certs.crt':
  ensure => file,
  source => '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'
}
}
[root@centos8-0 ~]# file /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem: UTF-8 Unicode text
[root@centos8-0 ~]# puppet agent -t
...
Notice: /Stage[main]/Ssl/File[/tmp/certs.crt]/ensure: defined content as '{md5}b475cf36adf453881631cf53cadde457'
Debug: /Stage[main]/Ssl/File[/tmp/certs.crt]: The container Class[Ssl] will propagate my refresh event

This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Josh Cooper (Jira)

unread,
May 13, 2020, 9:22:03 PM5/13/20
to puppe...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages