From 7b407b24a15ca0effbb85d17180837229dd0eab0 Mon Sep 17 00:00:00 2001 From: Elaine McCloskey Date: Thu, 18 May 2023 10:57:26 +0100 Subject: [PATCH] Update node manager version in fixtures --- .fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index bd21838..987d664 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -16,7 +16,7 @@ fixtures: ruby_task_helper: 'https://git@github.com/puppetlabs/puppetlabs-ruby_task_helper' stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib' deploy_pe: 'https://github.com/jarretlavallee/puppet-deploy_pe' - 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'