From 27ebe32e8a7a84fab0cc830d831c2765fcd42589 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Tue, 13 Feb 2024 01:25:28 +0100 Subject: [PATCH] fix stdlib install --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 7e8af00..0bf24dc 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -2,5 +2,5 @@ configure_beaker do |host| install_local_module_on(host) - install_puppet_module_via_pmt_on(host, stdlib) + install_puppet_module_via_pmt_on(host, 'puppetlabs-stdlib') end