diff --git a/puppet/site/role/manifests/server.pp b/puppet/site/role/manifests/server.pp index 1731737..41fd474 100644 --- a/puppet/site/role/manifests/server.pp +++ b/puppet/site/role/manifests/server.pp @@ -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 }