Lines Matching refs:shell
53 config.vm.provision "fix-no-tty", type: "shell" do |shell|
54 shell.privileged = false
55 shell.inline = "sudo sed -i '/tty/!s/mesg n/tty -s \\&\\& mesg n/' /root/.profile"
59 config.vm.provision "web-server", type: "shell" do |shell|
60 shell.path = "provision_web_server.sh"
64 config.vm.provision "dokuwiki", type: "shell" do |shell|
65 shell.path = "provision_dokuwiki.sh"
66 shell.env = {
75 config.vm.provision "dependencies", type: "shell" do |shell|
76 shell.path = "install_dokuwiki_extension.sh"
77 shell.env = {
82 config.vm.provision "plugin", type: "shell" do |shell|
83 shell.path = "configure_dw-#{dw_plugin}.sh"
84 shell.env = {