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