Project

General

Profile

« Previous | Next » 

Revision c427da72

Added by Ewoud Kohl van Wijngaarden over 11 years ago

Ensure nsupdate is installed when we use DNS

View differences:

manifests/params.pp
case $::operatingsystem {
Debian,Ubuntu: {
$keyfile = '/etc/bind/rndc.key'
$nsupdate = 'dnsutils'
}
default: {
$keyfile = '/etc/rndc.key'
$nsupdate = 'bind-utils'
}
}

Also available in: Unified diff