summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/custom_sources.pp10
-rw-r--r--manifests/init.pp2
2 files changed, 0 insertions, 12 deletions
diff --git a/manifests/custom_sources.pp b/manifests/custom_sources.pp
deleted file mode 100644
index d0c020a..0000000
--- a/manifests/custom_sources.pp
+++ /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']
- }
-}
-
diff --git a/manifests/init.pp b/manifests/init.pp
index 57f02e9..b5be91f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,8 +5,6 @@
class apt {
- import "custom_sources.pp"
-
$use_volatile = $apt_volatile_enabled ? {
'' => false,
default => $apt_volatile_enabled,