diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 12:22:21 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 12:22:21 +0200 |
commit | bccd64de10a0eae752cc77648eaa404f6635b600 (patch) | |
tree | 1bb4634c8437172d3a3b627f33c4e5fb1612b843 /global | |
parent | ef688068c066386bf366c1d7c14a820adf5bf307 (diff) |
cdr1 can install trusty VMs nowsunet-ops-2014-05-27-v06
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 8e23e76..7d0464c 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -483,7 +483,7 @@ node 'cdr1.sunet.se' { tagpattern => 'eduid-v3', cpus => '1', memory => '512', - suite => 'precise', # newer dists not installable on cdr1 running 12.04 + suite => 'trusty', extras => '--addpkg linux-image-generic --tmpfs -', } |