diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-28 15:28:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-28 15:28:37 -0300 |
commit | 1f133c31c135b7d2a65aa4fc1f3b17d002473409 (patch) | |
tree | 7cae00c8a70aab05558b79f3bdf72c99a11eeb86 /manifests | |
parent | 4f6b5d01e6510a98fc59628c63e100235f06fdb8 (diff) | |
download | puppet-nodo-1f133c31c135b7d2a65aa4fc1f3b17d002473409.tar.gz puppet-nodo-1f133c31c135b7d2a65aa4fc1f3b17d002473409.tar.bz2 |
Setting $apt_use_next_release for nodo::desktop::dev
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/desktop.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp index 4127aac..78b2e30 100644 --- a/manifests/desktop.pp +++ b/manifests/desktop.pp @@ -50,6 +50,7 @@ class nodo::desktop::webdev inherits nodo::desktop { } class nodo::desktop::dev { - $apt_include_src = true + $apt_include_src = true + $apt_use_next_release = true include nodo::desktop::webdev } |