mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
7 lines
270 B
Puppet
7 lines
270 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::workstation {
|
|
include ::profile::base
|
|
}
|