From 20078c82ea88e2c08004cf0d0a34a04c037a2cb6 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 6 May 2013 17:20:31 +0300 Subject: [PATCH] dns: Typofix --- dns/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/manifests/init.pp b/dns/manifests/init.pp index 8a84b91..6978122 100644 --- a/dns/manifests/init.pp +++ b/dns/manifests/init.pp @@ -96,7 +96,7 @@ class dns::server { "debian", "ubuntu": { augeas { "set-named-default": context => "/files/etc/default/named", - changes => [ "set OPTIONS '${options}'", + changes => "set OPTIONS '${options}'", notify => Service["named"], require => Package["bind"], } @@ -104,7 +104,7 @@ class dns::server { "fedora","centos","redhat": { augeas { "set-named-sysconfig": context => "/files/etc/sysconfi/named", - changes => [ "set OPTIONS '${options}'", + changes => "set OPTIONS '${options}'", notify => Service["named"], require => Package["bind"], }