fix incorrect curly brace
This commit is contained in:
parent
9d1b750d74
commit
86cb66b057
@ -42,7 +42,7 @@ node default {
|
||||
#https://docs.puppetlabs.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#trusted-facts
|
||||
#https://docs.puppetlabs.com/puppet/latest/reference/ssl_attributes_extensions.html#aws-attributes-and-extensions-population-example
|
||||
|
||||
if !empty( ${trusted['extensions']['pp_role']} ) {
|
||||
if !empty( $trusted['extensions']['pp_role'] ) {
|
||||
include "role::${trusted['extensions']['pp_role']}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user