File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222 SHELL
223223 end
224224
225- # SELinux is permissive by default (via provisioning) in this VM. To re-run with SELinux enforcing :
226- # vagrant up --provision-with=selinux-enforcing ,test-integration
225+ # SELinux is Enforcing by default (via provisioning) in this VM. To re-run with SELinux disabled :
226+ # SELINUX=Disabled vagrant up --provision-with=selinux,test-integration
227227 #
228228 config . vm . provision "test-integration" , type : "shell" , run : "never" do |sh |
229229 sh . upload_path = "/tmp/test-integration"
245245 SHELL
246246 end
247247
248- # SELinux is permissive by default (via provisioning) in this VM. To re-run with SELinux enforcing :
249- # vagrant up --provision-with=selinux-enforcing ,test-cri
248+ # SELinux is Enforcing by default (via provisioning) in this VM. To re-run with SELinux disabled :
249+ # SELINUX=Disabled vagrant up --provision-with=selinux,test-cri
250250 #
251251 config . vm . provision "test-cri" , type : "shell" , run : "never" do |sh |
252252 sh . upload_path = "/tmp/test-cri"
You can’t perform that action at this time.
0 commit comments