dots/puppet/production/site/role/manifests/server.pp

7 lines
265 B
Puppet

# Includes all the profiles needed for a server.
# One big difference between this and the workstation role is that you generally
# are not standing in front of the system and / or there is no graphical
# interface.
class role::server {
include ::profile::base
}