fixed issues with puppet.pp code
This commit is contained in:
parent
0907afdd69
commit
817b44ea03
@ -11,6 +11,8 @@ mod 'puppetlabs-service', '1.2.0'
|
||||
mod 'puppetlabs-ntp', '8.2.0'
|
||||
mod 'puppetlabs-apache', '5.3.0'
|
||||
mod 'ghoneycutt-ssh', '3.61.0'
|
||||
mod 'puppet-selinux', '3.1.0'
|
||||
mod 'puppetlabs-puppetserver_gem', '1.1.1'
|
||||
|
||||
# Modules from Git
|
||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||
|
@ -1,4 +1,4 @@
|
||||
class profile::bootstrap::ssh (
|
||||
class profile::base::ssh (
|
||||
Hash $config_entries = {},
|
||||
String $permit_root_login = 'no',
|
||||
String $ssh_config_forward_agent = 'no',
|
||||
|
@ -2,7 +2,7 @@ class profile::puppet::authority {
|
||||
|
||||
ini_setting { 'policy-based autosigning':
|
||||
setting => 'autosign',
|
||||
path => "${confdir}/puppet.conf",
|
||||
path => "${settings::confdir}/puppet.conf",
|
||||
section => 'master',
|
||||
value => '/opt/puppetlabs/puppet/bin/autosign-validator',
|
||||
notify => Service['pe-puppetserver'],
|
||||
@ -15,7 +15,7 @@ class profile::puppet::authority {
|
||||
'loglevel' => 'INFO',
|
||||
},
|
||||
'jwt_token' => {
|
||||
'secret' => 'puppet'
|
||||
'secret' => 'puppet',
|
||||
'validity' => '0',
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user