9 lines
110 B
Puppet
9 lines
110 B
Puppet
node default {}
|
|
|
|
node 'too-laptop' {
|
|
include devices::laptop
|
|
}
|
|
|
|
node 'too-work' {
|
|
include devices::work
|
|
}
|