Add missing bind tools package and improve rspec tests
Change-Id: I0b4680ce11fe604917fce654d68c2bec17c05438
This commit is contained in:
@@ -24,6 +24,12 @@ class bind (
|
||||
notify => Service['bind'],
|
||||
}
|
||||
|
||||
package{'bind-tools':
|
||||
ensure => latest,
|
||||
name => $::bind::params::nsupdate_package,
|
||||
before => Package['bind'],
|
||||
}
|
||||
|
||||
package { 'bind':
|
||||
ensure => latest,
|
||||
name => $::bind::params::bind_package,
|
||||
|
||||
Reference in New Issue
Block a user