Fixed class name (darn copy/paste)

This commit is contained in:
Gene Liverman 2017-05-07 14:33:35 -07:00
parent 2af02ff0c3
commit db43cfea54

View file

@ -2,6 +2,6 @@
# 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 {
class role::server {
include ::profile::base
}