commit
3fe4b20748
1 changed files with 16 additions and 0 deletions
16
unbound/manifests/init.pp
Normal file
16
unbound/manifests/init.pp
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Installs Unbound DNS server
|
||||||
|
|
||||||
|
class unbound {
|
||||||
|
|
||||||
|
package { 'unbound':
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
|
||||||
|
service { 'unbound':
|
||||||
|
ensure => running,
|
||||||
|
name => 'unbound',
|
||||||
|
enable => true,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue