Skip to content

Commit

Permalink
Merge pull request #425 from puppetlabs/node_manager_pin
Browse files Browse the repository at this point in the history
Pin WhatsARanjit/node_manager to version 0.7.5
  • Loading branch information
timidri authored Apr 8, 2024
2 parents 062688c + fb17b84 commit fa0dc4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
20 changes: 11 additions & 9 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 3 additions & 2 deletions spec/docker/bolt-project.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa0dc4c

Please sign in to comment.