Drag and drop the code from the bottom onto the box where the code is missing to construct a Puppet manifest to configure DNS. Not all options are used.
Source for answer area was from https://www.ciscopress.com/articles/article.asp?p=3100057&seqNum=3
Therefore, the provided answer was correct.
class conf_dns {
$dns_servers = ['192.168.1.253', '192.168.1.254']
file { 'dns_config':
path => '/etc/resolv.conf',
content => template("$settings::manifest/dns.cfg"),
ensure => present,
}
}
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lznlxl
Highly Voted 1 year, 4 months agoVincentVega
Most Recent 7 months, 3 weeks agocj_kuo
1 year, 2 months ago