mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Updated based on puppet-lint gem update
This commit is contained in:
parent
65c510a3db
commit
7ed5a47091
7 changed files with 14 additions and 14 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# Includes all the profiles needed for a workstation
|
||||
class role::workstation {
|
||||
include ::profile::base
|
||||
include profile::base
|
||||
|
||||
case $facts['kernel'] {
|
||||
'Darwin': {
|
||||
include ::profile::mac
|
||||
include profile::mac
|
||||
}
|
||||
'Linux': {
|
||||
include ::profile::linux
|
||||
include profile::linux
|
||||
}
|
||||
default: {
|
||||
fail("${facts['kernel']} hasn't been setup in the workstation role yet.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue