Skip to content
Snippets Groups Projects

Clean up module after migration and rename

Merged Alexander Olofsson requested to merge after-migration into production
Files
3
+ 4
4
# Class: skadereg
# Class: aim_control
# ===========================
#
# Parameters
@@ -27,7 +27,7 @@
#
# Copyright © Linköpings Universitet
#
class skadereg(
class aim_control(
String $mysql_password,
String $mysql_backup_password,
String $skadereg_ro_password,
@@ -58,7 +58,7 @@ class skadereg(
],
}
include ::skadereg::firewall
include ::aim_control::firewall
include ::yum::centos_scl
include ::apache
@@ -131,7 +131,7 @@ class skadereg(
ensure => latest,
before => File['/var/www/skadereg/public'],
provider => git,
source => 'ssh://git@gitlab.it.liu.se:29418/skadereg/laravel.git',
source => 'git@gitlab.liu.se:aim-control/laravel.git',
user => 'apache',
group => 'skadereg',
}
Loading