Newer
Older
bootstrap / environments / production / modules / bootstrap / manifests / init.pp
Mark George on 19 Feb 2021 435 bytes Remove domain auth
### 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

}