aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-13 09:43:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-13 09:43:51 -0200
commitb75fafbb213f26e8defbee1cb0f5cdb651cad7b6 (patch)
tree9b59cfc4414caf02a272ff2db102edd66f992c1d /manifests/laptop.pp
parent6c4f154f11426a79abf12bfb1c71dc15bdb75f04 (diff)
downloadpuppet-nodo-b75fafbb213f26e8defbee1cb0f5cdb651cad7b6.tar.gz
puppet-nodo-b75fafbb213f26e8defbee1cb0f5cdb651cad7b6.tar.bz2
Excluding apt next release at nodo::{desktop,laptop}::dev
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index f2c1c95..34fde33 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -68,7 +68,7 @@ class nodo::laptop::webdev inherits nodo::laptop {
class nodo::laptop::dev {
$apt_include_src = true
- $apt_use_next_release = true
+ $apt_use_next_release = false
include nodo::laptop::webdev
}