updated site and role files

This commit is contained in:
root 2020-01-15 19:15:54 +00:00
parent 817b44ea03
commit d61f2fb360

View File

@ -29,7 +29,8 @@ node default {
if $trusted['extentions']['pp_role'] {
include ($trusted['extentions']['pp_role'])
} else {
fail('This node has no role')
notify {"WARN: Unable to apply $trusted['extentions']['pp_role'], applying base role instead":}
include "roles::node"
}
}