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