diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 11:07:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 11:07:54 -0200 |
commit | 04ebb5d5f94517e59c2b59a5efaf6bbb751c019b (patch) | |
tree | d4a04e32fcc9db8c33ea37719a910ed7c9fd490f /manifests/nodo.pp | |
parent | b377480a336736f660dcfb5662c918d36fc222c5 (diff) | |
download | puppet-nodo-04ebb5d5f94517e59c2b59a5efaf6bbb751c019b.tar.gz puppet-nodo-04ebb5d5f94517e59c2b59a5efaf6bbb751c019b.tar.bz2 |
Upgrading apt
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index f238154..6a964df 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -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": |