1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

test: rename ynh-tests.local to ynh_tests.local

`ynh-dev` prefers when the box name has no dashes.
This commit is contained in:
Pierre de La Morinerie 2017-10-23 14:29:18 +05:30
parent 2e3bd9f87b
commit 4e028257b6
3 changed files with 4 additions and 4 deletions

4
Vagrantfile vendored
View file

@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
# For a complete reference, please see the online documentation at # For a complete reference, please see the online documentation at
# https://docs.vagrantup.com. # https://docs.vagrantup.com.
config.vm.define :ynh_tests config.vm.define :ynhtests
config.vm.box = "yunohost/jessie-stable" config.vm.box = "yunohost/jessie-stable"
# Disable auto updates checks. Run `vagrant outdated` to perform manual updates. # Disable auto updates checks. Run `vagrant outdated` to perform manual updates.
@ -44,7 +44,7 @@ Vagrant.configure("2") do |config|
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use. # documentation for more information about their specific syntax and use.
config.vm.provision "shell", privileged: false, keep_color: true, inline: <<-SHELL config.vm.provision "shell", privileged: false, keep_color: true, inline: <<-SHELL
DOMAIN=ynh-tests.local DOMAIN=ynhtests.local
YUNOHOST_ADMIN_PASSWORD="alpine" YUNOHOST_ADMIN_PASSWORD="alpine"
# Stop on first error # Stop on first error

View file

@ -1,6 +1,6 @@
;; Mattermost ;; Mattermost
; Manifest ; Manifest
domain="ynh-tests.local" (DOMAIN) domain="ynhtests.local" (DOMAIN)
path="" (PATH) path="" (PATH)
language="fr" language="fr"
is_public=1 (PUBLIC|public=1|private=0) is_public=1 (PUBLIC|public=1|private=0)

View file

@ -10,7 +10,7 @@ set -e
# Configuration constants # Configuration constants
APP_NAME="mattermost" APP_NAME="mattermost"
APP_DIR="/vagrant" APP_DIR="/vagrant"
DOMAIN="ynh-tests.local" DOMAIN="ynhtests.local"
VM_ROOT_PASSWORD="alpine" VM_ROOT_PASSWORD="alpine"
YUNOHOST_ADMIN_PASSWORD="alpine" YUNOHOST_ADMIN_PASSWORD="alpine"