diff options
| author | intrigeri <intrigeri@boum.org> | 2013-12-08 21:58:38 +0000 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2013-12-08 21:58:38 +0000 | 
| commit | f286b0ed860660ce255740f2f43123d024553bcc (patch) | |
| tree | 87606ebd36c8b444125b6ec2c4c807af3e66b300 | |
| parent | f8aa2ef8722592b61fcbc10959c571ff19dee573 (diff) | |
| download | puppet-apt-f286b0ed860660ce255740f2f43123d024553bcc.tar.gz puppet-apt-f286b0ed860660ce255740f2f43123d024553bcc.tar.bz2  | |
Remove Lenny-related comment that was made obsolete a year ago by commit 822950.
| -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 {  | 
