diff options
author | Leif Johansson <leifj@sunet.se> | 2014-03-25 09:22:05 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-03-25 09:22:05 +0100 |
commit | b4dc9351810df77e2635c9249a9df45cf5dfaf99 (patch) | |
tree | 0237f856fa8db2950b9ee147cd6e5f094a22d50a | |
parent | 36e06d15d4dcb4e45fbb250f802fd86fbdf75084 (diff) |
pollen+quantis
-rw-r--r-- | global/overlay/etc/puppet/cosmos-rules.yaml | 1 | ||||
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 4c44f3b..7249ec7 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -8,4 +8,5 @@ swamidops: '^random\d+\.nordu\.net$': entropyserver: + quantis: sunet: diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index ac6d749..bf1ff3b 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -431,4 +431,11 @@ class sunet-cdr { class entropyserver { + package {'pollen-server': } + +} + +class quantis: { + apt::ppa {'ppa:ndn/quantispci':} + package {'quantispci-dkms': } } |