Displaying 1 result from an estimated 1 matches for "conf_bind_nshost".
2011 Feb 15
3
troubles with require parametre
Hi all,
Getting some troubles installing bind:
I''m working on debian squeeze, both client and server are 2.6.2,
mod_passenger added.
in my class definition:
class conf_bind_nshost {
include motd
motd::register{"${name}": } #Register in motd
module
package { "bind9":
ensure => "1:9.7.2.dfsg.P3-1.1",
}
file {"dns":
require => Package["bind9"],
path => "/srv/dns",
owner => bind,...