[Puppet Users] Puppet 4 open source EOL

2018-08-15 Thread Nick Bertrand
Hi all, I've found a few mentions that Puppet 4, specifically Puppet Collection 1, reaches end-of-life October 2018. Does this mean that http://yum.puppetlabs.com/el/7/PC1/, for example, will no longer get security or other fixes backported after October 2018? Thanks, Nick Bertrand --

Re: [Puppet Users] hiera with environments

2020-06-11 Thread Nick Bertrand
Hi, Perhaps it was just a typo in the email, but it looks like there might be a typo in one of your filenames: lrwxrwxrwx 1 root root 29 Jun 8 21:44 hierdata -> > gitclone/production/hieradata/ > Should this have been 'hieradata' instead of 'hierdata'? Nick -- You received this message bec

Re: [Puppet Users] How to stub a custom puppet function in every spec test?

2021-03-08 Thread Nick Bertrand
Hi Martin, Using rspec-puppet's pre_condition seems to work for me: RSpec.shared_context "read_url stub" do let (:pre_condition) do ' function profile::read_url(String $arg) >> String { return "ssh-rsa Azuozgouzvouzvf== u...@domain.tld" } ' end end RSpec.configure d

[Puppet Users] Puppet 5 RPMs

2021-05-04 Thread Nick Bertrand
Hi all, It looks like the Puppet 5 RPMs were pulled from yum.puppetlabs.com, but they also don't seem to exist on release-archives.puppet.com. Can someone point me towards a repository I can use while I work on upgrading to a supported version? Thanks, Nick Bertrand -- You received

Re: [Puppet Users] Manage Amavisd Service

2023-12-01 Thread Nick Bertrand
Hi Jochen, When amavis is in the broken state, does `service amavis start` fix it or is it just `service amavis restart` that fixes it? If 'restart' works, but 'start' doesn't, I wonder if Puppet is running the start command instead of restart. Running the puppet agent in debug mode should show yo

Re: [Puppet Users] Missing puppet-agent 7.25 and 7.26 for aarch64 on el7

2024-06-20 Thread Nick Bertrand
I think this might be related to https://github.com/puppetlabs/pdk/issues/1361. It sounds like the repo data might need to be regenerated. Nick On Thu, Jun 20, 2024 at 11:06 AM Nathaniel Black < nathan...@elementaryrobotics.com> wrote: > I am excited to see Amazon Linux 2 support for aarch64 pla