3
0

Merge branch 'jenkins-build-83' into 'master'

Auto-merge for build 83

See merge request puppet/puppet_cd!79
This commit is contained in:
2025-10-27 23:05:19 +00:00
2 changed files with 22 additions and 22 deletions

View File

@@ -174,17 +174,17 @@ class puppet_cd::main::files (
notify => Service[$pt_agent_service,$pt_server_service], notify => Service[$pt_agent_service,$pt_server_service],
} }
if $pt_use_puppetdb == true { # if $pt_use_puppetdb == true {
file { $pt_puppetdb_conf_file: # file { $pt_puppetdb_conf_file:
ensure => file, # ensure => file,
path => $pt_puppetdb_conf_file, # path => $pt_puppetdb_conf_file,
owner => 'root', # owner => 'root',
group => 'root', # group => 'root',
mode => '0644', # mode => '0644',
content => template($pt_puppetdb_conf_erb), # content => template($pt_puppetdb_conf_erb),
notify => Service[$pt_agent_service,$pt_server_service], # notify => Service[$pt_agent_service,$pt_server_service],
} # }
} # }
} }
}</pre> }</pre>
</td> </td>

View File

@@ -31,16 +31,16 @@ class puppet_cd::main::files (
notify => Service[$pt_agent_service,$pt_server_service], notify => Service[$pt_agent_service,$pt_server_service],
} }
if $pt_use_puppetdb == true { # if $pt_use_puppetdb == true {
file { $pt_puppetdb_conf_file: # file { $pt_puppetdb_conf_file:
ensure => file, # ensure => file,
path => $pt_puppetdb_conf_file, # path => $pt_puppetdb_conf_file,
owner => 'root', # owner => 'root',
group => 'root', # group => 'root',
mode => '0644', # mode => '0644',
content => template($pt_puppetdb_conf_erb), # content => template($pt_puppetdb_conf_erb),
notify => Service[$pt_agent_service,$pt_server_service], # notify => Service[$pt_agent_service,$pt_server_service],
} # }
} # }
} }
} }