From a6784844983bec999bd7c54b1511218c40ca57a5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:22:40 -0400 Subject: puppet-tozt should default to main now --- modules/base/files/puppet-tozt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/files/puppet-tozt b/modules/base/files/puppet-tozt index c7d63c5..5c98bfa 100644 --- a/modules/base/files/puppet-tozt +++ b/modules/base/files/puppet-tozt @@ -2,6 +2,6 @@ set -eu set -o pipefail -branch=${1:-master} +branch=${1:-main} (cd /usr/local/share/puppet-tozt && sudo git remote update && sudo git checkout -B "$branch" && sudo git submodule update --init --recursive && sudo git reset --hard "origin/$branch") sudo ruby -W0 /usr/bin/puppet apply --show_diff --modulepath=/usr/local/share/puppet-tozt/modules --hiera_config=/usr/local/share/puppet-tozt/hiera/hiera.yaml /usr/local/share/puppet-tozt/manifests -- cgit v1.2.3-54-g00ecf