mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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
|
|
@ -12,18 +12,18 @@ node default {
|
|||
}
|
||||
|
||||
node 'bowl' {
|
||||
include ::role::workstation
|
||||
include role::workstation
|
||||
}
|
||||
|
||||
node 'gene' {
|
||||
include ::role::workstation
|
||||
include role::workstation
|
||||
}
|
||||
|
||||
node 'mintstring' {
|
||||
include ::role::workstation
|
||||
include role::workstation
|
||||
}
|
||||
|
||||
node 'yellowbadger' {
|
||||
include ::role::workstation
|
||||
include role::workstation
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue