aboutsummaryrefslogtreecommitdiff
path: root/scripts/ovh_cloud_instance/arch_host_puppet_configuration_script.sh
blob: b58e2551b48adef4cfb296c67c567a8323922641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

git_branch="$1"
environment="$2"

MOUNTPOINT=/mnt

sudo cp /tmp/arch_puppet_configuration_script.sh "$MOUNTPOINT/root/"

sudo arch-chroot "$MOUNTPOINT" /root/arch_puppet_configuration_script.sh "$git_branch" "$environment"