lint fixes for the linux module
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index 08b9236..6312b5a 100644 (file)
@@ -1,7 +1,7 @@
 class named::authoritative inherits named {
-       file { '/etc/bind/named.conf.shared-keys':
-               mode    => '0640',
-               owner   => root,
-               group   => bind,
-       }
+  file { '/etc/bind/named.conf.shared-keys':
+    mode  => '0640',
+    owner => root,
+    group => bind,
+  }
 }