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
+ 1
1
@@ -131,7 +131,7 @@ class aim_control(
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