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
--
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
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
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
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
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