diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html index f22f72f..d2cc4a5 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -174,17 +174,17 @@ class puppet_cd::main::files ( notify => Service[$pt_agent_service,$pt_server_service], } -# if $pt_use_puppetdb == true { -# file { $pt_puppetdb_conf_file: -# ensure => file, -# path => $pt_puppetdb_conf_file, -# owner => 'root', -# group => 'root', -# mode => '0644', -# content => template($pt_puppetdb_conf_erb), -# notify => Service[$pt_agent_service,$pt_server_service], -# } -# } + if $pt_use_puppetdb == true { + file { $pt_puppetdb_conf_file: + ensure => file, + path => $pt_puppetdb_conf_file, + owner => 'root', + group => 'root', + mode => '0644', + content => template($pt_puppetdb_conf_erb), + notify => Service[$pt_agent_service,$pt_server_service], + } + } } }