aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2015-02-07 16:12:55 +0000
committerintrigeri <intrigeri@boum.org>2015-02-07 16:12:55 +0000
commit85c7554c4bb06130ab3e88170842dc1b2ddbb186 (patch)
treee972226a58071cb17c4ea46fc959a0077c2ca2eb /manifests/params.pp
parent5a8d214529429b5dd898e0df29d69e0acf5271df (diff)
downloadpuppet-apt-85c7554c4bb06130ab3e88170842dc1b2ddbb186.tar.gz
puppet-apt-85c7554c4bb06130ab3e88170842dc1b2ddbb186.tar.bz2
Add support for Squeeze LTS.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 12273ac..54fd13e 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -1,5 +1,6 @@
class apt::params () {
$codename = $::lsbdistcodename
+ $use_lts = false
$use_volatile = false
$include_src = false
$use_next_release = false
@@ -9,6 +10,7 @@ class apt::params () {
'wheezy' => $debian_url,
default => 'http://backports.debian.org/debian-backports/',
}
+ $lts_url = $debian_url
$volatile_url = 'http://volatile.debian.org/debian-volatile/'
$ubuntu_url = 'http://archive.ubuntu.com/ubuntu'
$repos = 'auto'