We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9140a18 commit a6916f2Copy full SHA for a6916f2
mongodb/defaults.yaml
@@ -20,6 +20,7 @@ mongodb:
20
url: https://download.robomongo.org/RELEASE/linux/robo3t-RELEASE-linux-x86_64-3e50a65.tar.gz
21
22
compass:
23
+ install: false
24
version: 1.17.0
25
binpath: /usr/local
26
mongodb/init.sls
@@ -4,4 +4,6 @@
4
5
include:
6
- mongodb.server
7
+{%- if salt['pillar.get']('mongodb:compass:install', False) %}
8
- mongodb.compass
9
+{%- endif %}
pillar.example
@@ -39,6 +39,8 @@ mongodb:
39
{%- endif %}
40
41
42
+ # compass will not be installed unless this is set
43
+ install: true
44
######## install from archive file
45
46
0 commit comments