diff --git a/site-modules/profile/manifests/export_archive_counters.pp b/site-modules/profile/manifests/export_archive_counters.pp --- a/site-modules/profile/manifests/export_archive_counters.pp +++ b/site-modules/profile/manifests/export_archive_counters.pp @@ -3,7 +3,7 @@ $export_path = lookup('stats_export::export_path') $export_file = lookup('stats_export::export_file') - $packages = ['python3-click'] + $packages = ['python3-click', 'python3-requests'] package {$packages: ensure => present,