Recommit for updates in build 19
This commit is contained in:
@@ -128,7 +128,9 @@
|
|||||||
30
|
30
|
||||||
31
|
31
|
||||||
32
|
32
|
||||||
33</pre>
|
33
|
||||||
|
34
|
||||||
|
35</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>
|
||||||
@@ -149,6 +151,8 @@ class confdroid_gitea::main::files (
|
|||||||
|
|
||||||
file { '/usr/local/bin/gitea':
|
file { '/usr/local/bin/gitea':
|
||||||
ensure => 'link',
|
ensure => 'link',
|
||||||
|
owner => $ga_user,
|
||||||
|
group => $ga_user,
|
||||||
target => "${ga_opt_dir}/gitea",
|
target => "${ga_opt_dir}/gitea",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -586,7 +586,7 @@
|
|||||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>false</tt>)</em>
|
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -957,7 +957,7 @@ class confdroid_gitea::params (
|
|||||||
String $ga_log_mode = 'file',
|
String $ga_log_mode = 'file',
|
||||||
String $ga_log_level = 'info',
|
String $ga_log_level = 'info',
|
||||||
# security
|
# security
|
||||||
Boolean $ga_install_lock = false,
|
Boolean $ga_install_lock = true,
|
||||||
String $ga_secret_key = 'ChangeMe1234567890',
|
String $ga_secret_key = 'ChangeMe1234567890',
|
||||||
String $ga_reverse_proxy_limit = '1',
|
String $ga_reverse_proxy_limit = '1',
|
||||||
String $ga_reverse_proxy_trusted_proxies = '*',
|
String $ga_reverse_proxy_trusted_proxies = '*',
|
||||||
|
|||||||
Reference in New Issue
Block a user