vagrant/plugins/provisioners/shell
Brian Cain 01528689fd (#8716) Dup string if frozen for line endings
Prior to this commit, if a user passed in a script that was frozen,
the shell provisioner would fail to modify the script to replace line
endings for windows because the string was immutable. This commit fixes
that by dup'ing the string so that it can have its line endings replaced
2017-08-15 08:38:30 -07:00
..
config.rb Add md5 and sha1 checksum support to Downloader. 2016-11-09 16:05:39 -08:00
plugin.rb New provisioner API. Shell provisioner adheres to it. 2013-01-13 15:48:52 -08:00
provisioner.rb (#8716) Dup string if frozen for line endings 2017-08-15 08:38:30 -07:00