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

writes2

parent 76fe0d36
No related branches found
No related tags found
2 merge requests!2Merge till Production,!1Apache rewrite
......@@ -104,6 +104,8 @@ class skadereg {
ensure => directory,
owner => 'andal699',
group => 'apache'
mode => '0770',
recurse => true
}->
vcsrepo { '/var/www/skadereg':
......@@ -112,15 +114,7 @@ class skadereg {
provider => git,
source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git',
user => 'andal699'
}->
file {'/var/www/skadereg/':
ensure => directory,
group => 'apache',
mode => '0770',
owner => 'andal699',
recurse => true
}
}
include ::yum::centos_scl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment