updated
"
This commit is contained in:
parent
6071f7a881
commit
dbb036d24a
@ -40,6 +40,7 @@ node default {
|
||||
|
||||
# if $trusted['extensions']['pp_role'] {
|
||||
# include "role::${trusted['extensions']['pp_role']}"
|
||||
include role::node
|
||||
|
||||
# } else {
|
||||
# include role::node
|
||||
|
@ -6,6 +6,7 @@ class profile::base (
|
||||
Boolean $ssh = false,
|
||||
Boolean $selinux = false,
|
||||
Boolean $motd = true,
|
||||
Boolean $oracle = false
|
||||
) {
|
||||
if $motd {
|
||||
class { '::motd': }
|
||||
@ -28,4 +29,7 @@ class profile::base (
|
||||
if $selinux {
|
||||
class { '::profile::base::selinux': }
|
||||
}
|
||||
if $oracle {
|
||||
class { '::profile::app::oracle': }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user