From fb17b84578ceb0feb2afebf57e822a720619ad0b Mon Sep 17 00:00:00 2001 From: Dimitri Tischenko Date: Sun, 7 Apr 2024 01:11:37 +0200 Subject: [PATCH] Pin WhatsARanjit/node_manager to version 0.7.5 --- .fixtures.yml | 20 +++++++++++--------- spec/docker/bolt-project.yaml | 5 +++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index e97ee21b..fd75dafd 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,16 +5,18 @@ fixtures: service: "puppetlabs/service" package: "puppetlabs/package" reboot: "puppetlabs/reboot" + node_manager: + repo: "WhatsARanjit/node_manager" + ref: "0.7.5" repositories: - facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' - puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' - provision: 'https://github.com/puppetlabs/provision.git' - stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' - node_manager: 'https://github.com/WhatsARanjit/puppet-node_manager' - apply_helpers: 'https://github.com/puppetlabs/puppetlabs-apply_helpers' - bolt_shim: 'https://github.com/puppetlabs/puppetlabs-bolt_shim' - format: 'https://github.com/voxpupuli/puppet-format' - container_inventory: 'https://gitlab.com/nwops/bolt-container_inventory' + facts: "https://github.com/puppetlabs/puppetlabs-facts.git" + puppet_agent: "https://github.com/puppetlabs/puppetlabs-puppet_agent.git" + provision: "https://github.com/puppetlabs/provision.git" + stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" + apply_helpers: "https://github.com/puppetlabs/puppetlabs-apply_helpers" + bolt_shim: "https://github.com/puppetlabs/puppetlabs-bolt_shim" + format: "https://github.com/voxpupuli/puppet-format" + container_inventory: "https://gitlab.com/nwops/bolt-container_inventory" symlinks: "peadm": "#{source_dir}" "peadm_spec": "#{source_dir}/spec/acceptance/peadm_spec" diff --git a/spec/docker/bolt-project.yaml b/spec/docker/bolt-project.yaml index 01f787a2..75c01b0f 100644 --- a/spec/docker/bolt-project.yaml +++ b/spec/docker/bolt-project.yaml @@ -1,12 +1,13 @@ --- name: peadm_docker_examples -modules: +modules: - name: nwops/container_inventory version_requirement: ">= 0.1.1" - name: puppetlabs/stdlib version_requirement: ">= 6.5.0 < 8.0.0" - puppetlabs/ruby_task_helper - - WhatsARanjit/node_manager + - name: WhatsARanjit/node_manager + version_requirement: "0.7.5" - puppetlabs/apply_helpers - puppetlabs/bolt_shim - puppet/format