Skip to content

Commit

Permalink
Added missing test files for load refs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell authored and geofffranks committed Jul 24, 2020
1 parent dc70dfe commit d470cd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/load/base-local-abs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
params:
users: (( load "/Users/dbell/code/src/github.com/geofffranks/spruce/users.yml" ))
5 changes: 5 additions & 0 deletions assets/load/base-local-ref.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
meta:
path: (( concat $PWD "/../../assets/load/users.yml" ))

params:
users: (( load meta.path ))
6 changes: 6 additions & 0 deletions assets/load/users.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: bob
color: green

- name: fred
color: red

0 comments on commit d470cd9

Please sign in to comment.