diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 14:22:33 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 14:22:33 +0100 |
commit | 60c413ad91ef734ec978ecf3ff658c17452b2282 (patch) | |
tree | 439bb6b4a59cdb630219016827c7326904654d59 /global/overlay/etc/puppet/manifests | |
parent | 9a51c9e38a7556934d4be8eaa663ce4a0482a39b (diff) |
Add some goodies from the eduid-ops repo.sunet-ops-2013-11-27-v09
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index ad3251e..f551a5d 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -181,3 +181,23 @@ node 'sto-tug-kvm1.swamid.se' { } +class sunet { + + # Until we have proper Puppet managing of SSH + ufw::allow { 'allow-ssh-sunet': + port => '22', + proto => 'tcp' + } + + package { 'emacs23-nox': + ensure => 'installed' + } + + sunet::server { 'sunet_server': } + +} + +class sunet-cdr { + + +} |