X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=45ca3a5b4b7c30523fb144da6c08fad96dd9c15a;hb=c411bff87018e2fffcc85ae52f42740b3e2fd378;hp=2464807164bd68d66f36f1566697e836a4935346;hpb=fd8ca6e26ac1706c5eccde4789362206daa0ff4a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 246480716..45ca3a5b4 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -317,7 +317,7 @@ class roles { } if has_role('postgresql_server') { - include roles::postgresql_server + include postgres::backup_source } if has_role('bacula_director') { @@ -330,6 +330,10 @@ class roles { include bacula::storage } + if has_role('salsa.debian.org') { + include salsa + } + if $::keyring_debian_org_mirror { include roles::keyring_debian_org_mirror }