class utils::security {
  # Security
  package { [ 'apg',           'gnupg-agent',   'makepasswd', 'pwgen', 'fpm2', 'encfs',
              'signing-party', 'libnss3-tools', 'ssss' ]:
    ensure => installed,
  }

  # Custom: might not be available in the official repositories
  if $nodo_use_custom_packages == true {
    package { [ 'kedpm' ]:
      ensure => installed,
    }
  }
}