Skip to content
Snippets Groups Projects
Commit 36aeadf5 authored by drebs's avatar drebs
Browse files

Configure DNS (nbits/nbits/org#5)

parent cead3207
No related branches found
No related tags found
1 merge request!28Configure DNS (nbits/nbits/org#5)
Pipeline #78496 passed
......@@ -11,6 +11,7 @@ class profile::base::minimal (
include profile::monitoring
include profile::sshd
include profile::apt
include profile::systemd
if $manage_firewall {
include profile::firewall
......
# A simple systemd profile
class profile::systemd (
Array $dns = ['208.67.222.222', '208.67.220.220'],
) {
class { 'systemd':
manage_resolved => true,
dns => $dns.join(' '),
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment