updating hiera to enable role data to true for module deployment
This commit is contained in:
parent
c2faa35b17
commit
82d7106962
@ -5,9 +5,12 @@ profile::base::resolv::nameservers:
|
|||||||
- '8.8.8.8'
|
- '8.8.8.8'
|
||||||
- '127.0.0.1'
|
- '127.0.0.1'
|
||||||
profile::base::resolv::domainname: home
|
profile::base::resolv::domainname: home
|
||||||
|
profile::base::selinux::mode: true
|
||||||
profile::base::selinux::mode: permissive
|
profile::base::selinux::mode: permissive
|
||||||
profile::base::time: true
|
profile::base::time: true
|
||||||
profile::base::time::ntp_servers:
|
profile::base::time::ntp_servers:
|
||||||
- 0.uk.pool.ntp.org
|
- 0.uk.pool.ntp.org
|
||||||
- 1.uk.pool.ntp.org
|
- 1.uk.pool.ntp.org
|
||||||
- 2.uk.pool.ntp.org
|
- 2.uk.pool.ntp.org
|
||||||
|
profile::base::ssh: true
|
||||||
|
profile::base::motd: true
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
profile::puppetserver::authority: true
|
profile::puppetserver::authority: true
|
||||||
#profile::puppetserver::authority::jwt_secret: "koHc5pzVSVpJhijthem3zT8WXN8="
|
|
||||||
profile::puppetserver::authority::validity: 7200
|
profile::puppetserver::authority::validity: 7200
|
||||||
|
@ -3,9 +3,9 @@ class profile::base (
|
|||||||
Boolean $time = false,
|
Boolean $time = false,
|
||||||
Boolean $repos = false,
|
Boolean $repos = false,
|
||||||
Boolean $resolv = false,
|
Boolean $resolv = false,
|
||||||
Boolean $ssh = true,
|
Boolean $ssh = false,
|
||||||
Boolean $selinux = true,
|
Boolean $selinux = false,
|
||||||
Boolean $motd = true,
|
Boolean $motd = false,
|
||||||
) {
|
) {
|
||||||
if $motd {
|
if $motd {
|
||||||
class { '::motd': }
|
class { '::motd': }
|
||||||
|
Loading…
Reference in New Issue
Block a user