mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Added support for Linux Mint
This commit is contained in:
parent
e23ea50d4b
commit
b0ec3a08ba
23 changed files with 337 additions and 87 deletions
|
|
@ -6,6 +6,9 @@ class role::workstation {
|
|||
'Darwin': {
|
||||
include ::profile::mac
|
||||
}
|
||||
'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