[Puppet Users] Puppet Enterprise 2018.1.8 LTS is now available!

2019-04-30 Thread Jed Gresham
The latest patch release for the current Long Term Support (LTS) release of
Puppet Enterprise, PE 2018.1.8, is now available.

This is a backwards-compatible release that contains bug fixes and minor
improvements, including:

Support for RHEL 8 x86_64 (beta)
Support for macOS 10.14 (Mojave)

For the full list of changes, check out the release notes:
https://puppet.com/docs/pe/2018.1/release_notes_pe_index.html

The downloads are available here:
https://puppet.com/misc/pe-files/previous-releases

As a current Puppet Enterprise user, you can upgrade to this new version as
part of your annual subscription. When upgrading, you must upgrade your
master, PuppetDB, and console servers first and then update agents. For
detailed upgrade instructions, read the upgrade documentation:
https://puppet.com/docs/pe/2018.1/upgrading.html

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CACHfXUwNytG1RpwGbQKrGnUzNKEtdRyYeaf9FC5csznVSa5tyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Puppet Enterprise 2019.0.3 is now available!

2019-04-30 Thread Jed Gresham
The latest patch release for the current release of Puppet Enterprise, PE
2019.0.3, is now available.

This is a backwards-compatible release that contains bug fixes and minor
improvements, including:

Support for RHEL 8 x86_64 (beta)
Support for macOS 10.14 (Mojave)

For the full list of changes, check out the release notes:
https://puppet.com/docs/pe/2019.0/release_notes_pe_index.html

The downloads are available here:
https://puppet.com/misc/pe-files/previous-releases

As a current Puppet Enterprise user, you can upgrade to this new version as
part of your annual subscription. When upgrading, you must upgrade your
master, PuppetDB, and console servers first and then update agents. For
detailed upgrade instructions, read the upgrade documentation:
https://puppet.com/docs/pe/2019.0/upgrading.html

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CACHfXUz1NjWKz-iEH_9tyA%3DzmrRYYVGV68kcjrt4h0veeOFM%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] eyp-systemd approved module?

2019-04-30 Thread Jordi Prats
Hi,
Do you feel eyp-systemd could get the approved badge on puppet forge?

I'm posting this because I saw it on https://forge.puppet.com/eyp/systemd

kind regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/94f2a3fa-164e-4442-8063-a8a7da88711d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] libxslt problem - how does it manifest?

2019-04-30 Thread Molly Waggett
Hi Tim,

Puppet itself is not affected by the libxslt security issue. We package
libxslt as a convenience for those who wish to install additional packages
that depend on it, like nokogiri, in a puppet-agent environment.

On Tue, Apr 30, 2019 at 1:41 PM Tim Skirvin  wrote:

> The primary purpose of this last puppet release (6.4.2, etc) seems
> to be to address a libxslt critical security bug.  Can somebody comment
> on how this bug affects puppet itself?  I want to know how to explain the
> need to patch to my management.
>
> https://tickets.puppetlabs.com/browse/PA-2667
> https://puppet.com/docs/puppet/6.4/release_notes_puppet.html
>
> - Tim Skirvin (tskir...@fnal.gov)
> --
> HPC Systems Administrator / Developer
> http://www.linkedin.com/in/tskirvin
>USCMS-T1 Collaboration Fermilab ECF
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/20190430204147.GA5630%40fnal.gov
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
*Molly Waggett*
she/her/hers
Release Engineer @ Puppet, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFOE68BB6qwoz3CWZfrrHOnRF4WmaAtWPTW4BVt7K-7RxddBmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] eyaml edit ending strangly

2019-04-30 Thread Peter Berghold
OK... found one problem and have another.  I am trying to encrypt a OpenSSL
private key and of course it is multiline.

Found out that I was specifiying PKS7 at the beginning of the block and was
supposed to specify PKCS7 instead.  Old eyes I guess.

Corrected that and not have something that looks sorta like:
mykeyhere: PKCS7[
- key start -
... body of key...
...with many...
lines
 key end 
]!
but when I end the edit I see:
[hiera-eyaml-core] nested asn1 error

I seem to remember I have to do something special with multiline values in
yaml/eyaml...  but I don't remember what.


On Tue, Apr 30, 2019 at 3:16 PM Robert  wrote:

