Skip to content

Commit 4e5440c

Browse files
committed
Add macro config
1 parent 4eeeb2b commit 4e5440c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ services:
2828
- ./metadata:/opt/splunk/etc/apps/SplunkVersionControl/metadata
2929
- ./README:/opt/splunk/etc/apps/SplunkVersionControl/README
3030
- ./static:/opt/splunk/etc/apps/SplunkVersionControl/static
31+
- ./test/sh_default.yml:/tmp/defaults/default.yml
3132

3233
splunk_moc:
3334
networks:

test/sh_default.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
#ansible_post_tasks: file:///tmp/install_git.yml
32
splunk:
43
conf:
54
- key: macros
@@ -9,7 +8,7 @@ splunk:
98
splunk_vc_name:
109
definition: SH
1110
splunk_vc_url:
12-
definition: https://splunk_moc:8089
11+
definition: https://splunk_moc:8089/services/splunkversioncontrol_rest_restore
1312
sslVerify:
1413
definiton: false
1514
# definition: /opt/splunk/etc/apps/SplunkVersionControl/auth/ca.pem

0 commit comments

Comments
 (0)