Browse Source

apt: Purge apt's source.list

Sebastien Badia 8 years ago
parent
commit
b71fca3569
1 changed files with 5 additions and 0 deletions
  1. 5 0
      manifests/apt.pp

+ 5 - 0
manifests/apt.pp

@@ -5,6 +5,11 @@
 # Author:: Sebastien Badia (<seb@sebian.fr>)
 
 class public::apt {
+
+  class { 'apt':
+    purge_sources_list => true,
+  }
+
   # setup http://ftp.fr.debian.org/{debian,ubuntu}
   $downcase_lsbdistid = downcase($::lsbdistid)