]> gitweb.fluxo.info Git - puppet-resolvconf.git/commitdiff
fix typo
authormh <mh@immerda.ch>
Tue, 6 Sep 2011 21:16:57 +0000 (23:16 +0200)
committermh <mh@immerda.ch>
Tue, 6 Sep 2011 21:16:57 +0000 (23:16 +0200)
manifests/init.pp

index 257fa191bafca6f31f90a42aad41b02b79de8484..eb0f6ffa798e958d4c7146225da93b608cb6dc34 100644 (file)
@@ -17,7 +17,7 @@ class resolvconf {
     content => $operatingsystem ? {
       openbsd => template("resolvconf/resolvconf.$operatingsystem.erb"),
       default => template('resolvconf/resolvconf.erb'),
-    }
+    },
     owner => root, group => 0, mode => 0444;
   }
 }