summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-07-17 13:42:57 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-07-17 13:42:57 -0400
commitee34e3e9fd77032dfd06257979c534e896f4eeef (patch)
tree0c30394dfefa40660645bdf35055a442cdd144d2
parent400add98326c8664db71a3138b0ec7b2948fb2e6 (diff)
fix typo
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 28e2fec..843a46c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,7 +19,7 @@ class resolvconf(
'77.109.138.45',
'77.109.139.29',
],
- $options,
+ $tail,
) {
$content = $::operatingsystem ? {
openbsd => template("resolvconf/resolvconf.${::operatingsystem}.erb"),