Skip to content

Commit fa0dc4c

Browse files
authored
Merge pull request #425 from puppetlabs/node_manager_pin
Pin WhatsARanjit/node_manager to version 0.7.5
2 parents 062688c + fb17b84 commit fa0dc4c

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.fixtures.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ fixtures:
55
service: "puppetlabs/service"
66
package: "puppetlabs/package"
77
reboot: "puppetlabs/reboot"
8+
node_manager:
9+
repo: "WhatsARanjit/node_manager"
10+
ref: "0.7.5"
811
repositories:
9-
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
10-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
11-
provision: 'https://github.com/puppetlabs/provision.git'
12-
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
13-
node_manager: 'https://github.com/WhatsARanjit/puppet-node_manager'
14-
apply_helpers: 'https://github.com/puppetlabs/puppetlabs-apply_helpers'
15-
bolt_shim: 'https://github.com/puppetlabs/puppetlabs-bolt_shim'
16-
format: 'https://github.com/voxpupuli/puppet-format'
17-
container_inventory: 'https://gitlab.com/nwops/bolt-container_inventory'
12+
facts: "https://github.com/puppetlabs/puppetlabs-facts.git"
13+
puppet_agent: "https://github.com/puppetlabs/puppetlabs-puppet_agent.git"
14+
provision: "https://github.com/puppetlabs/provision.git"
15+
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
16+
apply_helpers: "https://github.com/puppetlabs/puppetlabs-apply_helpers"
17+
bolt_shim: "https://github.com/puppetlabs/puppetlabs-bolt_shim"
18+
format: "https://github.com/voxpupuli/puppet-format"
19+
container_inventory: "https://gitlab.com/nwops/bolt-container_inventory"
1820
symlinks:
1921
"peadm": "#{source_dir}"
2022
"peadm_spec": "#{source_dir}/spec/acceptance/peadm_spec"

spec/docker/bolt-project.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
name: peadm_docker_examples
3-
modules:
3+
modules:
44
- name: nwops/container_inventory
55
version_requirement: ">= 0.1.1"
66
- name: puppetlabs/stdlib
77
version_requirement: ">= 6.5.0 < 8.0.0"
88
- puppetlabs/ruby_task_helper
9-
- WhatsARanjit/node_manager
9+
- name: WhatsARanjit/node_manager
10+
version_requirement: "0.7.5"
1011
- puppetlabs/apply_helpers
1112
- puppetlabs/bolt_shim
1213
- puppet/format

0 commit comments

Comments
 (0)