diff options
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-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 { + + +} |