]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Revert "apt::custom_sources_template to deploy custom sources.list.d/xyz.list"
authorintrigeri <intrigeri@boum.org>
Mon, 25 Apr 2011 20:50:53 +0000 (22:50 +0200)
committerintrigeri <intrigeri@boum.org>
Mon, 25 Apr 2011 20:50:53 +0000 (22:50 +0200)
This reverts commit 3c0499b78d1f671fcce13127ef14b1b662a48c5a.
This was already provided by sources_list.pp.

manifests/custom_sources.pp [deleted file]
manifests/init.pp

diff --git a/manifests/custom_sources.pp b/manifests/custom_sources.pp
deleted file mode 100644 (file)
index d0c020a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-define apt::custom_sources_template ($sources_file = "") {
-
-  include apt::update
-
-  file { "/etc/apt/sources.list.d/$sources_file":
-            content => template($name),
-           notify => Exec['apt_updated'] 
-  }
-}
-
index 57f02e908acb5f10d0e29a45620a76649df00f93..b5be91fc6ed5989fcfdc896aaa7d127f461ceb1f 100644 (file)
@@ -5,8 +5,6 @@
 
 class apt {
 
-  import "custom_sources.pp"
-
   $use_volatile = $apt_volatile_enabled ? {
     ''      => false,
     default => $apt_volatile_enabled,