Projet

Général

Profil

Révision c88d259d

IDc88d259d5eae11950d3c7e2ebbec4c4e74c4b994
Parent 8ef25aa2
Enfant 8f4434ed

Ajouté par Steve Traylen il y a 4 mois

Revert "Install netbase for /etc/services file"

This reverts commit 25528bfc63df27900cc2f91ef32bd4ccddef7382.

Voir les différences:

spec/setup_acceptance_node.pp
1

  
2

  
3
# We need to have a /etc/services file to avoid:
4
# `Servname not supported for ai_socktype` during nft validate
5
# maybe module itself should install this package
6
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995343
7

  
8
if $facts['os']['name'] == 'Ubuntu' and $facts['os']['release']['major'] == '20.04' {
9
  package{'netbase':
10
    ensure => present,
11
  }
12
}

Formats disponibles : Unified diff