summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-07 21:14:45 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-07 21:14:45 -0500
commita63bef3d8a1a31fb823fbd4bd3247c0c499e4472 (patch)
treeb91abe86896192ed892ea2b436d27da74846ab50 /modules/base
parent6dec959a1331b15439679e35261b3e5dd1458935 (diff)
downloadpuppet-tozt-a63bef3d8a1a31fb823fbd4bd3247c0c499e4472.tar.gz
puppet-tozt-a63bef3d8a1a31fb823fbd4bd3247c0c499e4472.zip
puppet no longer requires ruby 2.7
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/files/puppet-tozt2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/files/puppet-tozt b/modules/base/files/puppet-tozt
index 83924c0..c7d63c5 100644
--- a/modules/base/files/puppet-tozt
+++ b/modules/base/files/puppet-tozt
@@ -4,4 +4,4 @@ set -o pipefail
branch=${1:-master}
(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-2.7 -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
+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