aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/default_sources_list.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/default_sources_list.pp b/manifests/default_sources_list.pp
index 7db6535..cf7d523 100644
--- a/manifests/default_sources_list.pp
+++ b/manifests/default_sources_list.pp
@@ -4,7 +4,7 @@ class apt::default_sources_list {
# include main, security and backports
# additional sources could be included via an array
"/etc/apt/sources.list":
- content => template("apt/sources.list.erb"),
+ content => template( "apt/$operatingsystem/sources.list.erb"),
require => Package['lsb'];
}
}