Post install bootstrap (via puppet). Just enough to get things into a state where puppet can install the rest of the system.
environments/ production | 3 years ago | ||
.gitignore | 3 years ago | ||
README.md | 3 years ago | ||
bootstrap.sh | 3 years ago |
A minimal post-install configuration that gets a lab machine into a state where puppet can take it the rest of the way for full install.
Currently performs the following operations:
Most of the configiuration is provided via the puppet scripts in this repo.
Requires a file named domain_sekrit
that is not part of this repo. This file should contain 3 lines as follows:
domain_join_user_name@FULLY.QUALIFIED.DOMAIN.NAME fully.qualified.domain.to.join domain_join_user's password
Note the capitalisation.
bootstrap.sh
file in the repo, and add to CIDATA volume of install UFD.domain_sekrit
file to the same location as the above script.bootstrap.sh
script.