Skip to content

Commit f126d28

Browse files
authored
Merge pull request #145 from bryanjbelanger/cleanup
Added modules to bolt-project. Removed Puppetfile
2 parents 3c6ada2 + 8797f14 commit f126d28

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.git/
2+
.modules
3+
.resource_types
4+
bolt-debug.log
25
.*.sw[op]
36
.metadata
47
.yardoc
@@ -26,4 +29,5 @@
2629
.envrc
2730
/inventory.yaml
2831
.rerun.json
29-
*.tar.gz
32+
*.tar.gz
33+
Puppetfile

Puppetfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

bolt-project.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
---
22
name: peadm
3+
4+
modules:
5+
- name: puppet/format
6+
7+
- name: puppetlabs/apply_helpers
8+
- name: puppetlabs/bolt_shim
9+
- name: puppetlabs/service
10+
- name: puppetlabs/stdlib
11+
12+
- name: 'WhatsARanjit/node_manager'
13+
git: 'https://github.com/WhatsARanjit/puppet-node_manager.git'
14+
ref: '3775a9d07bdea9a9258225dc7053118b1f2fd871' # 0.7.4-1-g3775a9d

0 commit comments

Comments
 (0)