> Hi,
>
> it's probably a copy error but
>
> [hiera-eyaml-core] cannot load such file --
> hiera/backend/eyaml/encryptors/pk*s7*
>
>
> vs.
>
> hiera/backend/eyaml/encryptors/pk*cs7*.rb
>
>
> You don't have a typo in some config, do you?
>
> Best
> Rp
>
> On Mon, Apr 29, 2019 at 10:42 PM Peter Berghold 
> wrote:
>
>> I had installed hiera-eyaml on my development box.  My home laptop is set
>> up the same way (I think) and the error I'm seeing doesn't happen on that
>> box.
>>
>> When I end he edit session I'm getting:
>>
>> /usr/bin/eyaml edit common.eyaml
>> [hiera-eyaml-core] cannot load such file --
>> hiera/backend/eyaml/encryptors/pks7
>>
>> and losing my edits
>>
>> Looking through the system I find a directory:
>>
>>
>> /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.0.0/lib/hiera/backend
>>
>> Diggin
>> deeper:/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.0.0/lib/hiera/backend/eyaml/encryptors/pkcs7.rb
>>
>> and more interestingly
>> /usr/lib/ruby/vendor_ruby/hiera/backend/eyaml/encryptors/pkcs7.rb
>>
>> so... anybody have an idea why I'm seeing the error above?
>>
>>
>> -
>>
>> Peter L. Berghold   salty.cowd...@gmail.com
>>
>> http://devops.berghold.net
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Puppet Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to puppet-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/puppet-users/CAArvnv0U%3D%3DtzdN6Gq0dy6K6oRHONRpqKfzkXTZkTqHMWP_LX4w%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CANwwCtxN-zN_SX6PhBC2%3DkqjMnEgAeT7kUg3-%2BHwLrfYWaxQig%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Peter L. Berghold   salty.cowd...@gmail.com

http://devops.berghold.net

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAArvnv15Gdmb941KsaQVRSaRKDP%2B3YJTtbitzAHxFM0_8bOsrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] libxslt problem - how does it manifest?

2019-04-30 Thread Tim Skirvin
The primary purpose of this last puppet release (6.4.2, etc) seems
to be to address a libxslt critical security bug.  Can somebody comment
on how this bug affects puppet itself?  I want to know how to explain the
need to patch to my management.

https://tickets.puppetlabs.com/browse/PA-2667
https://puppet.com/docs/puppet/6.4/release_notes_puppet.html

- Tim Skirvin (tskir...@fnal.gov)
-- 
HPC Systems Administrator / Developer  http://www.linkedin.com/in/tskirvin
   USCMS-T1 Collaboration Fermilab ECF

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20190430204147.GA5630%40fnal.gov.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


[Puppet Users] Puppet Platform 5.5.14, 6.0.9, and 6.4.2 now available!

2019-04-30 Thread Puppet Product Updates
The latest point releases for the Puppet 5 and Puppet 6 series are now
available.

These releases include several security improvements:
* Patch to address vulnerability reported in libxslt used by Puppet Agent (
http://nvd.nist.gov/vuln/detail/CVE-2019-11068)
* Security fixes included with OpenSSL upgrade to version 1.0.2r (5.5.14
only)

For the full list of changes in this release, check out the release notes.
* Puppet 5.5.14: https://puppet.com/docs/puppet/5.5/release_notes.html
* Puppet 6.0.9: https://puppet.com/docs/puppet/6.0/release_notes_osp.html
* Puppet 6.4.2: https://puppet.com/docs/puppet/6.4/release_notes_osp.html

-- 
*Molly Waggett*
she/her/hers
Release Engineer @ Puppet, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFOE68B0-aY-v9e-Jw9hQERET%3DBVueNixFYo1OitKYMkVk2Tkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] eyaml edit ending strangly

2019-04-30 Thread Robert
Hi,

it's probably a copy error but

[hiera-eyaml-core] cannot load such file --
hiera/backend/eyaml/encryptors/pk*s7*


vs.

hiera/backend/eyaml/encryptors/pk*cs7*.rb


You don't have a typo in some config, do you?

Best
Rp

On Mon, Apr 29, 2019 at 10:42 PM Peter Berghold 
wrote:

> I had installed hiera-eyaml on my development box.  My home laptop is set
> up the same way (I think) and the error I'm seeing doesn't happen on that
> box.
>
> When I end he edit session I'm getting:
>
> /usr/bin/eyaml edit common.eyaml
> [hiera-eyaml-core] cannot load such file --
> hiera/backend/eyaml/encryptors/pks7
>
> and losing my edits
>
> Looking through the system I find a directory:
>
>
> /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.0.0/lib/hiera/backend
>
> Diggin
> deeper:/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.0.0/lib/hiera/backend/eyaml/encryptors/pkcs7.rb
>
> and more interestingly
> /usr/lib/ruby/vendor_ruby/hiera/backend/eyaml/encryptors/pkcs7.rb
>
> so... anybody have an idea why I'm seeing the error above?
>
>
> -
>
> Peter L. Berghold   salty.cowd...@gmail.com
>
> http://devops.berghold.net
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CAArvnv0U%3D%3DtzdN6Gq0dy6K6oRHONRpqKfzkXTZkTqHMWP_LX4w%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CANwwCtxN-zN_SX6PhBC2%3DkqjMnEgAeT7kUg3-%2BHwLrfYWaxQig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.