Skip to content

Commit 6360595

Browse files
Added modules to bolt-project. Removed Puppetfile
1 parent 3c6ada2 commit 6360595

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
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

0 commit comments

Comments
 (0)