trlinkin / puppet-nsswitch

Puppet module to control /etc/nsswitch.conf file.
Other
2 stars 34 forks source link

LinuxMint 17.2 support #17

Closed HendryLeo closed 6 years ago

HendryLeo commented 9 years ago

To support LinuxMint 17.2, I am adding this snippet in nsswitch/manifests/params.pp

'LinuxMint': {
  $aliases_default    = undef
  $automount_default  = undef
  $bootparams_default = undef
  $ethers_default     = ['db','files']
  $group_default      = ['compat']
  $gshadow_default    = undef
  $hosts_default      = ['files','mdns4_minimal [NOTFOUND=return]','dns']
  $netgroup_default   = ['nis']
  $netmasks_default   = undef
  $networks_default   = ['files']
  $passwd_default     = ['compat']
  $protocols_default  = ['db','files']
  $publickey_default  = undef
  $rpc_default        = ['db','files']
  $services_default   = ['db','files']
  $shadow_default     = ['compat']
  $sudoers_default    = undef
}

under Ubuntu/Debian params

trlinkin commented 9 years ago

Thanks @HendryLeo! I'll check it out later this week.

trlinkin commented 8 years ago

Just an update... I've been busy (or lazy) and still need to loop back on this. Have not forgotten though.

trlinkin commented 6 years ago

I suck. I just added this block to the module. The 1.x.x and 2.x.x branches will both get it. Thanks for the contribution, it will be out soon (three years too late almost).