mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
7 lines
263 B
Puppet
7 lines
263 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
|
|
}
|