fix classname
This commit is contained in:
parent
b989192dfd
commit
80ad2d086e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ define apt::preferences_snippet(
|
||||||
$release,
|
$release,
|
||||||
$priority
|
$priority
|
||||||
){
|
){
|
||||||
include apt::preferences_snippet
|
include apt::preferences
|
||||||
file { "${apt::preferences::apt_preferences_dir}/${name}":
|
file { "${apt::preferences::apt_preferences_dir}/${name}":
|
||||||
ensure => $ensure,
|
ensure => $ensure,
|
||||||
content => "Package: ${name}
|
content => "Package: ${name}
|
||||||
|
|
Loading…
Reference in a new issue