updating auth
This commit is contained in:
parent
e0d3794d52
commit
4d8fb68775
@ -1,7 +1,7 @@
|
||||
---
|
||||
profile::puppetserver::authority: true
|
||||
profile::puppetserver::authority: false
|
||||
profile::puppetserver::authority::validity: '7200'
|
||||
profile::puppetserver::nfs_export: true
|
||||
profile::puppetserver::nfs_export: false
|
||||
puppet_enterprise::profile::master::r10k_remote: "git@github.com:chlawren/control-repo.git"
|
||||
puppet_enterprise::profile::master::r10k_private_key: "/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa"
|
||||
puppet_enterprise::profile::master::code_manager_auto_configure: true
|
||||
|
@ -1,7 +1,7 @@
|
||||
class profile::base::time (
|
||||
String $default_timezone = 'Europe/London',
|
||||
Array $ntp_servers = ['time.goole.com'],
|
||||
Array $restrict = ['127.0.0.1'],
|
||||
Array $ntp_servers = [],
|
||||
Array $restrict = [],
|
||||
Boolean $set_timezone = false,
|
||||
) {
|
||||
class { '::ntp':
|
||||
|
@ -11,7 +11,7 @@ class profile::custom_windows::config_server (
|
||||
|
||||
) {
|
||||
|
||||
profile::custom_windows::define_user { 'myuser':
|
||||
profile::custom_windows::define_user { '$user_name':
|
||||
|
||||
user_name => $user_name,
|
||||
user_group => $user_group,
|
||||
|
Loading…
Reference in New Issue
Block a user