summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/apt.pp
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-01-04 20:22:36 -0200
committerBruno Wagner <bwagner@riseup.net>2016-01-04 20:22:36 -0200
commit9b78b0a5f5bfe57a76989f70dea218d3f71ae66e (patch)
tree705fd094e253c0c8bc2e349eff1c240e8aeb1f7c /provisioning/modules/pixelated/manifests/apt.pp
parent305e4bcc27bea881523b15aee4896e51e5aca4d3 (diff)
Changed wheezy backports to jessie
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
Diffstat (limited to 'provisioning/modules/pixelated/manifests/apt.pp')
-rw-r--r--provisioning/modules/pixelated/manifests/apt.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/provisioning/modules/pixelated/manifests/apt.pp b/provisioning/modules/pixelated/manifests/apt.pp
index 793518fd..1c4e06f6 100644
--- a/provisioning/modules/pixelated/manifests/apt.pp
+++ b/provisioning/modules/pixelated/manifests/apt.pp
@@ -1,9 +1,9 @@
# add the pixelated sources needed to install everything
class pixelated::apt {
- # wheezy backports
- file { '/etc/apt/sources.list.d/wheezy-backports.list':
- source => 'puppet:///modules/pixelated/apt/wheezy-backports.list',
+ # jessie backports
+ file { '/etc/apt/sources.list.d/jessie-backports.list':
+ source => 'puppet:///modules/pixelated/apt/jessie-backports.list',
owner => 'root',
notify => Exec['apt_get_update'],
}