diff options
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 2 |
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 } |