diff options
Diffstat (limited to 'global/overlay/etc/puppet')
-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': } } |