Question: a puppet manifest file to make a machine called nsprime.programs.senecacollege.ca meet the following conditions: The bind package must be installed, and kept up to date.

a puppet manifest file to make a machine called nsprime.programs.senecacollege.ca meet the following conditions:

The bind package must be installed, and kept up to date.

The named service must be running, and enabled.

It will act as a slave dns server for the programs.seneca.ops domain (forward lookups only). The master server can be found at 193.50.210.5.

The /etc/named.conf file will be loaded from the epp template file stored in /etc/puppet/code/environments/modules/itas/templates/named.epp (see below). Note that if this file changes, the named service must restart.

named.epp file:

<%- | $domain,

$master

| -%>

options {

directory "/var/named/";

allow-query {any;};

recursion no;

};

zone "<%= $domain %>" {

type slave;

file "slaves/<%= %domain %>.fwd";

masters {<%= $master %>;};

};

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!