mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Updated to proper paths
This commit is contained in:
parent
b0374f7ff4
commit
b77729948d
11 changed files with 10 additions and 7 deletions
7
puppet/production/site/role/manifests/server.pp
Normal file
7
puppet/production/site/role/manifests/server.pp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
}
|
||||
4
puppet/production/site/role/manifests/workstation.pp
Normal file
4
puppet/production/site/role/manifests/workstation.pp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Includes all the profiles needed for a workstation
|
||||
class role::workstation {
|
||||
include ::profile::base
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue