aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/web/hardened.pp
blob: aee0635e26d9a1c0e949abcecc087906186b0a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
class nodo::utils::web::hardened inherits nodo::utils::web::gui(
  $ensure = 'installed',
) {
  package { [ 
    'torbrowser-launcher',
    'xul-ext-requestpolicy',
    'xul-ext-certificatepatrol',
  ]:
    ensure => $ensure,
  }
}