diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-05 15:19:07 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-05 15:19:07 -0300 |
| commit | 5dcabc96816f248891d8fc1748a229a588a3eb45 (patch) | |
| tree | a5f75984d223880723538588de2cdd10adeb7e0f /manifests/init.pp | |
| parent | 1ce5e27c4b25825b5c379d4f400cf5e44e5d3741 (diff) | |
| parent | f0a107ffeecaf968a8abcd51220d5e42b4b36095 (diff) | |
| download | puppet-apt-5dcabc96816f248891d8fc1748a229a588a3eb45.tar.gz puppet-apt-5dcabc96816f248891d8fc1748a229a588a3eb45.tar.bz2 | |
Merge branch 'master' of ssh://labs.riseup.net/shared-apt
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 9709adb..17d87c7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,7 +27,7 @@ class apt( } 'ubuntu': { $real_repos = $repos ? { - '' => 'main restricted universe multiverse', + 'auto' => 'main restricted universe multiverse', default => $repos, } } |
