Add default node for device specific

Prevents complaints on missing block for unspecified devices
This commit is contained in:
Jake Howard 2018-03-22 08:35:14 +00:00
parent fea35b9973
commit 8c92a742c9
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,3 +1,5 @@
node default {}
node 'too-laptop' {
include devices::laptop
}