- Linux Administration Cookbook
- Adam K. Dean
- 50字
- 2021-07-02 14:24:25
Getting ready
If you haven't already, I would advise destroying your previous Vagrant boxes and deploying new ones for this.
Once new boxes are created, connect to both:
$ vagrant ssh centos1
$ vagrant ssh centos2
Install policycoreutils-python on centos2, for semanage later:
[vagrant@centos2 ~]$ sudo yum -y install policycoreutils-python