empty line between snippets
This commit is contained in:
parent
68842b2f96
commit
b497ed88ef
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ Pin-Priority: 1
|
|||
Package: *
|
||||
Pin: release a=testing
|
||||
Pin-Priority: 2
|
||||
|
||||
',
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue