Merge pull request #63529 from samueldr/fix/vagrant/salt-provisioner
vagrant: Don't patch salt provisioner's shebang
This commit is contained in:
commit
86c11030ee
@ -84,6 +84,13 @@ in buildRubyGem rec {
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# `patchShebangsAuto` patches this one script which is intended to run
|
||||||
|
# on foreign systems.
|
||||||
|
postFixup = ''
|
||||||
|
sed -i -e '1c#!/bin/sh -' \
|
||||||
|
$out/lib/ruby/gems/*/gems/vagrant-*/plugins/provisioners/salt/bootstrap-salt.sh
|
||||||
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit ruby deps;
|
inherit ruby deps;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user