From: Peter Palfrader Date: Tue, 1 Mar 2011 17:46:19 +0000 (+0100) Subject: typo X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=456ead492354e307ef726c0b8fed4339fa931448 typo --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 279c217d..99d8c0a6 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -27,7 +27,7 @@ resolvconf += "search " + searchpaths.join(" ") + "\n" nameservers.each do |ns| resolvconf += "nameserver " + ns + "\n" end -opions.each do |opt| +options.each do |opt| resolvconf += "options " + opt + "\n" end