Skip to content
Snippets Groups Projects
Commit 1a48acd5 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

addcodefromtracingcarbon

parent d66016f5
No related branches found
No related tags found
1 merge request!1Devel
Pipeline #105068 passed
# @summary communication handling between user interfaces and exhibitions
#
# set up communication handling between user interfaces and exhibitions
#
# @example
# include omni
class omni (
) {
include profiles::letsencrypt
include postgresql::server
firewalld_service { 'Allow SSH in the liu zone':
ensure => present,
zone => 'liu',
service => 'ssh',
}
firewalld_service { 'Allow http in the liu Zone':
ensure => present,
zone => 'liu',
service => 'http',
}
firewalld_service { 'Allow https in the liu Zone':
ensure => present,
zone => 'liu',
service => 'https',
}
firewalld_service { 'Allow http in the public Zone':
ensure => present,
zone => 'public',
service => 'http',
}
firewalld_service { 'Allow https in the public Zone':
ensure => present,
zone => 'public',
service => 'https',
}
users::liu_user { 'mange61':
commonname => 'Måns Gezelius',
shell => '/bin/bash',
sshkey => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDHsZ1q+e4nD2SAx659Kv1vf3tmhQmQJ/KOe4zOk4FyJt2OUoHs82RD4rYVXxcnGojwFjTAtYTW2B4q/f334IGY9aezow/b39kkg977bJ7AC/OU1enkWFK3nkDtkP7htVbsSeogvyHf32niyosDvW8CTNe9DZctyJ5Eu9AB0z/tuAr++/z+9sWYtiG0sGn/rUnrAvOqWHkTR2ShZHZPyXq+UCrJXHfbJ+P9EzzgFjr2uPoFgBiCqd0Ov2zWP3k+chGcbSSKtJ3I3Ylh49jAxB1/srct4R0o7sNOKQBnrXXTAIkDLma2ilu0dAksPjD22ZYvWgRt03u7qxQR6lOB/', #lintignore:140chars
}
include omni::python
#include omni::yarn
#include omni::runserver
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment