### Get the machine into a state where puppet can reliably take over the remainder of the installation
###
### This includes:
### * Configuring SSSD and realmd in preparation for joining the student domain (lots of stuff breaks if SSSD is only partially configured, so get this out of the way early)
### * Configuring the puppet agent
class bootstrap {
include bootstrap::domain_configuration
include bootstrap::puppet_agent
}