summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c85b959..28e2fec 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -18,7 +18,8 @@ class resolvconf(
$nameservers = [
'77.109.138.45',
'77.109.139.29',
- ]
+ ],
+ $options,
) {
$content = $::operatingsystem ? {
openbsd => template("resolvconf/resolvconf.${::operatingsystem}.erb"),