From 4b8335c4b33d3de216cfab6b9cdbf71aaaabd0e0 Mon Sep 17 00:00:00 2001 From: Elaine McCloskey Date: Wed, 17 May 2023 10:11:17 +0100 Subject: [PATCH] Update version of node manager used in fixtures --- .fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 7f371ee..9588784 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -15,7 +15,7 @@ fixtures: stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib' facts: 'https://github.com/puppetlabs/puppetlabs-facts' puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' - node_manager: 'https://github.com/WhatsARanjit/puppet-node_manager' + node_manager: 'https://github.com/MartyEwings/puppet-node_manager.git' apply_helpers: 'https://github.com/puppetlabs/puppetlabs-apply_helpers' bolt_shim: 'https://github.com/puppetlabs/puppetlabs-bolt_shim' debug: 'https://github.com/nwops/puppet-debug'