Recommit for updates in build 19
This commit is contained in:
@@ -128,7 +128,9 @@
|
||||
30
|
||||
31
|
||||
32
|
||||
33</pre>
|
||||
33
|
||||
34
|
||||
35</pre>
|
||||
</td>
|
||||
<td>
|
||||
<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':
|
||||
ensure => 'link',
|
||||
owner => $ga_user,
|
||||
group => $ga_user,
|
||||
target => "${ga_opt_dir}/gitea",
|
||||
}
|
||||
|
||||
|
||||
@@ -586,7 +586,7 @@
|
||||
<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_level = 'info',
|
||||
# security
|
||||
Boolean $ga_install_lock = false,
|
||||
Boolean $ga_install_lock = true,
|
||||
String $ga_secret_key = 'ChangeMe1234567890',
|
||||
String $ga_reverse_proxy_limit = '1',
|
||||
String $ga_reverse_proxy_trusted_proxies = '*',
|
||||
|
||||
Reference in New Issue
Block a user