diff options
| -rw-r--r-- | manifests/preferences_snippet.pp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/preferences_snippet.pp b/manifests/preferences_snippet.pp index cbc83d2..0c7b7bb 100644 --- a/manifests/preferences_snippet.pp +++ b/manifests/preferences_snippet.pp @@ -34,9 +34,6 @@ define apt::preferences_snippet (      owner  => root, group => 0, mode => '0644';    } -  # This should really work in the same manner as sources_list and apt_conf -  # snippets, but since the preferences.d directory cannot be used in Debian -  # lenny, we can't generalize without going into ugly special-casing.    case $source {      '': {        case $release {  | 
