committed updated code for site.pp
This commit is contained in:
parent
f1a39a62c7
commit
0eec7659c3
@ -30,14 +30,14 @@ node 'puppet' {
|
||||
|
||||
}
|
||||
|
||||
node default {
|
||||
#node default {
|
||||
|
||||
if $trusted['extentions']['pp_role'] {
|
||||
include ($trusted['extentions']['pp_role'])
|
||||
} else {
|
||||
include role::node
|
||||
}
|
||||
}
|
||||
# if $trusted['extentions']['pp_role'] {
|
||||
# include ($trusted['extentions']['pp_role'])
|
||||
# } else {
|
||||
# include role::node
|
||||
# }
|
||||
#}
|
||||
|
||||
#node 'default' {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user