21700: Install Bundler system-wide in Rails postinst
[arvados.git] / tools / salt-install / config_examples / single_host / single_hostname / states / workbench1_uninstall.sls
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 {%- set curr_tpldir = tpldir %}
6 {%- set tpldir = 'arvados' %}
7 {%- from "arvados/map.jinja" import arvados with context %}
8 {%- set tpldir = curr_tpldir %}
9
10 workbench1_pkg_removed:
11   pkg.removed:
12     - name: {{ arvados.workbench.pkg.name }}