Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions site/role/manifests/all_in_one_pe.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
include profile::puppetmaster
include pe_code_manager_webhook
include pe_metric_curl_cron_jobs
include pe_databases::postgresql_settings

}