Merge branch 'bugfix/apt-pin-type' into sandbox

This commit is contained in:
fancsali 2022-04-04 10:22:24 +01:00
commit 2854a069d0
4 changed files with 7 additions and 1 deletions

View file

@ -57,6 +57,11 @@ __file "/etc/apt/preferences.d/$name" \
--owner root --group root --mode 0644 \
--state "$state" \
--source - << EOF
# Created by cdist ${__type##*/}
# Do not change. Changes will be overwritten.
#
# $name
Package: $package
Pin: $pin
Pin-Priority: $priority

View file

@ -0,0 +1 @@
500

View file

@ -1,2 +1,3 @@
state
package
priority

View file

@ -1,2 +1 @@
distribution
priority