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: *
|
Package: *
|
||||||
Pin: release a=testing
|
Pin: release a=testing
|
||||||
Pin-Priority: 2
|
Pin-Priority: 2
|
||||||
|
|
||||||
',
|
',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue