]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Upgrading apt
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 13:07:54 +0000 (11:07 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 13:07:54 +0000 (11:07 -0200)
manifests/nodo.pp

index f2381542b58226234458461d75ca81822ea6f4af..6a964df74410cea63424f69eb6b07e93334d8cb1 100644 (file)
@@ -45,7 +45,11 @@ class nodo {
       ensure => absent,
     }
 
-    include apt
+    class { 'apt':
+      include_src      => $apt_include_src,
+      use_next_release => $apt_use_next_release,
+    }
+
     include apt::unattended_upgrades
 
     apt::sources_list { "$domain.list":