Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Configure a PALANTIR_ENVIRONMENT variable for the-build to pick up.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Apr 8, 2016
1 parent d6a9caf commit c602d3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/vagrant/provisioning/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
sudo: yes
apt: pkg={{ item }} state=installed
with_items: system_packages
tags: common
tags: common

- name: Common | Configure PALANTIR_ENVIRONMENT variable
lineinfile: dest=/home/vagrant/.profile state=present line='export PALANTIR_ENVIRONMENT="vagrant"'
tags: common

0 comments on commit c602d3a

Please sign in to comment.