diff --git a/data/hostname/grand-palais.softwareheritage.org.yaml b/data/hostname/grand-palais.softwareheritage.org.yaml index b1513585..04a01093 100644 --- a/data/hostname/grand-palais.softwareheritage.org.yaml +++ b/data/hostname/grand-palais.softwareheritage.org.yaml @@ -1,9 +1,4 @@ -swh::deploy::objstorage_archive_notifier_checker::conf_directory: /home/qcampos/.config/swh/objstorage -swh::deploy::objstorage_archive_notifier_checker::user: qcampos -swh::deploy::objstorage_archive_notifier_checker::group: swhdev -swh::deploy::objstorage_archive_notifier_checker::directory: /home/qcampos/storage/objects -swh::deploy::objstorage_archive_notifier_checker::storage_name: grandpalais -swh::deploy::objstorage_archive_notifier_checker::db::host: localhost -swh::deploy::objstorage_archive_notifier_checker::db::dbname: softwareheritage-archiver-dev -swh::deploy::objstorage_archive_notifier_checker::db::user: qcampos -swh::deploy::objstorage_archive_notifier_checker::db::password: something +swh::deploy::objstorage_repair_checker::conf_directory: /home/qcampos/.config/swh/objstorage +swh::deploy::objstorage_repair_checker::user: qcampos +swh::deploy::objstorage_repair_checker::group: swhdev +swh::deploy::objstorage_repair_checker::directory: /home/qcampos/storage/objects diff --git a/manifests/site.pp b/manifests/site.pp index 7e96f388..53ca6fbd 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,54 +1,54 @@ node 'louvre.softwareheritage.org' { include role::swh_hypervisor } node 'pergamon.softwareheritage.org' { include role::swh_sysadmin } node 'tate.softwareheritage.org' { include role::swh_forge } node 'moma.softwareheritage.org' { include role::swh_api } node /^prado.(internal.)?softwareheritage.org$/ { include role::swh_database } node 'banco.softwareheritage.org' { include role::swh_backup } node /^uffizi.(internal.)?softwareheritage.org$/ { include role::swh_storage } node /^getty.(internal.)?softwareheritage.org$/ { include role::swh_eventlog } node 'worker08.softwareheritage.org' { include role::swh_miracle_worker } node /^worker\d+\.softwareheritage\.org$/ { include role::swh_worker } node 'petit-palais.softwareheritage.org' { include role::swh_desktop } node 'grand-palais.softwareheritage.org' { include role::swh_desktop - include profile::swh::deploy::objstorage_archive_notifier_checker + include profile::swh::deploy::objstorage_repair_checker } node default { include role::swh_server include profile::puppet::agent }