feat: initial commit
This commit is contained in:
commit
38f495e3f4
457 changed files with 40577 additions and 0 deletions
9
environments/production/modules/dns/manifests/init.pp
Normal file
9
environments/production/modules/dns/manifests/init.pp
Normal file
|
@ -0,0 +1,9 @@
|
|||
class dns {
|
||||
file { '/etc/resolv.conf':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
content => template('dns/resolv.conf.erb'),
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue