diff options
author | Jefferson <jstachel@thoughtworks.com> | 2015-02-05 17:40:12 -0200 |
---|---|---|
committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-02-05 17:40:22 -0200 |
commit | dd8059dc6938f64947e590e170189fb751d6be4b (patch) | |
tree | 33ae9041243aab395ff21daf16e078da309ae472 /provisioning/modules | |
parent | 9893a5409560e1cc7123ec42d12b49e6edd6283c (diff) |
#270 Added the debian backport for use the last version of python-sqlcipher
Diffstat (limited to 'provisioning/modules')
-rw-r--r-- | provisioning/modules/pixelated/manifests/apt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/modules/pixelated/manifests/apt.pp b/provisioning/modules/pixelated/manifests/apt.pp index e1af0aba..14517977 100644 --- a/provisioning/modules/pixelated/manifests/apt.pp +++ b/provisioning/modules/pixelated/manifests/apt.pp @@ -3,7 +3,7 @@ class pixelated::apt { # pixelated repo file { '/etc/apt/sources.list.d/pixelated.list': - content => "deb http://packages.pixelated-project.org/debian wheezy-snapshots main\ndeb http://packages.pixelated-project.org/debian wheezy main\n", + content => "deb http://packages.pixelated-project.org/debian wheezy-snapshots main\ndeb http://packages.pixelated-project.org/debian wheezy-backports main\ndeb http://packages.pixelated-project.org/debian wheezy main\n", owner => 'root', require => Exec['add_pixelated_key'], notify => Exec['apt_get_update'], |