Skip to content
Snippets Groups Projects
Commit 53ceacac authored by Andreas Alvarsson's avatar Andreas Alvarsson
Browse files

tabs2

parent 68298ec1
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class skadereg { ...@@ -64,7 +64,7 @@ class skadereg {
ensure => installed; ensure => installed;
'php55-php-mbstring': ensure => installed; 'php55-php-mbstring': ensure => installed;
'php55-php-common': ensure => installed; 'php55-php-common': ensure => installed;
} }
file { '/etc/httpd/modules/libphp5.so': file { '/etc/httpd/modules/libphp5.so':
ensure => link, ensure => link,
...@@ -86,7 +86,7 @@ class skadereg { ...@@ -86,7 +86,7 @@ class skadereg {
redirect_status => 'permanent', redirect_status => 'permanent',
redirect_dest => "https://${::fqdn}/", redirect_dest => "https://${::fqdn}/",
} }
apache::vhost { "${::fqdn}:443": apache::vhost { "${::fqdn}:443":
servername => $::fqdn, servername => $::fqdn,
port => '443', port => '443',
...@@ -118,7 +118,7 @@ class skadereg { ...@@ -118,7 +118,7 @@ class skadereg {
before => File['/var/www/skadereg/public'], before => File['/var/www/skadereg/public'],
provider => git, provider => git,
source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git', source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git',
user => 'andal699' user => 'andal699'
}-> }->
file { '/var/www/skadereg/.env': file { '/var/www/skadereg/.env':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment