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

Connect to laravel-repo

parent 7255c75e
No related branches found
No related tags found
2 merge requests!2Merge till Production,!1Apache rewrite
......@@ -84,11 +84,18 @@ class skadereg {
# ssl_chain => $chain,
# ssl_key => $key,
headers => ['Set Strict-Transport-Security "max-age=31536000"',],
docroot => '/var/www/skadereg',
docroot => '/var/www/skadereg/public',
proxy_preserve_host => true,
allow_encoded_slashes => 'on',
}
vcsrepo { '/var/www/skadereg':
ensure => latest,
provider => git,
source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git',
user => 'andal699'
}
include ::yum::centos_scl
file { '/tmp/example':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment