Add default node for device specific
Prevents complaints on missing block for unspecified devices
This commit is contained in:
parent
fea35b9973
commit
8c92a742c9
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
node default {}
|
||||
|
||||
node 'too-laptop' {
|
||||
include devices::laptop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue