Vagrant: Actually sed
Change-Id: I5fb604ba2df89157724137ab419fd4cda4690315
This commit is contained in:
parent
96a8bcbd1d
commit
6886d6c0f5
2
contrib/Vagrantfile
vendored
2
contrib/Vagrantfile
vendored
@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
# Disabling SELinux
|
||||
config.vm.provision :shell, :inline => "echo 0 > /sys/fs/selinux/enforce"
|
||||
config.vm.provision :shell, :inline => "sed 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config"
|
||||
config.vm.provision :shell, :inline => "sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config"
|
||||
|
||||
# Install repos
|
||||
config.vm.provision :shell, :inline => "yum-config-manager --add-repo http://yum.surveil.io/centos_7/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user