]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
empty line between snippets
authormh <mh@immerda.ch>
Sun, 17 Oct 2010 12:40:27 +0000 (14:40 +0200)
committermh <mh@immerda.ch>
Sun, 17 Oct 2010 12:40:27 +0000 (14:40 +0200)
manifests/preferences.pp
manifests/preferences_snippet.pp

index 479e91009fc1675014d9ea59c703843329d0fe69..232b8f70c16711c65d9885e7a0b4355f2efa0fd0 100644 (file)
@@ -11,6 +11,7 @@ Pin-Priority: 1
 Package: *
 Pin: release a=testing
 Pin-Priority: 2
+
 ',
   }
 
index 71c095bd301c47e60fed66bb823d012785788a7a..21dfe86e5ab0ec3e5b62a3f5edce4f86890ba292 100644 (file)
@@ -9,6 +9,7 @@ define apt::preferences_snippet(
     content => "Package: ${name}
 Pin: release a=${release}
 Pin-Priority: ${priority}
+
 ",
     notify => Exec["concat_${apt::preferences::apt_preferences_dir}"],
     owner => root, group => 0, mode => 0600;