diff --git a/Puppetfile b/Puppetfile index 75bcc49c0..36e21d09f 100644 --- a/Puppetfile +++ b/Puppetfile @@ -16,6 +16,10 @@ mod "npwalker/pe_metric_curl_cron_jobs", '1.0.2' # :git => 'https://github.com/npwalker/pe_code_manager_webhook', # :ref => 'de20a9640652e62b7971623f0bdf4babb5411637' +mod 'pe_databases', + :git => 'https://github.com/npwalker/pe_databases', + :ref => '3d56927941419b22a347806f5e9696a90f891e09' + mod 'gms', :git => 'https://github.com/abrader/abrader-gms', :ref => 'a5105e95cf0f8b84a143d7a69a83e3ff3d4e02fb' diff --git a/site/role/manifests/all_in_one_pe.pp b/site/role/manifests/all_in_one_pe.pp index b6b883e80..489d094db 100644 --- a/site/role/manifests/all_in_one_pe.pp +++ b/site/role/manifests/all_in_one_pe.pp @@ -3,5 +3,6 @@ include profile::puppetmaster include pe_code_manager_webhook include pe_metric_curl_cron_jobs + include pe_databases::postgresql_settings }