Recommit for updates in build 16
This commit is contained in:
@@ -123,7 +123,12 @@
|
|||||||
25
|
25
|
||||||
26
|
26
|
||||||
27
|
27
|
||||||
28</pre>
|
28
|
||||||
|
29
|
||||||
|
30
|
||||||
|
31
|
||||||
|
32
|
||||||
|
33</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
||||||
@@ -142,6 +147,11 @@ class confdroid_gitea::main::files (
|
|||||||
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/usr/local/bin/gitea':
|
||||||
|
ensure => 'link',
|
||||||
|
target => "${ga_opt_dir}/gitea",
|
||||||
|
}
|
||||||
|
|
||||||
file { $ga_config_file:
|
file { $ga_config_file:
|
||||||
ensure => 'file',
|
ensure => 'file',
|
||||||
owner => $ga_user,
|
owner => $ga_user,
|
||||||
|
|||||||
Reference in New Issue
Block a user