empty line between snippets

This commit is contained in:
mh 2010-10-17 14:40:27 +02:00
parent 68842b2f96
commit b497ed88ef
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ Pin-Priority: 1
Package: * Package: *
Pin: release a=testing Pin: release a=testing
Pin-Priority: 2 Pin-Priority: 2
', ',
} }

View file

@ -9,6 +9,7 @@ define apt::preferences_snippet(
content => "Package: ${name} content => "Package: ${name}
Pin: release a=${release} Pin: release a=${release}
Pin-Priority: ${priority} Pin-Priority: ${priority}
", ",
notify => Exec["concat_${apt::preferences::apt_preferences_dir}"], notify => Exec["concat_${apt::preferences::apt_preferences_dir}"],
owner => root, group => 0, mode => 0600; owner => root, group => 0, mode => 0600;